Cassandra.Link
The best knowledge base on Apache Cassandra®
Helping platform leaders, architects, engineers, and operators build scalable real time data platforms.
A collection of 1409 posts
Basic Rules of Cassandra Data Modeling
10/22/2019
Picking the right data model is the hardest part of using Cassandra. If you have a relational background, CQL will look familiar, but the way you use it can be very different. The goal of this post is...
Best Practices for Cassandra Data Modeling - DZone Database
People new to NoSQL databases tend to relate NoSql as a relational database, but there is quite a difference between those. For people from relation background, CQL looks similar, but the way to mode...
Apache Cassandra Data Modeling and Query Best Practices
Organizations have many choices when it comes to database platforms. Choosing the right one for an application should be based on the application’s characteristics and the platform’s features. In this...
How to choose a database for your microservices
The past 10 years have seen the explosive growth of large-scale distributed systems. This trend has produced a whirlwind of creativity in the database world that is arguably without precedent in the h...
Securing Cassandra for Compliance
10/16/2019
Securing Cassandra for Compliance SlideShare Explore You Successfully reported this slideshow.Securing Cassandra for ComplianceUpcoming SlideShareLoading in …5× ...
Best Practices for Running Apache Cassandra on Amazon EC2 | Amazon Web Services
Apache Cassandra is a commonly used, high performance NoSQL database. AWS customers that currently maintain Cassandra on-premises may want to take advantage of the scalability, reliability, security, ...
Secure Cassandra Cluster
Enabling PasswordAuthenticator and SSLλ.erangaDec 14, 2018 · 5 min readCassandra allows you to have various security features in node-to-node communication as well and client-to-node communication.In ...
Setting Up a Cassandra Cluster With SSL - DZone Cloud
This is part 2 of a Cassandra Cluster Tutorial series. Part 1 used Vagrant to setup a local Cassandra Cluster and installs Cassandra on boxes. Part 2 installs Cassandra Database SSL support and confi...