Data processing
Get to know building blocks and other data processing features.
There are almost no limits for apps built with Heisenware. This is an overview of the most important building blocks for data processing:
Functions: To create the backend, instead of programming, you configure functions and establish links between them. Each function is designed to perform a specific action using input arguments and provides an output result for further processing. Functions can be triggered by events.
Function extensions are useful tools to transform, record or filter function output on the fly.
Code: To enable tailored data processing, the App Builder allows JavaScript and JSONata usage as part of a function extension called modifier.
Objects, also referred to as instances, can perform a specific range of actions and provide context to those actions by containing data. The actions an object can perform are represented by object functions.
Utilities: Specific functions and objects to build custom data processing logic.
Last updated