Search code examples
javakotlinnosqlscylla

Using ScyllaDB NoSQL kotlin / java


For a while I have been trying to find out how to use ScyllaDB in Java / Kotlin but in NoSQL, I specify NoSQL! So I would need a module to do that I imagine but I can not find. If someone knows could he help me?


Solution

  • If you are interested in using ScyllaDB with Java, here's a link to the Java Driver page:

    https://docs.scylladb.com/using-scylla/drivers/cql-drivers/scylla-java-driver/

    The Scylla Java driver is shard-aware and token aware, which will provide greater performance.

    If you are interested in consuming our Change Data Capture (CDC) data, we even have a Java library specifically for that:

    https://github.com/scylladb/scylla-cdc-java