diff --git a/README.md b/README.md index 83b6c27..dd90f4e 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 diff --git a/start-halfpipe-slim.sh b/start-halfpipe-slim.sh index b6d8e5b..73d8dc4 100755 --- a/start-halfpipe-slim.sh +++ b/start-halfpipe-slim.sh @@ -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") diff --git a/start-halfpipe.sh b/start-halfpipe.sh index d7e6e96..100f501 100755 --- a/start-halfpipe.sh +++ b/start-halfpipe.sh @@ -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'