> Markdown version of [/events/world-congress-2024/sessions/410-databaseless-data](https://www.wearedevelopers.com/events/world-congress-2024/sessions/410-databaseless-data). Every page supports `.md` or `Accept: text/markdown`. Links point to the HTML versions so they work for humans too. Agent guide: [/agents.md](https://www.wearedevelopers.com/agents.md). --- # Databaseless Data Processing - High-Performance for Cloud-Native Apps and AI - **Date:** Friday, Jul 19, 2024 - **Time:** 15:00–15:30 (30 min) - **Room:** STAGE 2 (500) - **Event:** World Congress 2024 ## Recording [Watch recording](https://www.wearedevelopers.com/videos/1024-databaseless-data-processing-high-performance-for-cloud-native-apps-and-ai) ## Description Hibernate is the defacto standard persistence for Java database apps. It was built when Java apps and database systems were monoliths. The cloud, microservices and serverless have changed Java dramatically, but persistence is still the same. Now AI is making its way into Java and AI requires uncompromising performance. EclipseStore was built to be the Java persistence for the cloud and AI. It enables databaseless in-memory data processing by using Core Java only. While databases use database-specific data structures or formats, EclipseStore supports the real Java object model. The engine enables seamlessly mirroring any Java object graph of any size and complexity into any object storage such as AWS S3. This leads to 3 main benefits: 1) highest performance, microsecond response and query time, up to 1000x faster than comparable SQL queries, 2) 96% cloud database cost savings, 3) Radically simplicity, only one data model, no expensive mappings or data conversion. ## Speaker ### [Markus Kett](https://www.wearedevelopers.com/@markus-kett) CEO at MicroStream, Editor in Chief at JAVAPRO Magazine ## Related talks at this congress - [Ultra-Fast In-Memory Data Processing - 1000x Faster Queries at 96% Database Cost Savings](https://www.wearedevelopers.com/events/world-congress-2024/sessions/286-ultra-fast-in-memory) — Christian Kuemmel, Florian Habermann, Markus Kett - [Serverless Java in Action: Cloud Agnostic Design Patterns and Tips](https://www.wearedevelopers.com/events/world-congress-2024/sessions/429-serverless-java-in) — Daniel Oh, Kevin Dubois - [Modern Data Architectures need Software Engineering](https://www.wearedevelopers.com/events/world-congress-2024/sessions/417-modern-data) — Matthias Niehoff - [NoSQL Mastery: Optimizing data storage with MongoDB, Redis and S3](https://www.wearedevelopers.com/events/world-congress-2024/sessions/340-nosql-mastery) — Patrick Schnell