<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Persistence on Sven Ruppert</title><link>https://svenruppert.com/tags/persistence/</link><description>Sven Ruppert — Java Veteran, Speaker, Trainer &amp; Bushcrafter. Articles, talks, workshops and videos on Core Java, Cybersecurity, Vaadin and Developer Relations.</description><generator>Hugo</generator><language>en</language><managingEditor>sven.ruppert@gmail.com (Sven Ruppert)</managingEditor><webMaster>sven.ruppert@gmail.com (Sven Ruppert)</webMaster><copyright>© 2026 Sven Ruppert</copyright><atom:link href="https://svenruppert.com/tags/persistence/index.xml" rel="self" type="application/rss+xml"/><image><url>https://svenruppert.com/img/sven-ruppert.jpg</url><title>Sven Ruppert</title><link>https://svenruppert.com/tags/persistence/</link></image><lastBuildDate>Fri, 01 Mar 2024 00:00:00 +0000</lastBuildDate><item><title>EclipseStore Demos</title><link>https://svenruppert.com/projects/eclipsestore-demos/</link><pubDate>Fri, 01 Mar 2024 00:00:00 +0000</pubDate><author>sven.ruppert@gmail.com (Sven Ruppert)</author><dc:creator>Sven Ruppert</dc:creator><guid isPermaLink="true">https://svenruppert.com/projects/eclipsestore-demos/</guid><description>Hands-on demos for EclipseStore — high-performance Java object persistence, from basic storage to complex data structures and the high-performance serialiser.</description><content:encoded>&lt;![CDATA[<p>A growing set of demos for<a href="https://eclipsestore.io">EclipseStore</a> — the
high-performance Java object persistence engine (formerly MicroStream).
Each demo is paired with an article walking through the design decisions.</p><h2 id="topics-covered">Topics covered</h2><ul><li><strong>Basic storage</strong> — getting an object graph onto disk in three lines of code</li><li><strong>Complex data structures</strong> — maps of maps, cyclic references, large collections</li><li><strong>High-performance serialiser</strong> — the binary format, throughput benchmarks</li><li><strong>Migration patterns</strong> — schema evolution without classical migrations</li><li><strong>Threading &amp; transactions</strong> — how EclipseStore handles concurrent writers</li><li><strong>Comparison to JPA/Hibernate</strong> — when it&rsquo;s the right tool, when it isn&rsquo;t</li></ul><h2 id="why-eclipsestore">Why EclipseStore</h2><p>For a lot of Java apps the database is<strong>the boundary</strong> — you spend more time
mapping objects to rows than doing actual work. EclipseStore inverts that:
your object graph IS the database. No mapping, no ORM, no SQL.</p><p>It&rsquo;s not a fit for every use case (try it on transactional reporting at scale
and you&rsquo;ll feel the boundaries quickly) — but for many domain models, the
mental simplicity is a huge unlock.</p><p>Articles, benchmarks and links to the demo repos live in the<a href="/categories/eclipsestore/">EclipseStore category</a>.</p>
]]></content:encoded></item></channel></rss>