- Werner Keil
- Mittwoch, 27. Apr 2022
- 12:00 - 12:45
- Track 1
- Session
The amount of data collected by applications nowadays is growing at a scary pace. Many of them need to handle billions of users generating and consuming data at an incredible speed. Maybe you are wondering how to create an application like this? What is required? What works best for your project?
In this session, we'll compare popular Java and JVM persistence frameworks for NoSQL databases. We are going to look at Spring Data, Micronaut Data, Hibernate, Jakarta NoSQL and GORM (which indeed is actually a Marvel character in the Conan Universe ;-) How do they compare, what are the strengths, weaknesses, differences and similarities? We'll show each of them with a selection of different NoSQL database systems (Key-Value, Document, Column, Graph) to learn how they take specific features and powers of a particular NoSQL type into consideration and provide support for. Will there be a clear winner in the end, or maybe it depends on the particular DB type and use case and you might need more than one, with different strengths, just like the Avengers...?