This repository provides a few classes (wrapper) to simplify the configuration of Astra using the CASSANDRA ING DRIVERS.
We would like to thank the ING Team and especially @maximevw for his work on maintaining Cassandra JDBC library.
As for the Cassandra JDBC driver this component is delivered as-is with a Apache2 License.
Property | Value |
---|---|
ClassName | com.datastax.astra.jdbc.AstraJdbcDriver |
URL with Token | jdbc:astra://<db_name>/<keyspace>?token=<token> |
URL with user and password | jdbc:astra://<db_name>/<keyspace>?user=token&password=<token> |
URL with user and password (2) | jdbc:astra://<db_name>/<keyspace>?user=<clientId>&password=<clientSecret> |