cassandracqlcassandra-cli

stubbed cassandra for data storage


I need an embedded cassandra for my project and I was wondering if I can use Stubbed Cassandra for data storage. Because I need a system to simulate CQL requests and responses.

Thanks everyone.


Solution

  • You cant use it as a real datastore. Use real cassandra as a real cassandra datastore. check out ccm which is probably more what your looking for.

    There are wrappers for it in dtests (python) and the java driver uses it for testing and has a java wrapper.