https://github.com/e3sm-project/datasm
A data state machine for automating complex nested workflows for handling E3SM outputs.
https://github.com/e3sm-project/datasm
Last synced: about 1 year ago
JSON representation
A data state machine for automating complex nested workflows for handling E3SM outputs.
- Host: GitHub
- URL: https://github.com/e3sm-project/datasm
- Owner: E3SM-Project
- License: mit
- Created: 2018-10-12T20:12:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-07T17:47:23.000Z (about 1 year ago)
- Last Synced: 2025-05-07T18:46:39.408Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.47 MB
- Stars: 1
- Watchers: 117
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The E3SM Data State Machine
The E3SM Data State Machine (`datasm`) is a library that automates complex nested workflows for handling E3SM outputs. These workflows use conditional branching based on the success or failure of the jobs within them. Workflow jobs include `extract`, `validate`, `postprocess`, and `publish`.
- **_Note: `datasm` is currently in active development, so many planned features may be a work in progress, missing, or broken._**
Visit the [docs](docs/) for more information on how to get started.