Time to Complete
5
Difficulty
Beginner
Discover how Astra DB reduces the TCO of self-managed Cassandra by over 85%. Read now!
Get the hands-on experience you need to start your journey with Apache Cassandra™.
Learn about the most essential data definition and data manipulation statements in Cassandra Query Language (CQL)
In this scenario, you will:
CREATE KEYSPACE
, USE
and CREATE TABLE
INSERT
, SELECT
, UPDATE
and DELETE
This scenario is also available on our datastax.com/dev site, where you can find many more resources.
Learn how to connect to your cluster and submit queries with the DataStax Client Driver of your choosing.
Learn how to insert, retrieve, and delete data with the DataStax Java Driver for Apache Cassandra™.
Start CodingLearn how to insert, retrieve, and delete data with the DataStax Python Driver for Apache Cassandra™.
Start codingLearn how to insert, retrieve, and delete data with the DataStax Node.js Driver for Apache Cassandra™.
Start CodingSo, you want to create a Cassandra schema? Cassandra's schema development methodology is different from the relational world's approach.
Start CodingLearn how to run Apache Cassandra™ using Kubernetes by building a Python REST microservice
Start Coding