Skip to content

Spin up your Cassandra cluster with UI Client in local less than 5 minutes with just one command!

Notifications You must be signed in to change notification settings

okzapradhana/cassandra-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Local Casandra Playground

Spin up your Cassandra cluster with UI Client in local less than 5 minutes with just one command!

Prerequisites

  1. Terraform. Install here
  2. Docker Engine. Install here

Steps

  1. Start the docker engine
  2. Run cd terraform then terraform init to initialize the Terraform directory. This will create some folders and files used by Terraform to track your state and store your installed providers
  3. Review your configurations with terraform plan
  4. Then, finally run terraform apply to apply the config which will spin up defined containers alongside with pulling images beforehand
  5. Then go to http://localhost:3000
  6. Get started with Cassandra by follow the quickstart provided by the Officials
  7. To cleanup everything, run terraform destroy

Tools

  1. Cassandra Officials - 3.11
  2. Cassandra Web by delermando - v0.4.0

Images

Docker Containers Process

Cassandra Web - Table

Cassandra Web - CQL

Cassandra Web - Keyspaces

About

Spin up your Cassandra cluster with UI Client in local less than 5 minutes with just one command!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages