docs/mindsdb-gui.mdx
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.
Install MindsDB locally via Docker or Docker Desktop.
<p align="center"> </p>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.
<p align="center"> </p>You can open multiple query editor tabs by clicking the plus button next to the current tab, like this:
<p align="center"> </p>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.
<p align="center"> </p>MindsDB supports additional features such as the following:
The object explorer provides an overview of the projects, models, views, connected data sources, and tables.
<p align="center"> </p>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.
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.
<p align="center"> </p>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.
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.
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.
For more information, visit our docs here.