SaveMongoDB¶
It Saves the incoming Dataframe into MongoDB
Input¶
It takes in a DataFrame as input
Output¶
Incoming dataFrame is passed along to the next nodes.
Type¶
transform
Class¶
fire.nodes.mongodb.NodeSaveMongoDB
Fields¶
| Name | Title | Description |
|---|---|---|
| mongoURI | mongo URI | URI of mongodb |
| mongoDBName | mongoDB Name | mongoDB Name |
| mongoTableName | mongo Table Name | mongo Table Name |