Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenspapenhagen/level2maggi
This is an quarkus mircoservice for Convert the Level of the Saar in Sankt Arnual into count of "Maggi Würze (250g)" - Bottles (default, but can be changed by pathparameter)
https://github.com/jenspapenhagen/level2maggi
java mircoservice quarkus rest
Last synced: 1 day ago
JSON representation
This is an quarkus mircoservice for Convert the Level of the Saar in Sankt Arnual into count of "Maggi Würze (250g)" - Bottles (default, but can be changed by pathparameter)
- Host: GitHub
- URL: https://github.com/jenspapenhagen/level2maggi
- Owner: jenspapenhagen
- Created: 2021-07-23T11:15:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T06:14:27.000Z (4 days ago)
- Last Synced: 2024-11-16T07:20:13.295Z (4 days ago)
- Topics: java, mircoservice, quarkus, rest
- Language: Java
- Homepage:
- Size: 298 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This is a MircoService for Converting the Level of the Saar into bottle count of "Maggi Würze (250g)"
#### (Measuring Point St. Arnual)
This Project is based on a default Quarkus Project.
And use the Rest-APi from https://www.pegelonline.wsv.de/## Main Goal:
- playing around with Quarkus Extensions
- non-blocking service
- funfor scale:\
![for scale of a Maggi](https://github.com/jenspapenhagen/level2maggi/blob/master/images/maggifalschegroesse.jpg?raw=true)```
wget --header="Content-Type: text/json" http://localhost:8080/177
```
For getting this Response
```json
{
"count":15,
"timeStamp":"2022-04-08T20:00:00+02:00",
"unit":"An Maggi Würze 250g Bottle with 177 mm height."
}
```There are this size of bottles available:
- **Maggi Würze 125g** (with 100mm)
- **Maggi Würze 250g** (with 177mm)
- **Maggi Würze 1000g** (with 270mm)Testing:
- cdi with GraalVM
- cache
- reactive REST (https://quarkus.io/blog/resteasy-reactive-smart-dispatch/) without overhead