Google Cloud/Cassandra: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Main|Cassandra}} | {{Main|Cassandra}} | ||
=Options= | |||
Take a look at the Google Cloud launcher list of preconfigured instances: https://cloud.google.com/launcher/solution | Take a look at the Google Cloud launcher list of preconfigured instances: https://cloud.google.com/launcher/solution | ||
| Line 10: | Line 12: | ||
The Bitnami version of Cassandra is maintained by Bitnami, a company that works on maintaining lots of applications, stacks, and appliances that are all ready to run in any cloud you happen to be on - whether it is Google Cloud or Amazon or Azure. | The Bitnami version of Cassandra is maintained by Bitnami, a company that works on maintaining lots of applications, stacks, and appliances that are all ready to run in any cloud you happen to be on - whether it is Google Cloud or Amazon or Azure. | ||
=Snitches= | |||
If using Google Cloud, need to specify a google cloud-specific snitch file: http://docs.datastax.com/en/cassandra/2.1/cassandra/architecture/architectureSnitchGoogle.html | |||
Data centers are equivalent to regions, and zones are equivalent to racks in the data center. | |||
[[Category:Google Cloud]] | [[Category:Google Cloud]] | ||
[[Category:Data Engineering]] | |||
Latest revision as of 20:16, 15 September 2017
Options
Take a look at the Google Cloud launcher list of preconfigured instances: https://cloud.google.com/launcher/solution
You'll see two different versions of Cassandra:
The Google click to deploy version of Cassandra is a Google-created docker image that contains the Cassandra stack and is intended to run on the Google Cloud platform.
The Bitnami version of Cassandra is maintained by Bitnami, a company that works on maintaining lots of applications, stacks, and appliances that are all ready to run in any cloud you happen to be on - whether it is Google Cloud or Amazon or Azure.
Snitches
If using Google Cloud, need to specify a google cloud-specific snitch file: http://docs.datastax.com/en/cassandra/2.1/cassandra/architecture/architectureSnitchGoogle.html
Data centers are equivalent to regions, and zones are equivalent to racks in the data center.