update CHANGES.txt with missing jiras
1 file changed
tree: 4cfa470d59308241f149bf733c108756e6fa4c53
  1. .circleci/
  2. conf/
  3. gradle/
  4. ide/
  5. src/
  6. .gitignore
  7. api.yaml
  8. build.gradle
  9. CHANGES.txt
  10. checkstyle.xml
  11. gradlew
  12. gradlew.bat
  13. LICENSE.txt
  14. 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?