Components
The following table provides a brief overview of the available app component types and their corresponding Java interfaces:
Type | Interface | Description |
---|---|---|
| A source of structured data like a database or SaaS application that provides some data. *Examples: MongoDB, Google Analytics | |
| A component that can receive structured data like a database or a SaaS application. Examples: MongoDB, Google Sheets | |
| A component that processes structured data and provides some output - typically providing some calculations and / or transformations. *Examples: Google Geolocation, Machine learning services | |
| A component that can read a remote file from somewhere. Examples: Dropbox, FTP | |
| A component that can write a file available in Dexi to a remote location. Examples: Dropbox, FTP | |
| A component the performs processing of a file and then outputs a different file. Examples: Image Filters, GZip, Transformations | |
| A component the parses files into structured data. Examples: Google Vision API, CSV Parser | |
| A component the is invoked whenever a new Task is created/updated/removed within the dexi system. Examples: Jira, Trello | |
| A component the is invoked whenever a new notification is send within the dexi system. Examples: Twillio, Email, Slack |
Updated about 2 years ago