iwf-idl VS iwf

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

iwf-idl

interface definition between iwf SDKs and iwf server (by indeedeng)

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)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
iwf-idl iwf
1 9
2 465
- 2.6%
6.1 7.7
4 days ago 3 days ago
Go
Apache License 2.0 MIT License
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-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.

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.

What are some alternatives?

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

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

orchy - Distributed, Fault tolerant workflow orchestrator

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

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

temporal - Temporal service

iwf-python-sdk - Python SDK for iWF