https://github.com/scylladb/scylla-cloud-getting-started
https://github.com/scylladb/scylla-cloud-getting-started
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scylladb/scylla-cloud-getting-started
- Owner: scylladb
- Created: 2023-02-22T08:11:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:43:11.000Z (8 months ago)
- Last Synced: 2024-12-08T21:46:01.558Z (6 months ago)
- Language: Rust
- Homepage: https://cloud-getting-started.scylladb.com
- Size: 1.18 MB
- Stars: 43
- Watchers: 6
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
![]()
Getting Started with ScyllaDB Cloud
« Explore the Project »
Report Bug or Request Feature
This project is designed to help you build a "Media Player App" that can handle thousands of requests per second using [ScyllaDB](https://github.com/scylladb/scylladb) and [ScyllaDB Cloud](https://www.scylladb.com/product/scylla-cloud/).
## Quick start
You can find language-specific implementations in their corresponding folder:
- [NodeJS](/docs/source/build-with-javascript.md)
- [Java](/docs/source/build-with-java.md)
- [Python](/docs/source/build-with-python.md)
- [Rust](/docs/source/build-with-rust.md)
- [Ruby](/docs/source/build-with-ruby.md)
- [Elixir](/docs/source/build-with-elixir.md)
- [Csharp](/docs/source/build-with-csharp.md)
- [Go](/docs/source/build-with-golang.md)## Sample Projects
We also built the full project with some extra features for you use as study guide.
- [Rust Project](/rust)
- [Python Project](/python)
- [Ruby Project](/ruby)
- [Elixir Project](/elixir)
- [Csharp Project](/csharp)
- [Go Project](/go)## Contributing
### Adding a Sample
If you want to add a project following the criteria in a new language, you're welcome to contribute! We're always looking for new contributors to all projects related to ScyllaDB Education center.
Open an [issue](https://github.com/scylladb/scylla-cloud-getting-started/issues/new) with the following information:
- Programming language
- Link to the Driverand let's make it happen together!
### Reporting bugs
It is inevitable that code will have bugs. There are a few things you can do to
help the maintainer to fix the bug that you've discovered quicker:* Include the version of the Driver;
* Include the Driver dependency versions that might be an error;
* Include a complete stack trace of the failure as well as any available logs;
* Include any additional information you think is relevant;### Pull requests
If you're able to fix a bug yourself, you can [fork the repository](https://help.github.com/articles/fork-a-repo/) and [submit a pull request](https://help.github.com/articles/using-pull-requests/) with the fix.