Category: NoSQL Status: base
Connects to ScyllaDB — a high-performance Cassandra-compatible NoSQL database. Uses the CQL wire protocol.
| Field | Default | Description |
|---|---|---|
| host | localhost | Server hostname or IP |
| port | 9042 | CQL native transport port |
| user | (empty) | Username (when using auth) |
| password | (empty) | Password |
| keyspace | (empty) | Default keyspace |
| cluster_name | (empty) | Cluster name (optional) |
| authentication | no_auth | no_auth or user_password |
Two modes: no_auth or user_password.
Requires the cassandra-driver Python package:
pip install cassandra-driver