https://github.com/Senckenberg-DCBiodivIT/fair-workflow-platform
A workflow platform using machine-actionable RO-Crates and FAIR signposting
https://github.com/Senckenberg-DCBiodivIT/fair-workflow-platform
Last synced: 11 months ago
JSON representation
A workflow platform using machine-actionable RO-Crates and FAIR signposting
- Host: GitHub
- URL: https://github.com/Senckenberg-DCBiodivIT/fair-workflow-platform
- Owner: dnlbauer
- License: mit
- Created: 2024-11-12T15:15:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T10:50:36.000Z (over 1 year ago)
- Last Synced: 2024-11-26T11:46:01.223Z (over 1 year ago)
- Size: 887 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A FAIR workflow platform for biodiversity digital twins
This FAIR workflow platform is developed as a solution
for executing and sharing [FAIR](https://www.go-fair.org/fair-principles/) (Findable, Accessible, Interoperable, Reuseable)
workflows across research domains.
It allows to execute and reuse machine-actionable workflows and resulting data,
encapsulated in [Research Object Crates (RO-Crates)](https://www.researchobject.org/ro-crate/)
and advertised via [FAIR Signposting](https://signposting.org/FAIR/).
More infos on the use case: [https://doi.org/10.3897/biss.8.134479](https://doi.org/10.3897/biss.8.134479)
## Features
- **Login via ORCID**
- **Workflow Execution** Integrates with [Argo Workflows](https://argoproj.github.io/workflows/) for workflow execution.
- **RO-Crate compatibility**: End-To-End integration of RO-Crates
- **Digital Object Management**: Workflows and datasets are stored as Digital Objects using [Cordra](https://www.cordra.org/)
- **FAIR Signposting** on the frontend allows for integration of results into the semantic web.
## Architecture Overview
The workflow platform employs a microservice architecture allowing components to be extended or replaced for flexibility.
- **Frontend**: User-facing interface for submitting workflows and viewing datasets.
- **Digital Object Repository**: [Cordra](https://www.cordra.org/)-based system for storing and managing datasets as FAIR Digital Objects
- **Submission Service**: Handles orchestration between frontend, digital object repository and the workflow service.
- **Workflow Service**: A workflow execution engine for executing workflows.

Detailed architecture information including data flows and interaction diagrams is available in the [Architecture Documentation](./architecture.md)
## Modules
- [**Frontend**](https://github.com/Senckenberg-DCBiodivIT/FAIR-workflow-platform-frontend): Django-based frontend
- [**Cordra schema**](https://github.com/Senckenberg-DCBiodivIT/FAIR-workflow-platform-cordra-schema): Schemas and metadata models for the digital object Repository
- [**Argo Workflow Connector**](https://github.com/Senckenberg-DCBiodivIT/FAIR-workflow-platform-argo-connector): An implementation of the `Submission service` that orchestrates workflows in Argo
- [**Crop wild relatives Workflow RO-Crate**](https://github.com/Senckenberg-DCBiodivIT/cwr-workflow-ro-crate): Sapmle RO-Crate with a workflow that runs the [Crop Wild Relatives prototype Digital Twin](https://github.com/BioDT/uc-CWR). See [here](https://doi.org/10.3897/rio.10.e125192) for details.
## Deployment at DestinE
A version of the platform is currently deployed to the [Destination Earth Platform](https://destination-earth.eu/) and can be accessed here: [Crop Wild Relatives](http://workflow.earth/).
### Deployment diagram

## License
Licensed under the [MIT](./LICENSE) license.
## References
If you want to cite this project, here are some references you can use:
- Dataspace Integration for Agrobiodiversity Digital Twins with RO-Crate [https://doi.org/10.3897/biss.8.134479](https://doi.org/10.3897/biss.8.134479)
- FAIR dataspace integration for Agrobiodiversity Digital Twins (Poster) [https://doi.org/10.5281/zenodo.13928654](https://doi.org/10.5281/zenodo.13928654)
## Funding
- EUMETSAT: Agriculture and Climate Change DEDL Use Case
- The European Commission: [BioDT – Biodiversity Digital Twin for Advanced Modelling, Simulation and Prediction Capabilities](https://biodt.eu/)
- The DFG as Part of [FAIRagro](https://fairagro.net/)