diff --git a/README.md b/README.md index 42263b310..5da1322ad 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The Argo was constructed by the shipwright Argus, and its crew were specially pr [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) Hera is a Python framework for constructing and submitting Argo Workflows. The main goal of Hera is to make Argo -Workflows more accessible by abstracting away some setup that is typically necessary for constructing Argo workflows. +Workflows more accessible by abstracting away some setup that is typically necessary for constructing workflows. Python functions are first class citizens in Hera - they are the atomic units (execution payload) that are submitted for remote execution. The framework makes it easy to wrap execution payloads into Argo Workflow tasks, set dependencies, diff --git a/USERS.md b/USERS.md new file mode 100644 index 000000000..d0da4aed1 --- /dev/null +++ b/USERS.md @@ -0,0 +1,12 @@ +# Users + +Hera's primary goal is to make Argo Workflows more accessible by abstracting away some setup that is typically necessary +for constructing workflows. It'd be amazing to have a record of who is using Hera! + +Please open a PR with your organization or project name in the following section! + +## Organizations/projects using Hera + +Currently, the following organizations are **officially** using Argo Workflows: + +1. [Dyno Therapeutics](https://www.dynotx.com)