ClariTea is a visualization application tool created to help developers explore and understand their Apache Cassandra clusters. Users are able to easily connect to their DataStax Astra databases using their Client ID, Client Secret, and local zip filepath. Then they can visualize their schemas, the replication factors for their clusters, as well as a collapsible tree diagram to help guide their data modeling.
- Fork and clone this repository to your machine:
git clone https://github.com/oslabs-beta/ClariTea.git
- Navigate to the project directory and install dependencies.
npm install
- Enter the following command to start up ClariTea.
npm run start
- This will open up the application.
Alexis Smith
Brit Lim
Kirsten Coronado
Peyton Pedersen
Phillip Yoo
If you found this interesting or helpful at all, feel free to drop a on this project to show your support!
You can contribute by:
- Raising any issues you find using ClariTea
- Fixing issues by opening Pull Requests
- Improving documentation
All bugs, tasks or enhancements are tracked as GitHub issues. Issues which might be a good start for new contributors are marked with "good-start" label.
MIT