https://github.com/qaware/microservices-with-micronaut
Code for the talk "Microservices with Micronaut"
https://github.com/qaware/microservices-with-micronaut
Last synced: about 1 year ago
JSON representation
Code for the talk "Microservices with Micronaut"
- Host: GitHub
- URL: https://github.com/qaware/microservices-with-micronaut
- Owner: qaware
- License: mit
- Created: 2019-05-27T13:03:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T07:10:37.000Z (over 5 years ago)
- Last Synced: 2024-12-25T16:42:21.227Z (over 1 year ago)
- Language: Java
- Size: 1.53 MB
- Stars: 1
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code for the talk "Microservices with Micronaut"
[Looking for the slides?](slides.pdf)
## Contents
* [GitHub scraper implemented with Micronaut](github-scraper)
* [GitHub scraper implemented with Spring Boot](github-scraper-spring)
* [GitHub scraper implemented with Micronaut, compiled with Graal](github-scraper-graal)
## Benchmarks
Start the application with:
```
java -Xms16M -Xmx512M -jar github-scraper-*.jar
```
and run the benchmark with [wrk](https://github.com/wg/wrk):
```
wrk -t 8 -c 80 -d 30s --latency http://localhost:8080/github/stars
```
## Author
Moritz Kammerer ([@phxql](https://github.com/phxql))
## License
[MIT](LICENSE)