Read MongoDB =========== Reads data from MongoDB Type --------- dataset Class --------- fire.nodes.mongodb.NodeReadMongoDB Fields --------- .. list-table:: :widths: 10 5 10 :header-rows: 1 * - 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.