Skip to content

customizable docker-compose cassandra cluster for local tests

Notifications You must be signed in to change notification settings

toledompm/cassandra-compose-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cassandra compose-cluster

Usage

  • Rename .env.sample -> .env and tweak if needed.

  • Run the following commands:

    $ make setup
    $ make start-all

make setup

Make setup does 3 things:

  • create compose volume directories;
  • pull cassandra image && runs temp container;
  • copies config files from the temp container, into the compose volume directories;

this allows for easy customization.

data directory:

Contains persisted data from each service (/var/lib/cassandra)

etc directory:

Contains configuration file for each service (/etc/cassandra)

About

customizable docker-compose cassandra cluster for local tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published