MindsDB offers a user-friendly graphical interface that allows users to execute SQL commands, view their outputs, and easily navigate connected data sources, projects, and their contents.

Let’s explore the features and usage of the MindsDB editor.

Accessing the MindsDB GUI Editor

Install MindsDB locally via Docker or Docker Desktop.

Exploring the MindsDB GUI Editor

Query Editor

This is the primary component where users can input SQL commands and queries. It provides a code editor environment where users can write, edit, and execute SQL statements.

It is located in the top center of the MindsDB GUI.

You can open multiple query editor tabs by clicking the plus button next to the current tab, like this:

Results Viewer

Once a query is executed, the results viewer displays the output of the query. It presents the results in a tabular format, showing rows and columns of data.

It is located in the bottom center of the MindsDB GUI.

MindsDB supports additional features such as the following:

  1. The Data Insights feature provides useful data visualization charts.
  2. The Export feature lets you export the query output as a CSV or Markdown file.

Object Explorer

The object explorer provides an overview of the projects, models, views, connected data sources, and tables.

Users can navigate through the available objects by expanding the tree structure items. Upon hovering over the tables, you can query their content using the provided SELECT statement, as below.

Model Progress Bar

MindsDB provides a custom SQL statement to create and deploy models as virtual tables. Upon executing the CREATE MODEL statement, you can monitor the training progress at the bottom-left corner below the object explorer.

Once the model is ready, its status updates to complete.

Add New Data Sources

You can connect a data source to MindsDB by clicking the Add button and choosing New Datasource. It takes you to a page that lists all available data sources, including, databases, data warehouses, applications, and more. Here, you can search for a data source you want to connect to and follow the instructions.

For more information, visit the Data Sources section of the docs.

Upload Files

You can upload a file to MindsDB by clicking the Add button and choosing Upload File. It takes you to a form where you can upload a file and give it a name.

For more information, visit our docs here.

Upload Custom Models

MindsDB offers a way to upload your custom model in the form of Python code and incorporate it into the MindsDB ecosystem. You can do that by clicking the Add button and choosing Upload custom model. Please note this feature is available for MindsDB Pro users.

For more information, visit our docs here.

Learning Hub

This is the best place to start exploring MindsDB. In the Learning Hub, you can find various tutorials and follow them by copying and pasting the code into the query editor and executing it.

The Learning Hub lists useful links, including documentation and customer support contact.

Here is a video that showcases all the features of the MindsDB GUI editor.