Apache Cassandra is an open-source, distributed, peer-to-peer, NoSQL, column-oriented, scalable, and high-availability database. This tutorial is about this database’s internals, data types, and query language, including a local setup. — Look from the perspective of a relational databases Relational databases are the most popular, so every developer is familiar with at least one such as MySQL, Postgres, Oracle, and SQL Server. So naturally, when we try to learn new stuff we tend to relate it to something we already know. …