MongoDBLookupService 2.0.0

Bundle
org.apache.nifi | nifi-mongodb-services-nar
Description
Provides a lookup service based around MongoDB. Each key that is specified will be added to a query as-is. For example, if you specify the two keys, user and email, the resulting query will be { "user": "tester", "email": "tester@test.com" }. The query is limited to the first result (findOne in the Mongo documentation). If no "Lookup Value Field" is specified then the entire MongoDB result document minus the _id field will be returned as a record.
Tags
lookup, mongo, mongodb, record
Input Requirement
Supports Sensitive Dynamic Properties
false
Properties