Description:

Creates FlowFiles from documents in MongoDB

Tags:

mongodb, read, get

Properties:

In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values.

NameDefault ValueAllowable ValuesDescription
Mongo URIMongoURI, typically of the form: mongodb://host1[:port1][,host2[:port2],...]
Mongo Database NameThe name of the database to use
Mongo Collection NameThe name of the collection to use
QueryThe selection criteria; must be a valid BSON document; if omitted the entire collection will be queried
ProjectionThe fields to be returned from the documents in the result set; must be a valid BSON document
SortThe fields by which to sort; must be a valid BSON document
LimitThe maximum number of elements to return
Batch SizeThe number of elements returned from the server in one batch

Relationships:

NameDescription
successAll files are routed to success

Reads Attributes:

None specified.

Writes Attributes:

None specified.