|
|
|
|
|
by lorendsr
1128 days ago
|
|
Temporal has different database options: Cassandra, Postgres, MySQL, SQLite. > 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 |
|
As for more complex calculations: in Capillaries, Python is not a programming platform, it's just a scripting engine.