https://github.com/elixir-cloud-aai/elixir-cloud-demos
Collection of materials for various demos
https://github.com/elixir-cloud-aai/elixir-cloud-demos
Last synced: 15 days ago
JSON representation
Collection of materials for various demos
- Host: GitHub
- URL: https://github.com/elixir-cloud-aai/elixir-cloud-demos
- Owner: elixir-cloud-aai
- License: apache-2.0
- Created: 2023-02-04T09:32:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-06T22:31:52.000Z (4 months ago)
- Last Synced: 2026-02-07T09:35:37.927Z (4 months ago)
- Size: 22.2 MB
- Stars: 2
- Watchers: 28
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ELIXIR Cloud Demos
[![license][badge-license]][badge-url-license]
[![chat][badge-chat]][badge-url-chat]
Demonstrators of the [**ELIXIR Cloud**][res-elixir-cloud], an
[ELIXIR][res-elixir] federated compute infrastructure based on
[GA4GH][res-ga4gh] standards.
## Usage
Each demonstrator is self-contained and available in its own folder, together
with demo-specific installation and usage instructions. There are, however,
some [global requirements](#requirements) for all demos.
Follow the shortcuts in the following table to the individual demos.
| Name | First Demo | Description |
| --- | --- | --- |
| [2023-ecp-f2f](demos/2023-ecp-f2f/README.md) | ELIXIR Compute Face-to-Face, Helsinki, Feb 7-8, 2023 | Task execution via the [Task Execution Service (TES) API](https://github.com/ga4gh/task-execution-schemas/) on Kubernetes and HPC; TES-based task distribution with random and distance-based task distribution logic; execution of a CWL workflow via the `cwl-tes` TES backend |
## Requirements
All demos require the following software to be installed:
- [Conda][req-conda]
- [Git][req-git]
We further recommend installing the following software:
- [Mamba][req-mamba]
> We recommend installing the latest versions of each of these packages.
## Contributing
This project lives off your contributions, be it in the form of new demos, bug
reports, pull requests or discussions. Please read our [contributor
guidelines][docs-contributing] if you want to contribute. And please mind our
[Code of Conduct][docs-coc] for all interactions with the community.
## Versioning
Outside of version control, individual demos are not explicitly versioned. When
a demo is first given, it becomes feature-locked, from which point on only
maintenance and documentation chores may be performed on that demo in order to
ensure its functionality.
## License
This project is covered by the [Apache License 2.0][badge-url-license] also
[shipped with this repository][docs-license].
## Contact
If you have suggestions for or find issue with this app, please use the
[issue tracker][contact-issue-tracker]. If you would like to reach out to us
for anything else, you can join our [Slack board][badge-url-chat], start a
thread in our [Q&A forum][contact-qa], or send us an [email][contact-email].
[badge-chat]:
[badge-license]:
[badge-url-chat]:
[badge-url-license]:
[contact-email]:
[contact-issue-tracker]:
[contact-qa]:
[docs-coc]:
[docs-contributing]:
[docs-license]: LICENSE
[req-conda]:
[req-git]:
[req-mamba]:
[res-elixir]:
[res-elixir-cloud]:
[res-ga4gh]: