MindsDB can be integrated with the most popular databases, as well as with the DBT and MLflow workflows.
To try out MindsDB right away without bringing in your own data or models, follow our Quickstart guide.
Create your free MindsDB Cloud account.
Create your free MindsDB Cloud account.
To get started with a Docker installation, follow the MindsDB installation instructions using Docker.
If you do not have a preferred SQL client yet, we recommend using the MindsDB SQL Editor or DBeaver Community Edition. Follow this guide to set up your MindsDB SQL Editor. And here, you’ll find how to connect to MindsDB from DBeaver.
By default, on MindsDB Cloud the SQL Editor is already connected. Skip to step 3
By default, on MindsDB Cloud the SQL Editor is already connected. Skip to step 3
a. Create a new MySQL connection.
b. Configure it using the parameters below, as well as your username and password.
a. Create a new MySQL connection.
b. Configure it using the following parameters:
CREATE DATABASE
SELECT
CREATE MODEL
If you already have a model in MLFlow, you can connect to your model.
SELECT
On execution, we get:
To do so, you need to make the following changes:
MindsDB can be integrated with the most popular databases, as well as with the DBT and MLflow workflows.
To try out MindsDB right away without bringing in your own data or models, follow our Quickstart guide.
Create your free MindsDB Cloud account.
Create your free MindsDB Cloud account.
To get started with a Docker installation, follow the MindsDB installation instructions using Docker.
If you do not have a preferred SQL client yet, we recommend using the MindsDB SQL Editor or DBeaver Community Edition. Follow this guide to set up your MindsDB SQL Editor. And here, you’ll find how to connect to MindsDB from DBeaver.
By default, on MindsDB Cloud the SQL Editor is already connected. Skip to step 3
By default, on MindsDB Cloud the SQL Editor is already connected. Skip to step 3
a. Create a new MySQL connection.
b. Configure it using the parameters below, as well as your username and password.
a. Create a new MySQL connection.
b. Configure it using the following parameters:
CREATE DATABASE
SELECT
CREATE MODEL
If you already have a model in MLFlow, you can connect to your model.
SELECT
On execution, we get:
To do so, you need to make the following changes: