This is the implementation of the GreptimeDB data handler for MindsDB. GreptimeDB is an open-source, cloud-native time series database features analytical capabilities, scalebility and open protocols support.Documentation Index
Fetch the complete documentation index at: https://docs.mindsdb.com/llms.txt
Use this file to discover all available pages before exploring further.
Implementation
This handler is implemented by extending the MySQLHandler. Connect GreptimeDB to MindsDB by providing the following parameters:hostis the host name, IP address, or URL.portis the port used to make TCP/IP connection.databaseis the database name.useris the database user.passwordis the database password.
sslis thesslparameter value that indicates whether SSL is enabled (True) or disabled (False).ssl_cais the SSL Certificate Authority.ssl_certstores SSL certificates.ssl_keystores SSL keys.