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)
- Host: GitHub
- URL: https://github.com/samuelmarks/workflow-schemata
- Owner: SamuelMarks
- Created: 2024-06-26T15:49:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-27T17:29:35.000Z (over 1 year ago)
- Last Synced: 2025-03-23T01:27:47.061Z (7 months ago)
- Topics: apache-airflow, apache-beam, argo-workflows, github-actions, kubeflow-pipelines, mlflow
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.