MindsDB

Details of the MindsDB prebuilt configuration.

MindsDB

  • --prebuilt value: mindsdb
  • Environment Variables:
    • MINDSDB_HOST: The hostname or IP address of the MindsDB server.
    • MINDSDB_PORT: The port number of the MindsDB server.
    • MINDSDB_DATABASE: The name of the database to connect to.
    • MINDSDB_USER: The database username.
    • MINDSDB_PASS: The password for the database user.
  • Tools:
    • mindsdb-execute-sql: Execute SQL queries directly on MindsDB database.
    • mindsdb-sql: Execute parameterized SQL queries on MindsDB database.