Getting Started
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.
1. Create a MindsDB Cloud Account or Install MindsDB Locally
Create your free MindsDB Cloud account.
2. Connect to MindsDB from a SQL Client
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
3. Connect your Data to MindsDB Using CREATE DATABASE
4. Preview the Available Data Using SELECT
5. Create a Model Using CREATE MODEL
If you already have a model in MLFlow, you can connect to your model.
6. Make Predictions Using SELECT
On execution, we get:
7. Integrate your Predictions into the DBT Workflow
To do so, you need to make the following changes: