Overview
The Jitterbit Harmony MongoDB Connector is accessed from the Connectivity tab of the design component palate:

This connector is used to first configure a MongoDB connection, establishing access to an account
on the MongoDB server, and then used to configure one or more MongoDB activities associated with that connection as
either a source or target within an operation:
-
Query Activity: Retrieves data from a MongoDB connection and is used as a source in an
operation.
-
Insert Activity: Inserts new data into a MongoDB connection and is used as a target in
an operation.
-
Update Activity: Updates data in a MongoDB connection and is used as a target in an
operation.
-
Delete Activity: Deletes data from a MongoDB connection and is used as a target in an
operation.
The MongoDB connector uses the MongoDB Java SDK
v3.10. Refer to the SDK
documentation and the MongoDB reference for information on the
fields used in the request and response schemas.
The MongoDB connector requires the use of an agent version
10.1 or later.
Together, a specific MongoDB connection and its activities are referred to as a MongoDB endpoint. Once
a connection is configured, activities associated with the endpoint are available from the Endpoints filter:
