Spin up your Cassandra cluster with UI Client in local less than 5 minutes with just one command!
- Start the docker engine
- Run
cd terraform
thenterraform 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 - Review your configurations with
terraform plan
- Then, finally run
terraform apply
to apply the config which will spin up defined containers alongside with pulling images beforehand - Then go to http://localhost:3000
- Get started with Cassandra by follow the quickstart provided by the Officials
- To cleanup everything, run
terraform destroy
- Cassandra Officials -
3.11
- Cassandra Web by delermando -
v0.4.0