MindsDB

MindsDB logo

About

MindsDB is the platform for customizing AI from enterprise data. With MindsDB and its nearly 200 integrations to data sources and other frameworks, any developer can use their enterprise data to customize AI for their purpose, faster and more securely.

Synopsis

Connect to CrateDB from MindsDB.

CREATE DATABASE
    cratedb_datasource
WITH
    engine = 'crate',
    parameters = {
        "user": "crate",
        "password": "",
        "host": "127.0.0.1",
        "port": 4200,
        "schema_name": "doc"
    };

Use the established connection to query a database table.

SELECT * FROM cratedb_datasource.demo LIMIT 10;

Learn

MindsDB integrates with CrateDB, making data from CrateDB accessible to a diverse range of AI/ML models.

MindsDB Quickstart Tutorial

How to get started with MindsDB.

https://docs.mindsdb.com/quickstart-tutorial
Use CrateDB with MindsDB

Learn more about MindsDB’s integration with CrateDB and see examples.

https://docs.mindsdb.com/integrations/data-integrations/cratedb