question

minisha avatar image
minisha asked Erick Ramirez answered

Is there an open-source JDBC driver for Cassandra?

Does cassandra has a jdbc driver? I couldnt find any in maven central

jdbc driver
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

Erick Ramirez avatar image
Erick Ramirez answered

There is no open-source JDBC driver for Cassandra.

But DataStax offers JDBC and ODBC drivers from Magnitude Software (previously known as Simba) which can be used with open-source Apache Cassandra.

As a side note in case you weren't already aware, there is Stargate.io -- an open-source data gateway which allows your app to connect to Cassandra using REST, GraphQL, JSON/Doc APIs and CQL. It's fully open-source and is an easier way of connecting to a Cassandra cluster from your app. Cheers!

Share
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.