An open API service indexing awesome lists of open source software.

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

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"

[![Performance Oriented Spring Data JPA & Hibernate](https://img.youtube.com/vi/exqfB1WaqIw/0.jpg)](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/)