MongoDB Reader

This Node Is Deprecated — This version of the node has been replaced with a new and improved version. The old version is kept for backwards-compatibility, but for all new workflows we suggest to use the version linked below.
Go to Suggested ReplacementMongoDB Reader

The MongoDB Reader node reads documents from a MongoDB database and returns them as JSON cells in a table. The node uses Jongo to retrieve the documents and therefore the query, projection and sorting notation is the same as described in the Jongo documentation and very close to how querying is done in the MongoDB shell.

Options

Host
The host name or ip address
Port
The port on which the database is available (default: 27017)
Database
The database name
Collection
The collection name
Query
The query selecting the documents to retrieve
Projection
The projection of fields of the retrieved documents
Sorting
The sorting of the documents

Input Ports

This node has no input ports

Output Ports

Icon
The result json returned by mongodb

Popular Successors

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.