Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 746 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 746 Bytes

Sample applications that connect to Astra DB using DataStax java-driver

Prequesites:

Build:

mvn clean package

Run:

mvn exec:java \
  -Dargs.astraSecureConnectBundle=/path/to/secure-connect-astra.zip \
  -Dargs.astraToken=AstraCS:... \
  -Dargs.keyspace=...

Simulate slow connections:

Additional requirement: docker

./test-slow-link.sh "/path/to/secure-connect-astra.zip" "AstraCS:.." "<keyspace>"

Note: AstraMultiRegion.java is an incomplete work-in-progress, please do not try to use this code directly.