Learning Series

Cassandra Fundamentals

This hands-on learning series covers fundamental topics in Apache Cassandra® that will help you to become a successful Cassandra developer. Whether you are just starting with Cassandra or continuing your journey, there are both beginner and more advanced topics to explore. Each concept is introduced and explained using practical and executable examples written in Cassandra Query Language (CQL).

Learning Series Topics

DURATION
APPROXIMATELY 4H

  • 01Introduction to Apache Cassandra®
  • 02Cassandra Query Language
  • 03Keyspaces and Data Replication Strategies
  • 04Tables with Single-Row Partitions
  • 05Tables with Multi-Row Partitions
  • 06Inserts, Updates, Deletes and Upserts
  • 07Bulk Loading Large Datasets
  • 08Queries
  • 09Advanced Data Types
  • 10Tunable Consistency and Consistency Levels
  • 11Linearizable Consistency and Lightweight Transactions
  • 12Atomicity and Batches
  • 13Materialized Views
  • 14Secondary Indexes

The Cassandra Fundamentals Coursework

Introduction to Apache Cassandra®

Introduction to Apache Cassandra®

Learn about Cassandra benefits and install your first Cassandra NoSQL database instance

Start Coding
Cassandra Query Language

Cassandra Query Language

Learn about the most essential data definition and data manipulation statements in Cassandra Query Language (CQL)

Start Coding
Apache Cassandra® Keyspaces and Data Replication Strategies

Apache Cassandra® Keyspaces and Data Replication Strategies

Learn how to create a keyspace and select a data replication strategy for a Cassandra NoSQL database

Start Coding
Tables with Single-Row Partitions in Apache Cassandra®

Tables with Single-Row Partitions in Apache Cassandra®

Learn how to create tables that can only have one row per partition in a Cassandra NoSQL database

Start Coding
Tables with Multi-Row Partitions in Apache Cassandra®

Tables with Multi-Row Partitions in Apache Cassandra®

Learn how to create tables that can have many rows per partition in a Cassandra NoSQL database

Start Coding
Inserts, Updates, Deletes and Upserts in Apache Cassandra®

Inserts, Updates, Deletes and Upserts in Apache Cassandra®

Learn how to insert, update, delete, and upsert data into tables in a Cassandra NoSQL database

Start Coding
Bulk Loading Large Datasets into Apache Cassandra®

Bulk Loading Large Datasets into Apache Cassandra®

Learn how to use the DSBulk utility to load data from CSV files into Cassandra NoSQL database tables

Start Coding
Queries in Apache Cassandra®

Queries in Apache Cassandra®

Learn how to retrieve data from Cassandra NoSQL database tables

Start Coding
Advanced Data Types in Apache Cassandra®

Advanced Data Types in Apache Cassandra®

Learn about universally unique identifiers (UUIDs), collections, tuples, user-defined types (UDTs) and counters

Start Coding
Tunable Consistency and Consistency Levels in Apache Cassandra®

Tunable Consistency and Consistency Levels in Apache Cassandra®

Learn how to choose consistency levels for read and write operations in a Cassandra NoSQL database

Start Coding
Linearizable Consistency and Lightweight Transactions in Apache Cassandra®

Linearizable Consistency and Lightweight Transactions in Apache Cassandra®

Learn how and when to use lightweight transactions in a Cassandra NoSQL database

Start Coding
Atomicity and Batches in Apache Cassandra®

Atomicity and Batches in Apache Cassandra®

Learn how and when to use atomic batches in a Cassandra NoSQL database

Start Coding
Materialized Views in Apache Cassandra®

Materialized Views in Apache Cassandra®

Learn how and when to use materialized views in a Cassandra NoSQL database

Start Coding
Secondary Indexes in Apache Cassandra®

Secondary Indexes in Apache Cassandra®

Learn about secondary indexes (2i) and SSTable-attached secondary indexes (SASI) in a Cassandra NoSQL database

Start Coding