https://github.com/deployable/docker-cassandra
Cassandra Docker cluster definition
https://github.com/deployable/docker-cassandra
cassandra cluster docker docker-compose
Last synced: 3 months 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 (about 8 years ago)
- Last Synced: 2025-02-09T20:28:09.264Z (about 1 year ago)
- Topics: cassandra, cluster, docker, docker-compose
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 2
- 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
```