https://github.com/scylladb/scylla-code-samples
Code samples for working with ScyllaDB
https://github.com/scylladb/scylla-code-samples
Last synced: 24 days ago
JSON representation
Code samples for working with ScyllaDB
- Host: GitHub
- URL: https://github.com/scylladb/scylla-code-samples
- Owner: scylladb
- License: apache-2.0
- Created: 2017-03-05T13:07:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-30T03:46:07.000Z (about 1 month ago)
- Last Synced: 2025-05-07T22:37:20.156Z (about 1 month ago)
- Language: Python
- Size: 6.69 MB
- Stars: 251
- Watchers: 18
- Forks: 134
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scylla Code Samples
This repository holds ScyllaDB usage examples, from simple to more complex.
## Adding a new example
Add a new directory with your example. Each example (directory) should have a README.md file with the following:
- Short description of the example
- How to build the example
- Prerequisites
- The version of ScyllaDB, and other packages, used in the example. I.E.:
- ScyllaDB 5.2
- Spark 2.0.2
* How to clean up the installationContributions should be submitted as pull requests.
## Further reading
Many of the examples are explained in detail in the [Mutant Monitoring System (MMS) and Integrations course](https://university.scylladb.com/courses/the-mutant-monitoring-system-training-course/) on ScyllaDB University.
You can ask questions and discuss these code samples in the [ScyllaDB community forum](https://forum.scylladb.com/) and on the [Slack channel](http://slack.scylladb.com/).