Database Tasks
Database tasks are used to interact with a variety of databases ranging from Graph and NoSQL to traditional Relational databases.
| TASK | DESCRIPTION |
|---|---|
| Aggregate Mongo | Read data from Mongo NoSQL DB from an aggregation query. |
| Create Jdbc Table | This task will create a database table to based upon the incoming data within the workflow. |
| Jdbc Query | This task will query a database and set the workflow output to the contents of the result set from the database. |