(no title)
lorendsr | 2 years ago
> source data in CSV files; - Capillaries script (JSON file) that defines the workflow and the transforms; - Python code that performs complex calculations (only if needed).
Temporal is more general purpose: source data anywhere, and you write code to define workflows and transforms instead of JSON, and the code can be in Go/Java/Python/JS/TS/.NET
kleineshertz|2 years ago
As for more complex calculations: in Capillaries, Python is not a programming platform, it's just a scripting engine.
lorendsr|2 years ago