An open API service indexing awesome lists of open source software.

https://github.com/samuelmarks/workflow-schemata

An exploration of various popular workflow tools from a schema level (in TOML & serde)
https://github.com/samuelmarks/workflow-schemata

apache-airflow apache-beam argo-workflows github-actions kubeflow-pipelines mlflow

Last synced: about 2 months ago
JSON representation

An exploration of various popular workflow tools from a schema level (in TOML & serde)

Awesome Lists containing this project

README

          

workflow-schemata
=================

An exploration of various popular workflow tools from a schema level (in TOML). Including:

- [Apache Airflow](https://airflow.apache.org)
- [Apache Beam](https://beam.apache.org/blog/beam-yaml-release)
- [Argo](https://argoproj.github.io) (as used by [Kubeflow](https://www.kubeflow.org) and others)
- [GitHub Actions](https://docs.github.com/en/actions)
- [MLflow](https://mlflow.org/docs/latest/recipes.html#template-structure)
- [acts](https://docs.rs/acts)

This includes basic [serde.rs](https://serde.rs) integration.