Apache Cassandra: All Fundamentals to Start

What’s included
$14.99 / $24.99
Get ready for your exam by enrolling in our comprehensive training course. This course includes a full set of instructional videos designed to equip you with in-depth knowledge essential for passing the certification exam with flying colors.
Pay once, own it forever
Video Courses
Introduction To Cassandra
Lectures | Duration |
---|---|
1. Introducing The Course | 4m 41s |
2. Understanding What Cassandra Is | 4m 57s |
3. Learning What Cassandra Is Being Used For | 4m 56s |
4. Understanding The System Requirements | 6m 54s |
5. Opening The Main Virtual Machine | 2m 52s |
6. Pop Quiz | 1m 24s |
1. Introducing The Course
4m 41s
2. Understanding What Cassandra Is
4m 57s
3. Learning What Cassandra Is Being Used For
4m 56s
4. Understanding The System Requirements
6m 54s
5. Opening The Main Virtual Machine
2m 52s
6. Pop Quiz
1m 24s
Getting Started With The Architecture
Lectures | Duration |
---|---|
1. Understanding That Cassandra Is A Distributed Database | 2m 23s |
2. Learning What Snitch Is For | 3m 53s |
3. Learning What Gossip Is For | 1m 51s |
4. Learning How Data Gets DIstributed | 5m 35s |
5. Learning About Replication | 2m 12s |
6. Learning About Virtual Nodes | 3m 1s |
7. Pop Quiz | 1m 25s |
1. Understanding That Cassandra Is A Distributed Database
2m 23s
2. Learning What Snitch Is For
3m 53s
3. Learning What Gossip Is For
1m 51s
4. Learning How Data Gets DIstributed
5m 35s
5. Learning About Replication
2m 12s
6. Learning About Virtual Nodes
3m 1s
7. Pop Quiz
1m 25s
Installing Cassandra
Lectures | Duration |
---|---|
1. Downloading Cassandra | 2m 48s |
2. Ensuring Oracle Java 7 Is Installed | 2m 2s |
3. Installing Cassandra | 3m 44s |
4. Viewing The Main Configuration File | 2m 46s |
5. Providing Cassandra With Permission To Directories | 1m 45s |
6. Starting Cassandra | 3m 40s |
7. Checking Status | 4m |
8. Accessing The Cassandra system.log File | 2m 5s |
9. Pop Quiz | 1m 28s |
1. Downloading Cassandra
2m 48s
2. Ensuring Oracle Java 7 Is Installed
2m 2s
3. Installing Cassandra
3m 44s
4. Viewing The Main Configuration File
2m 46s
5. Providing Cassandra With Permission To Directories
1m 45s
6. Starting Cassandra
3m 40s
7. Checking Status
4m
8. Accessing The Cassandra system.log File
2m 5s
9. Pop Quiz
1m 28s
Communicating With Cassandra
Lectures | Duration |
---|---|
1. 0401 Understanding Ways To Communicate With Cassandra | 3m 47s |
2. Using Cqlsh | 2m 28s |
3. Pop Quiz | 1m 8s |
1. 0401 Understanding Ways To Communicate With Cassandra
3m 47s
2. Using Cqlsh
2m 28s
3. Pop Quiz
1m 8s
Creating A Database
Lectures | Duration |
---|---|
1. Understanding A Cassandra Database | 1m 53s |
2. Defining A Keyspace | 4m 56s |
3. Deleting A Keyspace | 51s |
4. Pop Quiz | 1m 52s |
5. Lab: Create A Second Database | 2m 39s |
1. Understanding A Cassandra Database
1m 53s
2. Defining A Keyspace
4m 56s
3. Deleting A Keyspace
51s
4. Pop Quiz
1m 52s
5. Lab: Create A Second Database
2m 39s
Creating A Table
Lectures | Duration |
---|---|
1. Creating A Table | 1m 48s |
2. Defining Columns And Data Types | 2m 48s |
3. Defining A Primary Key | 1m 48s |
4. Recognizing A Partition Key | 2m 43s |
5. Specifying A Descending Clustering Order | 3m 2s |
6. Pop Quiz | 1m 53s |
7. Lab: Create A Second Table | 2m 33s |
1. Creating A Table
1m 48s
2. Defining Columns And Data Types
2m 48s
3. Defining A Primary Key
1m 48s
4. Recognizing A Partition Key
2m 43s
5. Specifying A Descending Clustering Order
3m 2s
6. Pop Quiz
1m 53s
7. Lab: Create A Second Table
2m 33s
Inserting Data
Lectures | Duration |
---|---|
1. Understanding Ways To Write Data | 1m 27s |
2. Using The INSERT INTO Command | 4m 45s |
3. Using The COPY Command | 5m 53s |
4. How Data Is Stored In Cassandra | 4m 21s |
5. How Data Is Stored On Disk | 5m 28s |
6. Pop Quiz | 2m 15s |
7. Lab: Insert Data | 9m 9s |
1. Understanding Ways To Write Data
1m 27s
2. Using The INSERT INTO Command
4m 45s
3. Using The COPY Command
5m 53s
4. How Data Is Stored In Cassandra
4m 21s
5. How Data Is Stored On Disk
5m 28s
6. Pop Quiz
2m 15s
7. Lab: Insert Data
9m 9s
Modeling Data
Lectures | Duration |
---|---|
1. Understanding Data Modeling In Cassandra | 1m 21s |
2. Using A WHERE Clause | 4m 16s |
3. Understanding Secondary Indexes | 2m 18s |
4. Creating A Secondary Index | 1m 38s |
5. Defining A Composite Partition Key | 9m 33s |
6. Pop Quiz | 3m 33s |
1. Understanding Data Modeling In Cassandra
1m 21s
2. Using A WHERE Clause
4m 16s
3. Understanding Secondary Indexes
2m 18s
4. Creating A Secondary Index
1m 38s
5. Defining A Composite Partition Key
9m 33s
6. Pop Quiz
3m 33s
Creating An Application
Lectures | Duration |
---|---|
1. Understanding Cassandra Drivers | 2m 31s |
2. Exploring The DataStax Java Driver | 3m 14s |
3. Setting Up A Development Environment | 4m 3s |
4. Creating An Application Page | 4m 51s |
5. Acquiring The DataStax Java Driver Files | 3m 23s |
6. Getting The DataStax Java Driver Files Through Maven | 2m 23s |
7. Providing The DataStax Java Driver Files Manually | 2m 36s |
8. Connecting To A Cassandra Cluster | 3m 39s |
9. Executing A Query | 7m 47s |
10. Displaying Query Results - Part 1 | 5m 59s |
11. Displaying Query Results - Part 2 | 7m 20s |
12. Using An MVC Pattern | 4m 59s |
13. Pop Quiz | 2m 50s |
14. Lab: Create A Second Application - Part 1 | 5m 19s |
15. Lab: Create A Second Application - Part 2 | 9m 49s |
16. Lab: Create A Second Application - Part 3 | 3m 8s |
1. Understanding Cassandra Drivers
2m 31s
2. Exploring The DataStax Java Driver
3m 14s
3. Setting Up A Development Environment
4m 3s
4. Creating An Application Page
4m 51s
5. Acquiring The DataStax Java Driver Files
3m 23s
6. Getting The DataStax Java Driver Files Through Maven
2m 23s
7. Providing The DataStax Java Driver Files Manually
2m 36s
8. Connecting To A Cassandra Cluster
3m 39s
9. Executing A Query
7m 47s
10. Displaying Query Results - Part 1
5m 59s
11. Displaying Query Results - Part 2
7m 20s
12. Using An MVC Pattern
4m 59s
13. Pop Quiz
2m 50s
14. Lab: Create A Second Application - Part 1
5m 19s
15. Lab: Create A Second Application - Part 2
9m 49s
16. Lab: Create A Second Application - Part 3
3m 8s
Updating And Deleting Data
Lectures | Duration |
---|---|
1. Updating Data | 3m 39s |
2. Understanding How Updating Works | 3m 55s |
3. Deleting Data | 7m 9s |
4. Understanding Tombstones | 7m 17s |
5. Using TTLs | 5m 8s |
6. Updating A TTL | 2m 38s |
7. Pop Quiz | 2m 37s |
8. Lab: Update And Delete Data | 6m 59s |
1. Updating Data
3m 39s
2. Understanding How Updating Works
3m 55s
3. Deleting Data
7m 9s
4. Understanding Tombstones
7m 17s
5. Using TTLs
5m 8s
6. Updating A TTL
2m 38s
7. Pop Quiz
2m 37s
8. Lab: Update And Delete Data
6m 59s
Selecting Hardware
Lectures | Duration |
---|---|
1. Understanding Hardware Choices | 30s |
2. Understanding RAM And CPU Recommendations | 2m 45s |
3. Selecting Storage | 4m 8s |
4. Deploying In The Cloud | 4m 6s |
5. Pop Quiz | 2m 6s |
1. Understanding Hardware Choices
30s
2. Understanding RAM And CPU Recommendations
2m 45s
3. Selecting Storage
4m 8s
4. Deploying In The Cloud
4m 6s
5. Pop Quiz
2m 6s
Adding Nodes To A Cluster
Lectures | Duration |
---|---|
1. Understanding Cassandra Nodes | 3m 39s |
2. Having A Network Connection - Part 1 | 5m 35s |
3. Having A Network Connection - Part 2 | 5m 1s |
4. Having A Network Connection - Part 3 | 4m 46s |
5. Specifying The IP Address Of A Node In Cassandra | 4m 12s |
6. Specifying Seed Nodes | 6m 30s |
7. Bootstrapping A Node | 6m 18s |
8. Cleaning Up A Node | 2m 58s |
9. Using cassandra-stress | 10m 33s |
10. Pop Quiz | 1m 38s |
11. Lab: Add A Third Node | 10m 42s |
1. Understanding Cassandra Nodes
3m 39s
2. Having A Network Connection - Part 1
5m 35s
3. Having A Network Connection - Part 2
5m 1s
4. Having A Network Connection - Part 3
4m 46s
5. Specifying The IP Address Of A Node In Cassandra
4m 12s
6. Specifying Seed Nodes
6m 30s
7. Bootstrapping A Node
6m 18s
8. Cleaning Up A Node
2m 58s
9. Using cassandra-stress
10m 33s
10. Pop Quiz
1m 38s
11. Lab: Add A Third Node
10m 42s
Monitoring A Cluster
Lectures | Duration |
---|---|
1. Understanding Cassandra Monitoring Tools | 46s |
2. Using Nodetool | 4m 54s |
3. Using JConsole | 3m 24s |
4. Learning About OpsCenter | 3m 23s |
5. Pop Quiz | 1m 49s |
1. Understanding Cassandra Monitoring Tools
46s
2. Using Nodetool
4m 54s
3. Using JConsole
3m 24s
4. Learning About OpsCenter
3m 23s
5. Pop Quiz
1m 49s
Repairing Nodes
Lectures | Duration |
---|---|
1. Understanding Repair | 5m 17s |
2. Repairing Nodes | 4m 17s |
3. Understanding Consistency - Part 1 | 6m 26s |
4. Understanding Consistency - Part 2 | 4m 33s |
5. Understanding Hinted Handoff | 3m 30s |
6. Understanding Read Repair | 1m 58s |
7. Pop Quiz | 3m 29s |
8. Lab: Repair Nodes For A Keyspace | 5m 45s |
1. Understanding Repair
5m 17s
2. Repairing Nodes
4m 17s
3. Understanding Consistency - Part 1
6m 26s
4. Understanding Consistency - Part 2
4m 33s
5. Understanding Hinted Handoff
3m 30s
6. Understanding Read Repair
1m 58s
7. Pop Quiz
3m 29s
8. Lab: Repair Nodes For A Keyspace
5m 45s
Removing A Node
Lectures | Duration |
---|---|
1. Understanding Removing A Node | 54s |
2. Decommissioning A Node | 4m 35s |
3. Putting A Node Back Into Service | 6m 38s |
4. Removing A Dead Node | 6m 42s |
5. Pop Quiz | 4m 10s |
6. Lab: Put A Node Back Into Service | 5m |
1. Understanding Removing A Node
54s
2. Decommissioning A Node
4m 35s
3. Putting A Node Back Into Service
6m 38s
4. Removing A Dead Node
6m 42s
5. Pop Quiz
4m 10s
6. Lab: Put A Node Back Into Service
5m
Redefining A Cluster For Multiple Data Centers
Lectures | Duration |
---|---|
1. Redefining For Multiple Data Centers - Part 1 | 4m 50s |
2. Redefining For Multiple Data Centers - Part 2 | 5m 58s |
3. Changing Snitch Type | 5m 25s |
4. Modifying cassandra-rackdc.properties | 7m 44s |
5. Changing Replication Strategy - Part 1 | 5m 54s |
6. Changing Replication Strategy - Part 2 | 3m 58s |
7. Pop Quiz | 2m 30s |
1. Redefining For Multiple Data Centers - Part 1
4m 50s
2. Redefining For Multiple Data Centers - Part 2
5m 58s
3. Changing Snitch Type
5m 25s
4. Modifying cassandra-rackdc.properties
7m 44s
5. Changing Replication Strategy - Part 1
5m 54s
6. Changing Replication Strategy - Part 2
3m 58s
7. Pop Quiz
2m 30s
Resources For Further Learning
Lectures | Duration |
---|---|
1. Accessing Documentation | 2m 51s |
2. Reading Blogs And Books | 4m 52s |
3. Watching Video Recordings | 4m 4s |
4. Posting Questions | 4m 10s |
5. Attending Events | 2m 59s |
1. Accessing Documentation
2m 51s
2. Reading Blogs And Books
4m 52s
3. Watching Video Recordings
4m 4s
4. Posting Questions
4m 10s
5. Attending Events
2m 59s