From 909e7609ffdd20fa6a139207d545a7e89a949632 Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 8 Dec 2020 07:48:51 -0500 Subject: [PATCH 1/3] Issue #198 Adding astra example in securebundle section. --- driver-cql-shaded/src/main/resources/cql.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/driver-cql-shaded/src/main/resources/cql.md b/driver-cql-shaded/src/main/resources/cql.md index a93353f74..6ed51dbbb 100644 --- a/driver-cql-shaded/src/main/resources/cql.md +++ b/driver-cql-shaded/src/main/resources/cql.md @@ -210,6 +210,13 @@ activity types. Examples: - `secureconnectbundle=/tmp/secure-connect-my_db.zip` - `secureconnectbundle="/home/automaton/secure-connect-my_db.zip"` + Astra Example: + - `$ nb run driver=cql \ + workload=cql-iot \ + tags=phase:schema \ + username=astra_user \ + password=astra_password \ + secureconnectbundle=/path/to/secure-connect-mydatabase.zip` - **insights** - Set to false to disable the driver from sending insights monitoring information - `insights=false` - **tickduration** - sets the tickDuration (milliseconds) of HashedWheelTimer of the From bf51056fce58b7b8ee540d0490d1db1d16c5f49c Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 8 Dec 2020 07:51:39 -0500 Subject: [PATCH 2/3] Issue #237 --- engine-cli/src/main/resources/topics.md | 1 + 1 file changed, 1 insertion(+) diff --git a/engine-cli/src/main/resources/topics.md b/engine-cli/src/main/resources/topics.md index 14cf57c7b..378304c4c 100644 --- a/engine-cli/src/main/resources/topics.md +++ b/engine-cli/src/main/resources/topics.md @@ -1,3 +1,4 @@ # global help topics - commandline - cli-scripting +- ssl \ No newline at end of file From 8e61de6139ca2bc9cbbe588a93344a8e76bfd13f Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 16 Dec 2020 10:44:53 -0500 Subject: [PATCH 3/3] Update cql.md Move astra sample code to astra doc site. --- driver-cql-shaded/src/main/resources/cql.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/driver-cql-shaded/src/main/resources/cql.md b/driver-cql-shaded/src/main/resources/cql.md index 6ed51dbbb..e5f62da97 100644 --- a/driver-cql-shaded/src/main/resources/cql.md +++ b/driver-cql-shaded/src/main/resources/cql.md @@ -210,13 +210,9 @@ activity types. Examples: - `secureconnectbundle=/tmp/secure-connect-my_db.zip` - `secureconnectbundle="/home/automaton/secure-connect-my_db.zip"` - Astra Example: - - `$ nb run driver=cql \ - workload=cql-iot \ - tags=phase:schema \ - username=astra_user \ - password=astra_password \ - secureconnectbundle=/path/to/secure-connect-mydatabase.zip` + + Check out [Astra Documentation](https://docs.astra.datastax.com/docs/test-loading-data-with-nosqlbench) for samples + - **insights** - Set to false to disable the driver from sending insights monitoring information - `insights=false` - **tickduration** - sets the tickDuration (milliseconds) of HashedWheelTimer of the