Prerequisites
Before proceeding, ensure the following prerequisites are met:- Install MindsDB locally via Docker or use MindsDB Cloud.
- To connect Apache Cassandra to MindsDB, install the required dependencies following this instruction.
- Install or ensure access to Apache Cassandra.
Implementation
As ScyllaDB is API-compatible with Apache Cassandra, the Cassandra data handler extends the ScyllaDB handler and uses thescylla-driver
Python library.
The required arguments to establish a connection are as follows:
host
is the host name or IP address of the Cassandra database.port
is the port to use when connecting.user
is the user to authenticate.password
is the password to authenticate the user.keyspace
is the keyspace to connect, the top level container for tables.protocol_version
is not required and defaults to 4.