Skip to content
Chris Bannister edited this page Apr 2, 2015 · 6 revisions

Version 1.0

Currently Implemented

  • Support for Cassanda 1.2, 2.0 and 2.1
  • Type conversions
  • Support logged,unlogged, and counter batch operations
  • Cluster Management (Round Robin Query Distribution)
  • Connection streams up to 128 or 32768 depending on protocol version
  • Support for Cassandra Native API
  • Support for Cursors(Paged iteration through results)
  • Optional Frame Compression
  • Automatic Query Preparation
  • Support for Query Tracing
  • Lightweight Transactions
  • Simple Query Retry Policy
  • Support for batches
  • Continuous Integration using an automated build system

To be Implemented

  • Robust Fail over solution to handle configurable retry and failure scenarios.
  • More options for Query Distribution in cluster
  • Extensive API documentation
  • Effective unit testing so builds can be tested before release
  • Add tutorials for use the supported features of the library.
Clone this wiki locally