I'm continuing my journey of learning Docker. I am still keeping it simple at this point. This time around, I am going to tackle converting a Spring and Cassandra application to use containers instead of running locally on the host machine. More precisely, using Spring Data Cassandra to sort out the application. I wish I looked at doing this change a while ago. I have written a fair amount of posts on Cassandra, and each time, I had to cd to the correct directory or have a shortcut to start it up. I guess it's not that big of a deal, but there were a few other things involved, such as dropping and recreating keyspaces so I could test my application from scratch. Now, I just delete the container and restart it. To me, this is helpful!


I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to


database,tutorial,containers,spring data cassandra