Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Commit

Permalink
Use v0.2.0 with diff capability
Browse files Browse the repository at this point in the history
  • Loading branch information
relloyd committed Nov 18, 2020
1 parent 6210360 commit b479b90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $ hp
Halfpipe is a DataOps utility for streaming data. It's designed to be light-weight and easy to use.
Use command-line switches for pre-canned actions or write your own pipes in YAML or JSON to sync
data in near real-time. Start an HTTP server to expose functionality via a RESTful API.
Half-Pipe is not yet cluster-aware but it scales out. Start multiple instances of this tool and
Halfpipe is not yet cluster-aware but it scales out. Start multiple instances of this tool and
off you go. Happy munging! 😄
Usage:
Expand All @@ -66,6 +66,7 @@ Available Commands:
config Configure connections and default flag values
cp Copy snapshots, deltas or metadata from source objects to target
create Generate helpful metadata
diff Compare table data and report differences between source and target
pipe Execute a transform described in a YAML or JSON file
query Run a SQL query against a configured connection
serve Start a web service and listen for pipe commands described in JSON
Expand Down
2 changes: 1 addition & 1 deletion start-halfpipe-slim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e # exit after any failure

HP_VERSION=v0.1.6
HP_VERSION=v0.2.0
ORA_VERSION=19.8

script_dir=$(dirname "$0")
Expand Down
2 changes: 1 addition & 1 deletion start-halfpipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e # exit after any failure

HP_VERSION=v0.1.6
HP_VERSION=v0.2.0
ORA_VERSION=19.8
K8S_VERSION=v1.13.1 # include k8s leading 'v'

Expand Down

0 comments on commit b479b90

Please sign in to comment.