Skip to content

zznate/java-driver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datastax Java Driver for Apache Cassandra
=========================================

A Java client driver for Apache Cassandra. This driver works exclusively with
the Cassandra Query Language version 3 (CQL3) and Cassandra's binary protocol.

The driver architecture is based on layers. At the bottom lies the driver core.
This core handles everything related to the connections to the Cassandra
cluster (connection pool, discovering new nodes, ...) and exposes a simple,
relatively low-level, API on top of which higher level layer can build.

The driver contains the following modules:
 - driver-core: the core layer.
 - driver-examples: example applications using the other modules. Those are
   only meant for demonstration purposes.

More modules including a simple object mapper will come shortly.

Please refer to the README of each module for more information.

About

DataStax Java Driver for Apache Cassandra

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published