Skip to content

DataStax-Examples/astra-jdbc-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jdbc Adapter for Astra

License Apache2

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.

Using Astra Jdbc Driver

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>

Tutorials

image

image