Apache Cassandra

132

Apache Cassandra is an open source NoSQL distributed database.

Stuff you wanna know:

  1. Cassandra needs persistent storage to provide data durability (application state).
  2. Cassandra and Kubernetes both use the term node to mean a member of a cluster.
  3. When a Cassandra node starts, it uses a seed list to bootstrap discovery of other nodes in the ring.

More stuff: