# Amazon Keyspaces (for Apache Cassandra) Examples This repository contains a set of example projects for [Amazon Keyspaces](https://docs.aws.amazon.com/keyspaces/latest/devguide/what-is-keyspaces.html) ## Table of Contents 1. [About this Repo](#About) 2. [Examples](#Examples) 3. [Learning Resources](#Learning) 4. [License](#License) ## About this Repo This repo is our official list of Amazon Keyspaces example code. The repo is subdivided into sections for each language (see ["Examples"](#Examples)). Each language has its own subsection of examples with the goal to achieve language parity (same subset of examples exist in each language). These examples demonstrate various common service implementations, or infrastructure patterns that could be useful in your use of Amazon Keyspaces when building your own infrastructure. We welcome contributions to this repo in the form of fixes to existing examples or addition of new examples. For more information on contributing, please see the [CONTRIBUTING](https://github.com/aws-samples/aws-keyspaces-examples/tree/master/CONTRIBUTING.md) guide. This is considered an intermediate learning resource and should typically be referenced after reading the Developer Guide (please see [Learning Resources](#Learning) for more information on these resources). ## Examples This repo contains examples in each language supported by Amazon Keyspaces. This is not exhaustive. - [Java Examples](https://github.com/aws-samples/amazon-keyspaces-examples/tree/main/java) - [C#/.NET Examples](https://github.com/aws-samples/amazon-keyspaces-examples/tree/main/dotnet) - [Ruby Examples](https://github.com/aws-samples/amazon-keyspaces-examples/tree/main/ruby) - [Python Examples](https://github.com/aws-samples/amazon-keyspaces-examples/tree/main/python) - [Scala Examples](https://github.com/aws-samples/amazon-keyspaces-examples/tree/main/scala) - [SageMaker (Python) Examples](https://github.com/aws-samples/amazon-keyspaces-examples/tree/main/python/datastax-v3/SageMaker) ## Learning Resources While this is an excellent learning resource for Amazon Keyspaces, there are other resources that can be referenced to assist with your learning/development process. ### Official Resources - [Developer Guide](https://docs.aws.amazon.com/keyspaces/latest/devguide/what-is-keyspaces.html) If you have created an Amazon Keyspaces learning resource and would like it to be listed here, please read the related [CONTRIBUTING](https://github.com/aws-samples/amazon-keyspaces-examples/blob/main/CONTRIBUTING.md) section for more info. # License This library is licensed under the MIT-0 License.