Temporal
- Workflow Software
- pronunciation: tem-POR-al
- fork_of: Cadence
- related: iWF
Features
- time-travel debugging aka Reverse Debugging
- Durable Execution
Notes
- uses gRPC for all interprocess communication.
vs Cadence
- Temporal allows associating metadata with every payload. It enables features like dynamically pluggable serialization mechanisms, seamless compression, and encryption.
- Temporal supports typescript and python via SDKs
References
- https://www.youtube.com/watch?v=wIpz4ioK0gI
- "queues are not a good way to communicate among services when you have complex transactions" @9 (Private):34
- https://stackoverflow.com/questions/61157400/temporal-workflow-vs-cadence-workflow
Backlinks