Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
nea edited this page Sep 12, 2014 · 5 revisions

Vert.x Cassandra Persistor Build Status

This very simple Vert.x module allows to store and retrieve data from a Cassandra instance or cluster. It uses the DataStax Java Driver 2.1 (defaults and characteristics from the driver are implicitly used).

It is loosely based on the Vert.x MongoDB persistor and not optimized for highest performance but straight-forward integration with Cassandra.

  • Module com.insanitydesign~vertx-mod-cassandra-persistor~X.X.X
  • Worker Verticle
  • EventBus JSON-based
  • CQL3

For a full version history go here.

Clone this wiki locally