This Java application provides a powerful interface for communicating with remote Cassandra database clusters. The environment is highly customizable.
cassandra driver core
cassandra driver core is a Windows software oriented toward Java developers. It allows users to interact with distributed NoSQL Cassandra databases. Please note that JDBC Driver for Cassandra is necessary for establishing a remote cluster connection.
About Cassandra
With the help of this database management system you can handle large amounts of data across several servers. The main advantages of the platform are its horizontal scalability, distributed architecture and a flexible approach to schema definition. Cassandra driver core is necessary for discovering new nodes, connection pooling and performing other administrative tasks.
Data processing
There is support for asynchronous I/O operations. Several load balancing policies for automatic traffic distribution are provided. Additionally, users are able to build custom CQL queries for data extraction. Java objects can be manually mapped to Cassandra tables as well.
The Cluster class is the main entry point for interacting with a Cassandra database. You can create sessions, execute queries and process transactions.
Features
- free to download and use;
- offers you tools for communicating with distributed Cassandra database clusters;
- supports asynchronous data transactions;
- there are multiple advanced load balancing policies;
- users can build and execute custom CQL queries to retrieve required data points;
- compatible with all modern versions of Windows.