Embedded Cassandra provides an easy way to start and stop Apache Cassandra as an embedded database. Apache Cassandra is not started within the same JVM, but instead that, it is started as a forked JVM process (java.lang.Process
).
To learn more about Embedded Cassandra, please consult the reference documentation.
Embedded Cassandra 2.x.x documentation is here
Embedded Cassandra
uses GitHub's issue tracking system to report bugs and feature
requests. If you want to raise an issue, please follow this link
Also see CONTRIBUTING.md if you wish to submit pull requests.
Embedded Cassandra
can be easily built with the maven wrapper. You also need JDK 1.8
.
Embedded Cassandra is released under the Apache License 2.0