iwf VS iwf-idl

Compare iwf vs iwf-idl and see what are their differences.

iwf

iWF is an API orchestration platform offering an orchestration coding framework and service for building resilient, fault-tolerant, scalable long-running processes (by indeedeng)

iwf-idl

interface definition between iwf SDKs and iwf server (by indeedeng)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
iwf iwf-idl
9 1
460 2
3.3% -
8.0 6.7
about 1 month ago about 1 month ago
Go
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

iwf

Posts with mentions or reviews of iwf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-14.

iwf-idl

Posts with mentions or reviews of iwf-idl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-06.
  • A Brand New “Workflow as Code” Execution Engine
    9 projects | news.ycombinator.com | 6 Feb 2023
    We don't have any plan to build other SDKs at this moment.

    But it's VERY EASY to build an SDK for iWF so I would encourage anyone interested to build one. I will provide all the support.

    A SDK of iWF is very lightweight. It only need to invoke the two WorkflowState APIs from hosting a REST/HTTP service, based on the worker API schema. https://github.com/indeedeng/iwf-idl/blob/main/iwf.yaml#L215

    There is no much tricky things inside the SDK that you have to do. For client APIs to call iWF server(the rest of the API defined in the Open API schema), just need to build a wrapper on top of the generated code from Swagger (and it can be optional but it will just make it easier to use).

    As a data point, it only took me a week to build GoSDK, including all the tests, by just two IntelliJ IDE and also Goland IDE to translate the Java code into Golang.

    The whole community including myself will really appreciate it.

What are some alternatives?

When comparing iwf and iwf-idl you can also consider the following projects:

orchy - Distributed, Fault tolerant workflow orchestrator

iwf-golang-samples - samples for iWF-Golang-SDK

process-compose - Process Compose is a simple and flexible scheduler and orchestrator to manage non-containerized applications.

iwf-java-samples - samples for iwf-java SDK

temporal - Temporal service

iwf-python-sdk - Python SDK for iWF