
MongoDB Connected System
by Rob Munroe (rob.munroe)
Description
NOTE: the detailed documentation PDF can be found by clicking the Download button on the App Market page here: https://ap.pn/3eBYeiL
The benefits of using this plug-in versus MongoDB’s REST API include:
- Most common MongoDB operations are provided as low-code Integration objects, making it very easy to quickly integrate Appian and MongoDB
- Uses connection pooling to reduce authentication time per operation
- Uses the MongoDB Wire Protocol with BSON instead of HTTP/REST with JSON for more efficient communication
- Automatically handles the conversion of MongoDB BSON Documents to Appian Dictionaries, or alternatively provides MongoDB-created JSON representations
- Can import from and export to Appian Documents containing JSON
- Configured using a single Connection String, which is masked and encrypted
Features
Provides the following Integration Operations:
READ Integration Operations:
- List Databases
- List Collections
- Collection Find
- Collection Count
- Collection Aggregate
WRITE Integration Operations:
- Bulk Write Operation
- Collection Find to JSON File
- Collection Aggregate to JSON File
- Create Collection
- Create Index in Collection
- Insert Many in Collection
- Insert One in Collection
- Update Many in Collection
- Update One in Collection
- Replace One in Collection
- Delete Many in Collection
- Delete One in Collection
- Drop Collection
Provides a set of Expression Functions for easily generating MongoDB Query Expression JSON without creating rules or concatenating strings.
Release notes
Version 1.4.0, includes new Bulk Write Integration (contributed by Vuram SWAT) allowing for many write operations to be executed in one process node.
Version history (7)
1.3.3
Dependency updates
1.3.1
Bug fix in M_Query()
1.3.0
Minor bug fixes; security updates
1.2.0
Fixed a bug in M_Eq() where Appian TypedValues were not being handled correctly
1.1.0.1
Updated the MongoDB Java Driver to 3.12.10
1.1
- Added Array Query Operators
- Added Geospatial Query Operators, including new Point CDT
- Modified several Expression Functions to take a Dictionary as well as JSON
1.0
Initial release
Resources
- Download
MongoDB Connected System 1.1.pdf
Deployment Instructions