Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Create a MongoDB metadata collector

Create a collector to import metadata from MongoDB.

Before you begin

Before you begin, verify the following:

Procedure

  1. Navigate to All > Workflow Data Fabric > Workflow Data Fabric Home.

  2. Select the Connect Hub

Image omitted: wdf-connect-hub-icon.png
Connect Hub icon icon in the left sidebar.
  1. Select Create > Metadata collector.

  2. From the System list, select MongoDB.

  3. From the Connection type list, select one of the following:

    1. Select New connection to configure a new connection.

    2. Select Existing connection to reuse an existing connection and select an existing connection from the Connections list.

      The configuration form is filled with details from the existing connection. The name is appended with the word Copy and sensitive details like password aren't copied.

  4. On the form, fill in the fields.

    FieldDescription
    Connection nameUnique identifier for the connection. This field can't be modified once the connection is established.
    Short descriptionPurpose and details of the connection.
  5. Enter the MongoDB connection details.

    FieldDescription
    Connection StringConnection string for your MongoDB cluster or instance. Make sure that any option parameters in the connection string are URL-encoded.
  6. Enter the MongoDB configuration details.

    FieldDescription
    Included DatabasesDatabases to collect. Provide database names or regular expressions. List only one database per line. Databases matching any specified expression are collected.
    Excluded DatabasesDatabases to exclude from collection. Provide database names or regular expressions. List only one database per line. Databases matching any specified expression are excluded. Included databases take precedence over excluded databases.
  7. Configure the advanced options.

NameDescription
Analysis samples countNumber of documents sampled from each collection for field type analysis. This field must be a non-negative integer.Default: 1000.
  1. Select Save.

Result

The metadata collector is created and appears on the Connectors page with a Configured status. It is now ready to connect to the source system and harvest metadata.

What to do next

After creating the collector, you can perform any of the following tasks:

Parent Topic:MongoDB metadata collector