/scylla-code-samples

Code samples for working with ScyllaDB

Primary LanguagePythonApache License 2.0Apache-2.0

Scylla Code Samples

This repository holds Scylla usage example, from simple to the more complex.

Adding a new example

Add a new direcotry with your example. Each examlpe (directory) should have a README.md file with the following:

  • Short description of the example
  • How to build and the example
  • What version of Scylla, other packages, were used in the example. For example:
    • Scylla 1.6.1
    • Spark 2.0.2 etc

Contribution should be submited as pull requests.