Quickstarts
Apache Cassandra
Execute queries to a Cassandra cluster with cqlsh.
Prerequisites
To get the most out of this guide, you will need to:
- Either create an account in our managed instance or deploy your own hoop.dev instance
- You must be your account administrator to perform the following commands
Configuration
Name | Required | Description |
---|---|---|
CQLSH_KEYSPACE | yes | The keyspace target |
CQLSH_HOST | yes | The host of the Cassandra cluster |
CQLSH_PORT | no | The Vault Token. Defaults to 9043 |
CQLSH_USER | no | The user can connect in the Cassandra cluster. |
CQLSH_PASSWD | no | The password to connect in the Cassandra cluster. |
Create a connection
Examples
Then, it’s possible to run queries into a Cassandra connection.