https://github.com/deployable/docker-cassandra
Cassandra Docker cluster definition
https://github.com/deployable/docker-cassandra
cassandra cluster docker docker-compose
Last synced: 13 days ago
JSON representation
Cassandra Docker cluster definition
- Host: GitHub
- URL: https://github.com/deployable/docker-cassandra
- Owner: deployable
- Created: 2017-09-05T01:38:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T05:19:36.000Z (over 8 years ago)
- Last Synced: 2025-10-31T00:43:27.343Z (7 months ago)
- Topics: cassandra, cluster, docker, docker-compose
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cassandra Cluster Docker Compose Definition
A simple cassandra single data centre, single rack cluster
Bring up the first server
```
docker-compose up -d cassandra-1
docker-compose logs -f cassandra-1
```
Bring up the nodes
```
docker-compose up -d cassandra-2
docker-compose up -d cassandra-3 cassandra-4
```
Test the cluster
```
cqlsh -f test.cql
```