abh1nav / docker-cassandra

Cassandra 2.1.3 as a docker container for quick dev deployments.
https://registry.hub.docker.com/u/abh1nav/cassandra/
Other
26 stars 29 forks source link

Overall question #5

Closed jquacinella closed 8 years ago

jquacinella commented 8 years ago

First things first, this is a great repo. However, I am curious about your description of the project, stating that its used for 'quick dev deployments'. Is there any particular reason why you say that? Should other features of cassandra be enabled / configured that this container does not do?

Thanks for any insight!

abh1nav commented 8 years ago

Hi @jquacinella - I created this project almost 2 years ago - back then we were doing a lot of work with Cassandra and there were no easy ways to stand up a local C* cluster other than CCM (which, at the time, I felt was opaque and hard to understand). Docker gave me an easy way to run clusters for testing and destroy them after I was done leaving no trace on my dev box. Hope that helps.