Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Cassandra jdbc still actively supported? [closed]

Tags:

cassandra

jdbc

Looking through the Apache Cassandra page and other linked Cassandra documentation, emphasis seems to be on CQL and there are no references to JDBC. Is a Cassandra JDBC driver still under active development? A google search for 'cassandra jdbc' turns up a few things, but none appear connected to Apache or DataStax. If anyone is using a Cassandra JDBC driver, which one are you using?

like image 663
zed4 Avatar asked May 28 '16 16:05

zed4


People also ask

Does Cassandra support JDBC?

No, the DataStax driver does not implement jdbc. It primarily provides a mechanism for submitting CQL commands from a java program, and getting the results back in a ResultSet.

Is Apache Cassandra still used?

Its ability to handle high volumes makes it particularly beneficial for major corporations. As a result, it's currently being used by many large businesses including Apple, Facebook, Instagram, Uber, Spotify, Twitter, Cisco, Rackspace, eBay, and Netflix.

Is Cassandra open source?

Apache Cassandra is an open source non-relational, or NoSQL, a database that enables continuous availability, tremendous scale, and data distribution across multiple data centers and cloud availability zones. Simply put, Cassandra provides a highly reliable data storage engine for applications requiring immense scale.

Can we use JPA with Cassandra?

Use JPA libraries to communicate with Apache Cassandra comparing Achilles, Datastax and Kundera. The last one presents the better processing speeds with lower computational resources consumption. Source code is available on Github with detailed documentation on how to build and run the tests using Docker.

What is Cassandra JDBC driver?

As a JDBC Driver, Cassandra JDBC Driver can be used to access and explore Cassandra data directly from the Data Source Explorers included in popular java IDEs. It's easy.

How to connect live Cassandra data with Java-based bi?

Easily connect live Apache Cassandra data with Java-based BI, ETL, Reporting, & Custom Apps. The Cassandra JDBC Driver enables users to connect with live Cassandra data, directly from any applications that support JDBC connectivity. Connect Java applications with the Cassandra real-time NoSQL cloud database service.

What's new in the Cassandra driver?

The Cassandra Driver has the same JDBC architecture as the JDBC drivers for MySQL and OLEDB, including Connection, Statement and ResultSet objects. Because of this you can now access Cassandra data in an easy, familiar way.

Does dbschema have a Cassandra driver?

Usually, they are provided by the same company which implemented the Cassandra software. DbSchema Tool already includes an Cassandra driver, which is automatically downloaded when you connect to Cassandra. What is the JDBC URL?


1 Answers

Digging around and I found one in BitBucket from the DbSchema people. I've only tried a few basic queries so far, so this is more of a 'hey, look' rather than an endorsement.

like image 128
Gary Myers Avatar answered Oct 31 '22 03:10

Gary Myers