Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@
"platform/sources/azure-blob-storage",
"platform/sources/databricks-volumes",
"platform/sources/google-cloud",
"platform/sources/mongodb",
"platform/sources/onedrive",
"platform/sources/s3",
"platform/sources/sharepoint"
Expand Down
3 changes: 3 additions & 0 deletions platform/connectors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ The Unstructured Platform supports connecting to the following source and destin
## Sources

- [Azure](/platform/sources/azure-blob-storage)
- [Databricks Volumes](/platform/sources/databricks-volumes)
- [Google Cloud Storage](/platform/sources/google-cloud)
- [MongoDB](/platform/sources/mongodb)
- [OneDrive](/platform/sources/onedrive)
- [S3](/platform/sources/s3)
- [SharePoint](/platform/sources/sharepoint)
Expand All @@ -27,6 +29,7 @@ If your source is not listed here, you might still be able to connect Unstructur
- [Astra DB](/platform/destinations/astradb)
- [Azure Cognitive Search](/platform/destinations/azure-cognitive-search)
- [Couchbase](/platform/destinations/couchbase)
- [Databricks Volumes](/platform/destinations/databricks-volumes)
- [Delta Table](/platform/destinations/delta-table)
- [Elasticsearch](/platform/destinations/elasticsearch)
- [Google Cloud Storage](/platform/destinations/google-cloud)
Expand Down
26 changes: 26 additions & 0 deletions platform/sources/mongodb.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: MongoDB
---

Ingest your files into Unstructured from MongoDB.

You'll need:

import MongoDBPrerequisites from '/snippets/general-shared-text/mongodb.mdx';

<MongoDBPrerequisites />

To create the source connector:

1. On the sidebar, click **Connectors**.
2. Click **Sources**.
3. Click **Add new**.
4. Give the connector some unique **Name**.
5. In the **Provider** area, click **MongoDB**.
6. Click **Continue**.
7. Follow the on-screen instructions to fill in the fields as described later on this page.
8. Click **Save and Test**.

import MongoDBFields from '/snippets/general-shared-text/mongodb-platform.mdx';

<MongoDBFields />
2 changes: 2 additions & 0 deletions platform/sources/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ To create a source connector:
7. Fill in the fields according to your connector type. To learn how, click your connector type in the following list:

- [Azure](/platform/sources/azure-blob-storage)
- [Databricks Volumes](/platform/sources/databricks-volumes)
- [Google Cloud Storage](/platform/sources/google-cloud)
- [MongoDB](/platform/sources/mongodb)
- [OneDrive](/platform/sources/onedrive)
- [S3](/platform/sources/s3)
- [SharePoint](/platform/source/sharepoint)
Expand Down