MongoDB

MongoDB is a cross-platform document-oriented database program for high-volume storage. Classified as a NoSQL database, MongoDB uses JSON-like documents with optional schemas. Tags are used as custom labels to group documents into categories. For more information on MongoDB, please see the MongoDB Documentation site.

The MongoDB Agents allow you to include data from a MongoDB database in your stream. They support the Standard Connection String Format, used to connect to an On-Prem MongoDB deployment: standalone, replica set, or a sharded cluster.

The Listener allows you to return new rows added to a table. It operates on a timed interval and returns all new rows added to the table since the last interval.

The Context Provider allows you to read and output the entire contents of a table to the Data Stream for contextual data.

The Action Agent allows you to insert or update rows in a table. You can configure whether the destination table should be created before writing to it.

Pre-requisites

The MongoDB credentials used for the Action Agent must have insert permission for the relevant table - and table create permission if this option is used.

Current Version

  • Request the MongoDB Listener v1.15

  • Request the MongoDB Context Provider v1.15

  • Request the MongoDB Action Agent v1.15

Please contact XMPro if you're looking for an older version of this Agent.

Listener Release Notes

v1.15, 16 Aug 2024

  • Removed the reference to older version of Filter Module to resolve an issue on Stream Host v4.4+

Older

v1.11, 30 Nov 2022

  • Fixed error populating the list of Databases and Tables/Collections.

v1.1, 26 Jul 2022

  • Initial Release

Context Provider Release Notes

v1.15, 16 Aug 2024

  • Removed the reference to older version of Filter Module to resolve an issue on Stream Host v4.4+

Older

v1.12, 19 Dec 2022

  • Hide Table/Collection when Query Command is selected.

  • Clear property values when no Table/Collection is selected.

  • Corrected the Fields to Return behavior to align with the Table/Query configured.

v1.11, 2 Dec 2022

  • Fixed error populating the list of Databases and Tables/Collections.

v1.1, 26 Jul 2022

  • Initial Release

Action Agent Release Notes

v1.15, 16 Aug 2024

  • Removed the reference to older version of Filter Module to resolve an issue on Stream Host v4.4+

Older

v1.11, 30 Nov 2022

  • Fixed error populating the list of Databases and Tables/Collections.

v1.1, 26 Jul 2022

  • Initial Release

Last updated