5. Deployment and Provisioning
Now that you have done a little development on the application and you have it working in a development environment, it’s time to think about what your production environment is going to look like. In this chapter, we will cover the different aspects of deploying Cassandra to production. These include choosing a replication factor and a placement strategy and understanding the various partitioners available with Cassandra.
Keyspace Creation
When creating your keyspace, you need to decide on a few things: your data center layout and your replication strategy. Your data center layout is part of a greater set of considerations that get bundled into the category of replication strategy. In short, you need to answer ...
Get Practical Cassandra: A Developer’s Approach now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.