MongoDB Save

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 Save

The MongoDB Save node saves documents that were previously read from a MongoDB database and then modified. For each document in the input column a document with corresponding _id field is looked up and its fields replaced with the fields from the document in the table. If no such document exists in the database, the document from the table is inserted. Therefore the behavior is equal to an update with the upsert option turned on.

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
Input column
The column which contains the documents to be saved

Input Ports

Icon
The table with documents to be written

Output Ports

This node has no output ports

Views

This node has no views

Workflows

  • No workflows found

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.