tree: f386fa79e40e7fae72870f38bb6b87e69776d8e3 [path history] [tgz]
  1. conf/
  2. gradle/
  3. ide/
  4. src/
  5. .gitignore
  6. api.yaml
  7. build.gradle
  8. CHANGES.txt
  9. gradlew
  10. gradlew.bat
  11. LICENSE.txt
  12. README.md
README.md

Apache Cassandra Sidecar [WIP]

This is a Sidecar for the highly scalable Apache Cassandra database. For more information, see the Apache Cassandra web site and CIP-1.

This is project is still WIP.

Requirements

  1. Java >= 1.8 (OpenJDK or Oracle)
  2. Apache Cassandra 4.0

Getting started

After you clone the git repo, you can use the gradle wrapper to build and run the project. Make sure you have Apache Cassandra running on the host & port specified in conf/sidecar.yaml.

$ ./gradlew run

You can use build, test to build & test the project.

Wondering where to go from here?