Prerequisites
Before proceeding, ensure the following prerequisites are met:- Install MindsDB locally via Docker or Docker Desktop.
- To connect DataStax to MindsDB, install the required dependencies following this instruction.
- Install or ensure access to DataStax.
Implementation
DataStax Astra DB is API-compatible with Apache Cassandra and ScyllaDB. Therefore, its implementation extends the ScyllaDB handler and is using thescylla-driver Python library.
The required arguments to establish a connection are as follows:
- useris the user to authenticate.
- passwordis the password to authenticate the user.
- secure_connect_bundleis the path to the- secure_connect_bundlezip file.