https://github.com/maciejwalkowiak/performance-oriented-spring-data-jpa-talk
https://github.com/maciejwalkowiak/performance-oriented-spring-data-jpa-talk
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maciejwalkowiak/performance-oriented-spring-data-jpa-talk
- Owner: maciejwalkowiak
- Created: 2024-03-18T11:06:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T11:15:36.000Z (over 1 year ago)
- Last Synced: 2025-04-03T14:43:36.244Z (6 months ago)
- Language: Java
- Size: 70.3 KB
- Stars: 33
- Watchers: 4
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Performance Oriented Spring Data JPA & Hibernate
This repository contains code for the talk I gave at [Voxxed Days Zurich](https://voxxeddays.com/zurich/): "Performance Oriented Spring Data JPA & Hibernate"
[](https://www.youtube.com/watch?v=exqfB1WaqIw)
- [YouTube](https://www.youtube.com/watch?v=exqfB1WaqIw)
- [Slides](https://speakerdeck.com/maciejwalkowiak/performance-oriented-spring-data-jpa-and-hibernate)`main` branch contains initial code, without changes. `complete` branch has all fixes made during the talk applied.
Resources used or mentioned in the talk:
- [Flexy Pool](https://github.com/vladmihalcea/flexy-pool)
- [Digma AI](https://digma.ai/)
- [Spring Boot DataSource Decorator](https://github.com/gavlyukovskiy/spring-boot-data-source-decorator)
- [QuickPerf](https://github.com/quick-perf/quickperf/)
- [Hypersistence Optimizer](https://vladmihalcea.com/hypersistence-optimizer/)
- [Vlad's blog](https://vladmihalcea.com/blog/)
- [Thorben's blog](https://thorben-janssen.com/)