Flows
Entity Composition Matrix
Section titled “Entity Composition Matrix”Functor entities are, by definition, composable with each other similar to functions in a functional programming language. The following shows the composability Matrix.
Function | Event | Queue | Route | Channel | Mutation | Page | |
---|---|---|---|---|---|---|---|
Function | |||||||
Event | Yes | Yes | Yes | ||||
Route | Yes | ||||||
Queue | Yes | ||||||
Channel | Yes | ||||||
Mutation | Yes | Yes |
Not all entities are composable with each other.
ASL generation
Section titled “ASL generation”tc generates Amazon States Language (ASL) using just simple constructs for basic flows. For example:
name: etl
functions: enhancer: root: true function: transformer transformer: function: loader loader: end: true
WIP: documemntation