ScyllaDB

Category: NoSQL Status: base

Connects to ScyllaDB — a high-performance Cassandra-compatible NoSQL database. Uses the CQL wire protocol.

Connection Settings

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

Authentication

Two modes: no_auth or user_password.

Supported Actions

Required Setup

Requires the cassandra-driver Python package:

pip install cassandra-driver

External Links