C* Management process

patch by Dinesh Joshi; reviewed by jasobrown and Chris Lohfink for CASSANDRA-14395

Co-authored-by: Vinay Chella <vinaykumarcse@gmail.com>
Co-authored-by: Joey Lynch <joe.e.lynch@gmail.com>
20 files changed
tree: db04c9bb7e1d5df23cea501d432356ef92e96150
  1. conf/
  2. gradle/
  3. ide/
  4. src/
  5. .gitignore
  6. build.gradle
  7. CHANGES.txt
  8. gradlew
  9. gradlew.bat
  10. LICENSE.txt
  11. 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?