Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.41 KB

mindsdb-mongo-ql-overview.mdx

File metadata and controls

37 lines (25 loc) · 1.41 KB
title sidebarTitle
MindsDB Mongo-QL
Overview

MindsDB offers a tailored Mongo-QL syntax that enables seamless interaction with a wide range of objects, including collections, databases, and models. Moreover, you have the flexibility to connect MindsDB with MongoDB Compass and MongoDB Shell, facilitating streamlined integration.

After connecting to MindsDB from Mongo, switch to the default project by executing `> use mindsdb`.

Connect to MindsDB

This section contains guides on how to connect MindsDB to MongoDB clients.

<Card title="MongoDB Compass" icon="link" href="/connect/mongo-compass"></Card>
<Card title="MongoDB Shell" icon="link" href="/connect/mongo-shell"></Card>

Mongo-QL Syntax

This section contains guides on how to work with collections, databases, and models.

<Card title="Collection Structure" icon="link" href="/mongo/collection-structure"></Card>
<Card title="ML Engines" icon="link" href="/mongo/ml_engine"></Card>
<Card title="Connect Databases" icon="link" href="/mongo/database"></Card>
<Card title="Create Models" icon="link" href="/mongo/insert"></Card>
<Card title="Describe Models" icon="link" href="/mongo/stats"></Card>
<Card title="Make Predictions" icon="link" href="/mongo/find"></Card>
<Card title="Delete Models" icon="link" href="/mongo/delete"></Card>