Prerequisites
Before proceeding, ensure the following prerequisites are met:- Install MindsDB locally via Docker or Docker Desktop.
- To connect Databend to MindsDB, install the required dependencies following this instruction.
- Install or ensure access to Databend.
Implementation
This handler is implemented by extending the ClickHouse handler. The required arguments to establish a connection are as follows:- protocolis the protocol to query Databend. Supported values include- native,- http,- https. It defaults to- nativeif not provided.
- hostis the host name or IP address of the Databend warehouse.
- portis the TCP/IP port of the Databend warehouse.
- useris the username used to authenticate with the Databend warehouse.
- passwordis the password to authenticate the user with the Databend warehouse.
- databaseis the database name to use when connecting with the Databend warehouse.