简化Java使用Cassandra的开发:Spring Data Cassandra

jopen 9年前

Spring Data Cassandra 可以大大降低使用 Cassandra 开发的学习曲线。Spring Data Cassandra 既可以和标注的 POJOS 保持在高层次,也可以在低层次维持高性能数据采集能力,它可以符合各种程序的要求。

Features

  • Build repositories based on common Spring Data interfaces
  • Support for synchronous and asynchronous data operations
  • Asynchronous callback support
  • Support for XML based Keyspace creation and CQL Table creation
  • JavaConfig and XML Support for all Cluster and Session Capabilities
  • Exception Translation to the familiar Spring DataAccessException hierarchy
  • Convenient QueryBuilders to eliminate the need to learn CQL
  • Based on the latest DataStax Enterprise CQL Java Driver

项目主页:http://www.open-open.com/lib/view/home/1439453130911