Skip to content

Commit b7c2787

Browse files
authored
Platform: MongoDB source connector (#334)
1 parent 9345c67 commit b7c2787

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

mint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@
451451
"platform/sources/azure-blob-storage",
452452
"platform/sources/databricks-volumes",
453453
"platform/sources/google-cloud",
454+
"platform/sources/mongodb",
454455
"platform/sources/onedrive",
455456
"platform/sources/s3",
456457
"platform/sources/sharepoint"

platform/connectors.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ The Unstructured Platform supports connecting to the following source and destin
1212
## Sources
1313

1414
- [Azure](/platform/sources/azure-blob-storage)
15+
- [Databricks Volumes](/platform/sources/databricks-volumes)
1516
- [Google Cloud Storage](/platform/sources/google-cloud)
17+
- [MongoDB](/platform/sources/mongodb)
1618
- [OneDrive](/platform/sources/onedrive)
1719
- [S3](/platform/sources/s3)
1820
- [SharePoint](/platform/sources/sharepoint)
@@ -27,6 +29,7 @@ If your source is not listed here, you might still be able to connect Unstructur
2729
- [Astra DB](/platform/destinations/astradb)
2830
- [Azure Cognitive Search](/platform/destinations/azure-cognitive-search)
2931
- [Couchbase](/platform/destinations/couchbase)
32+
- [Databricks Volumes](/platform/destinations/databricks-volumes)
3033
- [Delta Table](/platform/destinations/delta-table)
3134
- [Elasticsearch](/platform/destinations/elasticsearch)
3235
- [Google Cloud Storage](/platform/destinations/google-cloud)

platform/sources/mongodb.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: MongoDB
3+
---
4+
5+
Ingest your files into Unstructured from MongoDB.
6+
7+
You'll need:
8+
9+
import MongoDBPrerequisites from '/snippets/general-shared-text/mongodb.mdx';
10+
11+
<MongoDBPrerequisites />
12+
13+
To create the source connector:
14+
15+
1. On the sidebar, click **Connectors**.
16+
2. Click **Sources**.
17+
3. Click **Add new**.
18+
4. Give the connector some unique **Name**.
19+
5. In the **Provider** area, click **MongoDB**.
20+
6. Click **Continue**.
21+
7. Follow the on-screen instructions to fill in the fields as described later on this page.
22+
8. Click **Save and Test**.
23+
24+
import MongoDBFields from '/snippets/general-shared-text/mongodb-platform.mdx';
25+
26+
<MongoDBFields />

platform/sources/overview.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ To create a source connector:
1919
7. Fill in the fields according to your connector type. To learn how, click your connector type in the following list:
2020

2121
- [Azure](/platform/sources/azure-blob-storage)
22+
- [Databricks Volumes](/platform/sources/databricks-volumes)
2223
- [Google Cloud Storage](/platform/sources/google-cloud)
24+
- [MongoDB](/platform/sources/mongodb)
2325
- [OneDrive](/platform/sources/onedrive)
2426
- [S3](/platform/sources/s3)
2527
- [SharePoint](/platform/source/sharepoint)

0 commit comments

Comments
 (0)