Read MongoDB¶
Reads data from MongoDB
Type¶
dataset
Class¶
fire.nodes.mongodb.NodeReadMongoDB
Fields¶
Name |
Title |
Description |
|---|---|---|
mongoURI |
MongoDB URI |
URI of MongoDB to read from |
mongoDBName |
MongoDB Database |
Name of the MongoDB database to read from |
mongoTableName |
MongoDB Table |
Name of the MongoDB table to read from |
outputColNames |
Column Names of the Table |
Output Columns Names of the Table |
outputColTypes |
Column Types of the Table |
Output Column Types of the Table |
outputColFormats |
Column Formats |
Output Column Formats |
Details¶
This node reads a table from MongoDB.