Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stargate/dynamodb-adapter-example
Example project for cassandra-dynamoDB-adapter to demonstrate usage
https://github.com/stargate/dynamodb-adapter-example
adapter cassandra dynamodb stargate
Last synced: 24 days ago
JSON representation
Example project for cassandra-dynamoDB-adapter to demonstrate usage
- Host: GitHub
- URL: https://github.com/stargate/dynamodb-adapter-example
- Owner: stargate
- Created: 2022-11-02T00:18:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T20:16:42.000Z (about 2 years ago)
- Last Synced: 2024-11-12T20:27:09.056Z (3 months ago)
- Topics: adapter, cassandra, dynamodb, stargate
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cassandra DynamoDB Adapter Example
This is an example project to demonstrate how to use [cassandra-dynamoDB-adapter](https://github.com/stargate/dynamoDB-adapter)
to run your DynamoDB workloads on Apache Cassandra.---
**:warning: NOTE**This repository was originally created by students in the Master of Computational Data Science (MCDS) program at Carnegie Mellon University (CMU) as a [capstone project](https://mcds-cmu.github.io/11632/f22/). The repository has been donated to the Stargate project to demonstrate how to use an API Service created according to the [Stargate v2 architecture](https://stargate.io/2022/10/26/stargate-v2-ga.html).
The adapter is not a full implementation of the Dynamo DB API and is not considered production ready, or officially supported by the Stargate project at this time.
---
## Quick Start
Please refer to [dynamoDB-adapter](https://github.com/stargate/dynamoDB-adapter) and set up your
Cassandra + Stargate coordinator + DynamoDB adapter cluster.Then, you should be able to run the DynamoSampleApp using maven or IDE (Intellij IDEA is recommended).
## Demo Video
https://user-images.githubusercontent.com/25746010/206946667-e015371f-9136-46db-af2e-b657dfc451f3.mp4