Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 1.12 KB

README.md

File metadata and controls

28 lines (14 loc) · 1.12 KB
description
a lab of new ideas for Cadence project

Cadence-extensions

iWF as a DSL framework on top of Cadence.

I am now focusing on this iWF project :)

iWF is an all-in-one platform for developing long-running business processes. It offers a convenient abstraction layer for utilizing databases, ElasticSearch, message queues, durable timers, and more, with a clean, simple, and user-friendly interface.

iWF is a versatile WorkflowAsCode engine that is both simple and powerful. By utilizing Cadence/Temporal as an interpreter on the backend, iWF preserves all the capabilities of Cadence/Temporal, while maintaining the same level of scalability and reliability.

SQL Plugin: SQLite

Here implements SQL persistence with SQLite. Tested locally.

Learnings of using Cadence

What code should be written in a workflow or an activity in Cadence, and how

Development guide

Here shares some development summaries