Google Cloud/Cassandra
From charlesreid1
Taking a look at the Google Cloud launcher list of preconfigured instances, you'll see two different versions of Cassandra:
- Google Click to Deploy version of Cassandra - this is a Google-created docker image that contains the Cassandra stack and is intended to run on Google's cloud platform. [1]
- The docker file used is also available here: [2]
- Bitnami version of Cassandra - this is a Bitnami-created virtual machine that runs on Google Cloud, but also runs on other cloud platforms like Amazon or Azure. [3]