If you are using theAstra DB REST API, this scenario will walk you through the following parts:
- Setting up environment variables
- Creating a table with the REST API
- Adding a row to your table with the REST API
- Retrieving rows using the REST API
If you are using the Astra DB GraphQL API, this scenario will walk you through the following parts:
- Getting a token
- Inserting a record with cURL
- Querying a record using GraphQL and JavaScript
- Adding a record with GraphQL and JavaScript
If you are using the CQL shell, this scenario will walk you through the following parts:
- Installing and configuring the CQL shell
- Creating a table
- Inserting data
- Querying data
If you are using the CQL shell using Docker, this scenario will walk you through the following parts:
- Creating a CQL shell container
- Creating a table
- Inserting data
- Querying data