MongoDB - Unstructured (original) (raw)

Send processed data from Unstructured to MongoDB.

The requirements are as follows.

The MongoDB requirements for a MongoDB Atlas deployment include:

mongodb+srv://<db_user>:<db_password>@<host>/?retryWrites=true&w=majority&appName=<cluster>  

To get the connection string in MongoDB Atlas, do the following:

  1. Log in to your MongoDB Atlas console.
  2. In the sidebar, under Databases, click Clusters.
  3. Click on the cluster you want to connect to.
  4. Click Connect, or click the Cmd Line Tools tab and then click Connect Instructions.
  5. Click Drivers.
  6. Under Add your connection string into your application code, copy the connection string. You can then close the Connect dialog in MongoDB Atlas.
    Before you use this connection string, be sure to fill in any placeholders in the string, such as your MongoDB Atlas database user’s password value.
    Learn more.

To create the destination connector:

  1. On the sidebar, click Connectors.
  2. Click Destinations.
  3. Cick New or Create Connector.
  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.

Fill in the following fields: