https://github.com/quarkusio/quarkus-workshops
Hosts Quarkus related workshops
https://github.com/quarkusio/quarkus-workshops
quarkus workshop
Last synced: about 1 month ago
JSON representation
Hosts Quarkus related workshops
- Host: GitHub
- URL: https://github.com/quarkusio/quarkus-workshops
- Owner: quarkusio
- License: apache-2.0
- Created: 2019-09-09T15:49:02.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T13:22:30.000Z (3 months ago)
- Last Synced: 2025-04-04T13:09:24.334Z (2 months ago)
- Topics: quarkus, workshop
- Language: HTML
- Homepage: https://quarkus.io/quarkus-workshops/super-heroes/
- Size: 650 MB
- Stars: 182
- Watchers: 16
- Forks: 176
- Open Issues: 102
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hosts Quarkus related workshops
* quarkus-workshop-super-heroes: workshop where you build several microservices interoperating through HTTP and Kafka.
Instructions are available [here](https://quarkus.io/quarkus-workshops/super-heroes/).## Configuring a workshop
The [entry page of the workshop](https://quarkus.io/quarkus-workshops/super-heroes/) accepts query parameters.
For
example, https://quarkus.io/quarkus-workshops/super-heroes/index.html?native=false&ai=false&kubernetes=false&contract-testing=false&observability=false&extension=false&messaging=false&hideDefined=true
will
present a minimal workshop with no optional components, but allow people to select an operating system.
The `hideDefined=true` locks and hides options which have been set in the url.As another example, https://quarkus.io/quarkus-workshops/super-heroes/index.html?os=mac would preconfigure the operating
system to MacOS,
and show all options.## Continuous Build
Each push and pull requests is checked using GitHub Actions.