notes

NoSQL

Types

  1. Key-Value Stores
  2. Document Databases
  3. Wide-Column Databases
  4. Graph Databases

Cassandra

  1. All nodes in a Cassandra cluster are functionally equal. Clients can connect to any of Cassandra’s nodes, and when they connect that node becomes the client’s session coordinator. Clients do not need to know which nodes have what data, nor do they have to be aware of outages, repairing data, or replication.
  2. Read Cassandra Read

  3. Write Cassanra Write