how to use ccmlib in scala/play application

28 Views Asked by At

My scala/play application uses cassandra database. I want to unit-test the database services. I believe I can use ccm tool to create a cluster locally. I am able to do so following the instruction at https://github.com/riptano/ccm/blob/master/README.md

But I can't figure out how to start, stop and populate the cluster programatically in the unit test (Playspec).

0

There are 0 best solutions below