> ## Documentation Index
> Fetch the complete documentation index at: https://hoopdev-docs-improve-idp-sso-pages.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Apache Cassandra

> A highly scalable, distributed NoSQL database designed for handling large amounts of data across many servers.

<ConnectionTemplate
  config={{
"resourceConfiguration": {
"type": "custom",
"subtype": "cassandra",
"command": [
  "cqlsh",
  "-k",
  "$CQLSH_KEYSPACE",
  "-u",
  "$CQLSH_USER",
  "-p",
  "$CQLSH_PASSWD",
  "$CQLSH_HOST",
  "$CQLSH_PORT"
],
"credentials": [
  {
    "name": "CQLSH_KEYSPACE",
    "type": "env-var",
    "required": true,
    "description": "The keyspace target",
    "placeholder": "my_keyspace"
  },
  {
    "name": "CQLSH_HOST",
    "type": "env-var",
    "required": true,
    "description": "The host of the Cassandra cluster",
    "placeholder": "localhost"
  },
  {
    "name": "CQLSH_PORT",
    "type": "env-var",
    "required": false,
    "description": "The port of the Cassandra cluster. Defaults to 9042",
    "placeholder": "9042"
  },
  {
    "name": "CQLSH_USER",
    "type": "env-var",
    "required": false,
    "description": "The user can connect in the Cassandra cluster.",
    "placeholder": "cassandra"
  },
  {
    "name": "CQLSH_PASSWD",
    "type": "env-var",
    "required": false,
    "description": "The password to connect in the Cassandra cluster.",
    "placeholder": "cassandra"
  }
]
},
"id": "apache-cassandra",
"name": "Apache Cassandra",
"description": "A highly scalable, distributed NoSQL database designed for handling large amounts of data across many servers.",
"category": "databases",
"icon-name": "cassandra",
"tags": [
"database",
"nosql"
],
"overview": {
"description": "Access your Cassandra clusters securely through Hoop.dev with comprehensive audit trails, AI-powered data masking for sensitive information, and granular access controls. Execute CQL queries with confidence knowing all interactions are monitored and protected."
},
"setupGuide": {
"accessMethods": {
  "webapp": true,
  "cli": false,
  "runbooks": true
}
},
"documentationConfig": {
"path": "quickstart/databases/apache-cassandra"
},
"features": {
"tlsTerminationProxy": {
  "native": false,
  "oneOff": true
},
"audit": {
  "native": false,
  "oneOff": true
},
"dataMaskingGoogleDLP": {
  "native": false,
  "oneOff": true
},
"dataMaskingMSPresidio": {
  "native": false,
  "oneOff": true
},
"guardrails": {
  "native": false,
  "oneOff": true
},
"credentialsOffload": {
  "native": false,
  "oneOff": true
},
"interactiveAccess": {
  "native": false,
  "oneOff": true
}
}
}}
/>
