<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Patric Eckhart</title>
    <description>The latest articles on Forem by Patric Eckhart (@patriceckhart).</description>
    <link>https://forem.com/patriceckhart</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F436374%2F0d9e7266-63a9-4fd3-9c50-7c08f8e46b65.jpeg</url>
      <title>Forem: Patric Eckhart</title>
      <link>https://forem.com/patriceckhart</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/patriceckhart"/>
    <language>en</language>
    <item>
      <title>Introducing eventsourcing.dev: A Clear Guide to Event Sourcing</title>
      <dc:creator>Patric Eckhart</dc:creator>
      <pubDate>Wed, 12 Nov 2025 18:06:09 +0000</pubDate>
      <link>https://forem.com/patriceckhart/introducing-eventsourcingdev-a-clear-guide-to-event-sourcing-3hga</link>
      <guid>https://forem.com/patriceckhart/introducing-eventsourcingdev-a-clear-guide-to-event-sourcing-3hga</guid>
      <description>&lt;p&gt;Event Sourcing has been around for decades, yet many developers still find it intimidating. Buried under domain-driven jargon, inconsistent examples, or complex frameworks.&lt;br&gt;&lt;br&gt;
That's exactly why I built &lt;a href="https://www.eventsourcing.dev" rel="noopener noreferrer"&gt;&lt;strong&gt;eventsourcing.dev&lt;/strong&gt;&lt;/a&gt;. A concise, no-nonsense guide to understanding and implementing event sourcing from first principles.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why This Exists
&lt;/h2&gt;

&lt;p&gt;Most tutorials mix theory and tooling in confusing ways.&lt;br&gt;&lt;br&gt;
On &lt;em&gt;eventsourcing.dev&lt;/em&gt;, the goal is different: to make the concept of event sourcing approachable, explain its core ideas clearly, and show how to use them in any tech stack, without prescribing a framework or product.&lt;/p&gt;




&lt;h2&gt;
  
  
  What You'll Find
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Fundamental Concepts:&lt;/strong&gt; Events, Streams, Aggregates, Snapshots, ... explained in plain language.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Design Principles:&lt;/strong&gt; How to structure event-driven systems that scale and stay maintainable.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Learning Path &amp;amp; Glossary:&lt;/strong&gt; For those who want to go from curiosity to real-world implementation.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Resources Section&lt;/strong&gt;: A curated overview of major event sourcing databases and libraries such as Axon, Kurrent, ...&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  No Product Pitch - Just Clarity
&lt;/h2&gt;

&lt;p&gt;The site isn't about promoting any specific tool.&lt;br&gt;&lt;br&gt;
It's about understanding event sourcing deeply, so you can decide what fits best for your architecture and team.  &lt;/p&gt;

&lt;p&gt;Anyone can contribute to make the list of libraries and software resources more complete and no one's excluded, and every genuinely helpful project deserves a place.&lt;br&gt;&lt;br&gt;
The goal is to build a source of knowledge that stays neutral, practical, and open.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why It Matters
&lt;/h2&gt;

&lt;p&gt;Event Sourcing isn't just a persistence strategy.&lt;br&gt;&lt;br&gt;
It's a mindset: designing systems that remember what happened instead of just where they are now.&lt;br&gt;&lt;br&gt;
Once you see data as a timeline instead of a snapshot, consistency, auditability, and traceability stop being problems, they become features.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Check it out:&lt;/strong&gt; &lt;a href="https://www.eventsourcing.dev" rel="noopener noreferrer"&gt;&lt;strong&gt;https://www.eventsourcing.dev&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;
If you think something's bullshit, missing, or if you have your own resource to add, just send us an email to &lt;strong&gt;&lt;a href="mailto:hello@eventsourcing.dev"&gt;hello@eventsourcing.dev&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;

</description>
      <category>resources</category>
      <category>architecture</category>
      <category>beginners</category>
      <category>eventsourcing</category>
    </item>
    <item>
      <title>A free and production-ready event sourcing database engine: Meet GenesisDB CE</title>
      <dc:creator>Patric Eckhart</dc:creator>
      <pubDate>Sun, 09 Nov 2025 10:46:14 +0000</pubDate>
      <link>https://forem.com/patriceckhart/a-free-and-production-ready-event-sourcing-database-engine-meet-genesis-db-ce-2nk8</link>
      <guid>https://forem.com/patriceckhart/a-free-and-production-ready-event-sourcing-database-engine-meet-genesis-db-ce-2nk8</guid>
      <description>&lt;p&gt;Over the past months I've been building &lt;a href="https://www.genesisdb.io/get-it" rel="noopener noreferrer"&gt;&lt;strong&gt;GenesisDB&lt;/strong&gt;&lt;/a&gt;, an event-sourcing database engine designed around simplicity, performance, and real-world usability.&lt;/p&gt;

&lt;p&gt;Recently, I released the &lt;a href="https://docs.genesisdb.io/community-edition" rel="noopener noreferrer"&gt;&lt;strong&gt;GenesisDB Community Edition&lt;/strong&gt;&lt;/a&gt;. Completely free to use.&lt;/p&gt;

&lt;p&gt;GenesisDB CE is the freely available version of the database engine. Built for developers who want to explore event sourcing without friction, or use it productively in small-to-large projects.&lt;/p&gt;

&lt;p&gt;The goal isn't to limit you, it's to lower the barrier to entry. The Community Edition focuses on accessibility and learning, not artificial constraints. It's powered by the same core engine as the commercial edition, the same performance, the same reliability, the same expectations for serious developers.&lt;/p&gt;

&lt;p&gt;Docs: &lt;a href="https://docs.genesisdb.io" rel="noopener noreferrer"&gt;https://docs.genesisdb.io&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tooling</category>
      <category>database</category>
      <category>eventdriven</category>
      <category>eventsourcing</category>
    </item>
    <item>
      <title>GenesisDB MCP Server: AI meets Event Sourcing - a Love Story</title>
      <dc:creator>Patric Eckhart</dc:creator>
      <pubDate>Wed, 22 Oct 2025 17:23:01 +0000</pubDate>
      <link>https://forem.com/patriceckhart/genesis-db-mcp-server-ai-meets-event-sourcing-a-love-story-224e</link>
      <guid>https://forem.com/patriceckhart/genesis-db-mcp-server-ai-meets-event-sourcing-a-love-story-224e</guid>
      <description>&lt;p&gt;&lt;strong&gt;A &lt;a href="https://modelcontextprotocol.io/docs/getting-started/intro" rel="noopener noreferrer"&gt;Model Context Protocol (MCP)&lt;/a&gt; server that provides AI clients access to &lt;a href="https://www.genesisdb.io" rel="noopener noreferrer"&gt;GenesisDB&lt;/a&gt; events.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This preview release lets AI models like &lt;strong&gt;Claude&lt;/strong&gt; or future AI clients &lt;strong&gt;query your event-sourced data&lt;/strong&gt; using natural language. Directly against your running GenesisDB instance.  &lt;/p&gt;

&lt;p&gt;Think of it as the bridge between &lt;em&gt;your event history&lt;/em&gt; and &lt;em&gt;natural conversation&lt;/em&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Does
&lt;/h2&gt;

&lt;p&gt;The &lt;strong&gt;GenesisDB MCP Server&lt;/strong&gt; turns your event store into something you can &lt;em&gt;talk to&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;It allows AI clients to ask real questions such as:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“How many users are in the system?”&lt;br&gt;&lt;br&gt;
“How many orders did we have last week?”&lt;br&gt;&lt;br&gt;
“Show me all events for customer XYZ.”&lt;br&gt;&lt;br&gt;
“Which event types exist in the database?”&lt;br&gt;&lt;br&gt;
“...”  &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Behind the scenes, the MCP Server acts as the interface that translates natural-language queries into GenesisDB queries and streams the results back to the client.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://github.com/genesisdb-io/genesisdb-io-mcp-server" rel="noopener noreferrer"&gt;Download the GenesisDB MCP Server (Preview)&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
Choose your platform and start exploring how AI can query your event data in real time.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>tooling</category>
      <category>llm</category>
      <category>database</category>
    </item>
    <item>
      <title>GenesisDB Community Edition: Open Access to a Modern Event-Sourcing Database</title>
      <dc:creator>Patric Eckhart</dc:creator>
      <pubDate>Tue, 21 Oct 2025 18:23:10 +0000</pubDate>
      <link>https://forem.com/patriceckhart/genesis-db-community-edition-open-access-to-a-modern-event-sourcing-database-8p8</link>
      <guid>https://forem.com/patriceckhart/genesis-db-community-edition-open-access-to-a-modern-event-sourcing-database-8p8</guid>
      <description>&lt;p&gt;The &lt;strong&gt;GenesisDB Community Edition&lt;/strong&gt; is on the way. &lt;br&gt;
Same speed. Same engine. More freedom.&lt;/p&gt;

&lt;p&gt;Built for developers, innovators, and production workloads that don't require built-in GDPR tooling, schema registration, or the advanced query engine - but still want the full GenesisDB experience.&lt;/p&gt;

&lt;h2&gt;
  
  
  Differences between the editions
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Enterprise Edition
&lt;/h3&gt;

&lt;p&gt;Perfect for medium and large production projects.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Unlimited events&lt;/li&gt;
&lt;li&gt;Unlimited instances&lt;/li&gt;
&lt;li&gt;Lifetime read access&lt;/li&gt;
&lt;li&gt;Optional offline usage&lt;/li&gt;
&lt;li&gt;GDPR-ready&lt;/li&gt;
&lt;li&gt;Schema registration&lt;/li&gt;
&lt;li&gt;Query Engine&lt;/li&gt;
&lt;li&gt;Auditable. Built-in consistency&lt;/li&gt;
&lt;li&gt;Free mail support&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Free Community Edition
&lt;/h3&gt;

&lt;p&gt;Same core engine. Built for developers and for production workloads that don’t require the Enterprise features.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Unlimited events&lt;/li&gt;
&lt;li&gt;Unlimited instances&lt;/li&gt;
&lt;li&gt;Lifetime read and write access&lt;/li&gt;
&lt;li&gt;Offline usage&lt;/li&gt;
&lt;li&gt;No license key required&lt;/li&gt;
&lt;li&gt;Community support&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://dev.to/patriceckhart/i-built-an-event-sourcing-database-engine-because-i-love-event-driven-architectures-meet-genesis-3me8"&gt;To learn more about GenesisDB, read one of my recent posts.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Website: &lt;a href="https://www.genesisdb.io" rel="noopener noreferrer"&gt;https://www.genesisdb.io&lt;/a&gt;&lt;br&gt;
Documentation: &lt;a href="https://docs.genesisdb.io" rel="noopener noreferrer"&gt;https://docs.genesisdb.io&lt;/a&gt;&lt;/p&gt;

</description>
      <category>database</category>
      <category>news</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Your Complete Event Sourcing Toolkit: The GenesisDB VS Code Extension</title>
      <dc:creator>Patric Eckhart</dc:creator>
      <pubDate>Thu, 09 Oct 2025 13:00:17 +0000</pubDate>
      <link>https://forem.com/patriceckhart/your-complete-event-sourcing-toolkit-the-genesis-db-vs-code-extension-36d2</link>
      <guid>https://forem.com/patriceckhart/your-complete-event-sourcing-toolkit-the-genesis-db-vs-code-extension-36d2</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgp0o0dh37lodnbvp6991.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgp0o0dh37lodnbvp6991.png" alt=" " width="800" height="478"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A comprehensive Visual Studio Code extension for &lt;a href="https://www.genesisdb.io" rel="noopener noreferrer"&gt;GenesisDB&lt;/a&gt;: Connect, query, and manage your event sourcing infrastructure directly from your favorite editor.&lt;/strong&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  The GenesisDB VS Code Extension
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;Your complete event sourcing toolkit, right where you code.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;GenesisDB VS Code Extension&lt;/strong&gt; is a comprehensive development companion for &lt;strong&gt;GenesisDB&lt;/strong&gt;, the production-ready event sourcing database engine.&lt;br&gt;&lt;br&gt;
It brings the full power of GenesisDB directly into Visual Studio Code, providing seamless integration, advanced query capabilities, and a powerful Event Explorer UI.&lt;/p&gt;

&lt;h2&gt;
  
  
  Seamless Integration
&lt;/h2&gt;

&lt;p&gt;Develop, query, and manage your event sourcing infrastructure directly from your favorite editor.&lt;br&gt;&lt;br&gt;
No more context switching between terminals, dashboards, or APIs - everything you need to work with GenesisDB now lives inside VS Code.&lt;/p&gt;

&lt;h2&gt;
  
  
  Connection Management
&lt;/h2&gt;

&lt;p&gt;Managing multiple GenesisDB instances has never been easier.&lt;br&gt;&lt;br&gt;
The extension features robust connection management with &lt;strong&gt;token-based authentication&lt;/strong&gt;, allowing you to seamlessly switch between development, staging, and production environments.&lt;/p&gt;

&lt;h3&gt;
  
  
  Multi-Connection Support
&lt;/h3&gt;

&lt;p&gt;Keep multiple GenesisDB connections active at once and toggle between them with a single click. Perfect for teams and multi-environment setups.&lt;/p&gt;

&lt;h3&gt;
  
  
  Easy Authentication
&lt;/h3&gt;

&lt;p&gt;Token-based authentication with built-in connection testing ensures your credentials are valid and your connections stable before you start working.&lt;/p&gt;

&lt;h2&gt;
  
  
  Event Explorer UI
&lt;/h2&gt;

&lt;p&gt;The &lt;strong&gt;Event Explorer UI&lt;/strong&gt; provides a rich interface for exploring and managing your event streams. All without leaving your editor.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Features include:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Commit New Events:&lt;/strong&gt; Create and commit new events directly from VS Code
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stream Events:&lt;/strong&gt; Browse and inspect event streams with an intuitive interface
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Query with GDBQL:&lt;/strong&gt; Execute powerful GDBQL queries and view results instantly
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Erase Events:&lt;/strong&gt; Remove events using built-in GDPR-by-design features
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Register Schemas:&lt;/strong&gt; Define and register event schemas right from VS Code
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;List Schemas, Subjects &amp;amp; Event Types:&lt;/strong&gt; Explore your GenesisDB structure at a glance
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Restore Backups:&lt;/strong&gt; Restore your database from previous snapshots when needed
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Schema Management
&lt;/h2&gt;

&lt;p&gt;Keep your event schemas organized and discoverable with built-in &lt;strong&gt;Schema Management&lt;/strong&gt; tools.&lt;/p&gt;

&lt;h3&gt;
  
  
  Register Schemas
&lt;/h3&gt;

&lt;p&gt;Define and register new event schemas directly in your editor. Ensure type safety and validation for all your events with a streamlined workflow.&lt;/p&gt;

&lt;h3&gt;
  
  
  Schema Discovery
&lt;/h3&gt;

&lt;p&gt;Browse all registered schemas, subjects, and event types in your GenesisDB instance. Quick access to schema definitions helps you understand and evolve your event model faster.&lt;/p&gt;

&lt;h2&gt;
  
  
  Get Started Today
&lt;/h2&gt;

&lt;p&gt;The &lt;strong&gt;GenesisDB VS Code Extension&lt;/strong&gt; is available now in the &lt;a href="https://marketplace.visualstudio.com/items?itemName=patriceckhart.genesisdb-vscode" rel="noopener noreferrer"&gt;Visual Studio Code Marketplace&lt;/a&gt;.&lt;br&gt;&lt;br&gt;
Install it, connect to your GenesisDB instance, and experience a new level of productivity in your event-driven development workflow.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GenesisDB VS Code Extension&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Your complete event sourcing toolkit, right where you code.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=patriceckhart.genesisdb-vscode" rel="noopener noreferrer"&gt;Check it out on the VS Code Marketplace&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://www.genesisdb.io" rel="noopener noreferrer"&gt;Learn more about GenesisDB&lt;/a&gt;&lt;/p&gt;

</description>
      <category>eventsourcing</category>
      <category>vscode</category>
      <category>database</category>
      <category>developertools</category>
    </item>
    <item>
      <title>GenesisDB - The GDPR-ready event-sourcing database engine</title>
      <dc:creator>Patric Eckhart</dc:creator>
      <pubDate>Sun, 28 Sep 2025 18:44:07 +0000</pubDate>
      <link>https://forem.com/patriceckhart/genesis-db-the-gdpr-ready-event-sourcing-database-engine-jj1</link>
      <guid>https://forem.com/patriceckhart/genesis-db-the-gdpr-ready-event-sourcing-database-engine-jj1</guid>
      <description>&lt;p&gt;Compliance isn't a feature you bolt on later. It's a foundation you should build on from the start. With &lt;a href="https://www.genesisdb.io" rel="noopener noreferrer"&gt;GenesisDB&lt;/a&gt;, &lt;a href="https://docs.genesisdb.io/sdks/curl#usage-of-referenced-data-gdpr" rel="noopener noreferrer"&gt;GDPR support&lt;/a&gt; isn't an afterthought - it's native, streamlined, and ready the moment you spin it up.&lt;/p&gt;

&lt;h2&gt;
  
  
  Privacy by Design, Not by Patch
&lt;/h2&gt;

&lt;p&gt;GenesisDB was created with &lt;strong&gt;GDPR-ready principles&lt;/strong&gt; at its core.&lt;br&gt;&lt;br&gt;
No hacks, no after-market tools - just clean, built-in APIs that make privacy compliance as simple as running your database.  &lt;/p&gt;

&lt;h2&gt;
  
  
  Right to Be Forgotten - Simplified
&lt;/h2&gt;

&lt;p&gt;Erase a user's data history with a single command:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;One API call&lt;/strong&gt; to wipe all events for a given subject
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Audit trails&lt;/strong&gt; to log every deletion request for compliance checks
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No orphans&lt;/strong&gt; - related data is cleaned up automatically
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Data Portability - Out of the Box
&lt;/h2&gt;

&lt;p&gt;Give users back control of their data, instantly:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Structured JSON export&lt;/strong&gt; of complete event histories
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CloudEvents-native format&lt;/strong&gt; for true interoperability
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why GDPR-Ready Matters
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Stay compliant&lt;/strong&gt; from day one - no scramble when requests arrive
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Earn user trust&lt;/strong&gt; by showing privacy isn't just a checkbox
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Simplify development&lt;/strong&gt; with APIs that handle the hard parts
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Future-proof&lt;/strong&gt; your stack as privacy laws continue to evolve
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;GenesisDB is GDPR-ready by design.&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
That means you don't just store events. You store them responsibly.  &lt;/p&gt;

&lt;p&gt;Getting started is easy: &lt;a href="https://www.genesisdb.io" rel="noopener noreferrer"&gt;GenesisDB&lt;/a&gt;&lt;/p&gt;

</description>
      <category>privacy</category>
      <category>database</category>
      <category>tooling</category>
      <category>security</category>
    </item>
    <item>
      <title>GenesisDB 1.0.0: Production-Ready and Battle-Tested</title>
      <dc:creator>Patric Eckhart</dc:creator>
      <pubDate>Wed, 27 Aug 2025 17:11:56 +0000</pubDate>
      <link>https://forem.com/patriceckhart/genesis-db-100-production-ready-and-battle-tested-295</link>
      <guid>https://forem.com/patriceckhart/genesis-db-100-production-ready-and-battle-tested-295</guid>
      <description>&lt;p&gt;We're leaving the beta phase behind. &lt;a href="https://www.genesisdb.io/" rel="noopener noreferrer"&gt;GenesisDB&lt;/a&gt; is now production-ready and ready for your deployment.&lt;/p&gt;

&lt;h2&gt;
  
  
  From &lt;a href="https://dev.to/patriceckhart/i-built-an-event-sourcing-database-engine-because-i-love-event-driven-architectures-meet-genesis-3me8"&gt;Beta&lt;/a&gt; to Production
&lt;/h2&gt;

&lt;p&gt;After months of intensive development, rigorous testing, and real-world validation, &lt;strong&gt;GenesisDB&lt;/strong&gt; has reached a major milestone. Version &lt;strong&gt;1.0.0&lt;/strong&gt; represents more than just a version bump - it's the culmination of countless hours optimizing, refining, and hardening the core database engine for production workloads.&lt;/p&gt;

&lt;h2&gt;
  
  
  Storage Engine Optimization
&lt;/h2&gt;

&lt;p&gt;The past few weeks have been particularly intense, with significant focus on optimizing GenesisDB's storage engine. These improvements deliver better performance, reduced latency, and highest reliability for high-throughput event processing.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Enhanced Performance&lt;/strong&gt;: Optimized write and read operations for better throughput
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reduced Latency&lt;/strong&gt;: Faster event processing and retrieval times
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Improved Reliability&lt;/strong&gt;: Better error handling and recovery mechanisms
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Memory Efficiency&lt;/strong&gt;: Optimized memory usage for large-scale deployments
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Production Validation
&lt;/h2&gt;

&lt;p&gt;GenesisDB has been extensively tested in production environments across multiple use cases. From high-frequency management platforms to mission-critical workloads, the database has proven its reliability under real-world conditions.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;High Availability&lt;/strong&gt;: Proven uptime in mission-critical applications
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Scalability&lt;/strong&gt;: Successfully handles thousands of events per second
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Data Integrity&lt;/strong&gt;: Zero data loss across extensive testing
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Performance Consistency&lt;/strong&gt;: Stable performance under varying loads
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What Version 1.0.0 Means
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Enterprise Ready
&lt;/h3&gt;

&lt;p&gt;Version 1.0.0 signals that GenesisDB is ready for enterprise adoption. The API is stable, performance is predictable, and the feature set is complete for most event-sourcing use cases.&lt;/p&gt;

&lt;h3&gt;
  
  
  Production Confidence
&lt;/h3&gt;

&lt;p&gt;With extensive real-world testing, you can trust GenesisDB 1.0.0. The database has been battle-tested across various industries and workloads.&lt;/p&gt;

&lt;h3&gt;
  
  
  Long-term Support
&lt;/h3&gt;

&lt;p&gt;Version 1.0.0 marks the beginning of long-term support. Use GenesisDB in your production systems with confidence in its future development.&lt;/p&gt;

&lt;h3&gt;
  
  
  Mature Ecosystem
&lt;/h3&gt;

&lt;p&gt;The surrounding ecosystem - SDKs, documentation, and support - has matured alongside the core database, providing a complete event-sourcing solution.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features in 1.0.0
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Preconditions &amp;amp; Schema Validation
&lt;/h3&gt;

&lt;p&gt;Built-in business rule enforcement and schema validation ensure data integrity and consistency across your event store.&lt;/p&gt;

&lt;h3&gt;
  
  
  GDPR Compliance
&lt;/h3&gt;

&lt;p&gt;Native support for data deletion and export capabilities, making privacy compliance straightforward and immediate.&lt;/p&gt;

&lt;h3&gt;
  
  
  Multi-Language SDKs
&lt;/h3&gt;

&lt;p&gt;Comprehensive SDK support for multiple programming languages, making integration seamless regardless of your tech stack.&lt;/p&gt;

&lt;h3&gt;
  
  
  HTTP/ndjson Interface
&lt;/h3&gt;

&lt;p&gt;Blazing-fast HTTP interface with ndjson support for efficient event streaming and processing at scale.&lt;/p&gt;

&lt;h2&gt;
  
  
  Looking Forward
&lt;/h2&gt;

&lt;p&gt;Version 1.0.0 is just the beginning. With the solid foundation now in place, we're excited to continue building on GenesisDB's success.&lt;/p&gt;

&lt;p&gt;The upcoming &lt;strong&gt;managed platform&lt;/strong&gt; will bring cloud-native simplicity to event sourcing, while maintaining the power and flexibility that makes GenesisDB unique.&lt;/p&gt;

&lt;p&gt;More Infos: &lt;a href="https://www.genesisdb.io" rel="noopener noreferrer"&gt;https://www.genesisdb.io&lt;/a&gt;&lt;br&gt;
Docs: &lt;a href="https://docs.genesisdb.io" rel="noopener noreferrer"&gt;https://docs.genesisdb.io&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Event sourcing has never been this cool and easy.
&lt;/h4&gt;

</description>
    </item>
    <item>
      <title>Announcement: GenesisDB - the event-sourcing database engine - Is Going Cloud-Native: Meet the Managed Platform</title>
      <dc:creator>Patric Eckhart</dc:creator>
      <pubDate>Tue, 12 Aug 2025 09:24:41 +0000</pubDate>
      <link>https://forem.com/patriceckhart/announcement-genesis-db-the-event-sourcing-database-engine-is-going-cloud-native-meet-the-185h</link>
      <guid>https://forem.com/patriceckhart/announcement-genesis-db-the-event-sourcing-database-engine-is-going-cloud-native-meet-the-185h</guid>
      <description>&lt;p&gt;&lt;a href="https://www.genesisdb.io" rel="noopener noreferrer"&gt;GenesisDB&lt;/a&gt; just got a glow-up - and soon it’s not just smart, it will also be effortless to manage.&lt;/p&gt;

&lt;h2&gt;
  
  
  Managed with a Click
&lt;/h2&gt;

&lt;p&gt;Building on features like &lt;a href="https://dev.to/patriceckhart/genesis-db-the-event-sourcing-database-engine-just-got-smarter-introducing-preconditions-and-123f"&gt;preconditions&lt;/a&gt;, &lt;a href="https://dev.to/patriceckhart/genesis-db-the-event-sourcing-database-engine-just-got-smarter-introducing-preconditions-and-123f"&gt;schema validation&lt;/a&gt;, &lt;a href="https://dev.to/patriceckhart/gdpr-support-in-genesis-db-the-event-sourcing-database-engine-privacy-compliance-made-simple-4kd8"&gt;GDPR support&lt;/a&gt; and &lt;a href="https://dev.to/patriceckhart/i-built-an-event-sourcing-database-engine-because-i-love-event-driven-architectures-meet-genesis-3me8"&gt;blazing-fast HTTP/ndjson operations&lt;/a&gt;, GenesisDB will soon introduce a &lt;strong&gt;Managed Platform&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;h4&gt;
  
  
  Instant Instance Lifecycle
&lt;/h4&gt;

&lt;p&gt;Spin up, shut down, or restart GenesisDB instances in seconds - no infra worries.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;h4&gt;
  
  
  Live Performance Dashboard
&lt;/h4&gt;

&lt;p&gt;Monitor event usage, instance workload, throughput, schema counts, and more. All in one view.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;h4&gt;
  
  
  Billing Transparency
&lt;/h4&gt;

&lt;p&gt;Pull up invoices directly in the dashboard without hunting through emails or sifting spreadsheets.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;h4&gt;
  
  
  Backup &amp;amp; Restore Made Easy
&lt;/h4&gt;

&lt;p&gt;Download backups or instantiate new databases from previous snapshots with a few clicks.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;h4&gt;
  
  
  Unlimited Self-Host License Included
&lt;/h4&gt;

&lt;p&gt;Every Managed GenesisDB subscription comes with an unlimited license key for self-hosting GenesisDB - valid for the entire duration of your managed subscription.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why It Matters
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;h4&gt;
  
  
  Onboarding Supercharge
&lt;/h4&gt;

&lt;p&gt;Great for POCs, teams without Kubernetes - but still powerful for production use thanks to the GenesisDB Velora Cluster.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;h4&gt;
  
  
  Observability at Your Fingertips
&lt;/h4&gt;

&lt;p&gt;See exactly what’s happening in your event store - no guessing.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;h4&gt;
  
  
  Ops Without Ops
&lt;/h4&gt;

&lt;p&gt;Get all the event-sourcing tooling you’ve built, without managing servers.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;h4&gt;
  
  
  Hybrid Freedom
&lt;/h4&gt;

&lt;p&gt;Use the managed instance for mission-critical workloads, and still self-host other environments without extra cost.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Use Cases - So Simple, So Powerful
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;h4&gt;
  
  
  Hackathons &amp;amp; Demos
&lt;/h4&gt;

&lt;p&gt;Instantly demo event sourcing without infra setup.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;h4&gt;
  
  
  Prod-grade Deployments
&lt;/h4&gt;

&lt;p&gt;Full visibility and managed scaling, while keeping the schema-safe, precondition-powered engine you love.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;h4&gt;
  
  
  Safe Experimentation
&lt;/h4&gt;

&lt;p&gt;Spin up dev/test instances, experiment, snapshot, teardown - repeat with no overhead.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;h4&gt;
  
  
  Hybrid Architectures
&lt;/h4&gt;

&lt;p&gt;Combine the convenience of managed with the flexibility of self-hosted deployments.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This platform will let you focus on what matters: designing event-driven systems, not wrangling deployment scripts - while giving you the best of both worlds: managed simplicity and self-hosted freedom.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>GDPR Support in GenesisDB - the event-sourcing database engine: Privacy Compliance Made Simple</title>
      <dc:creator>Patric Eckhart</dc:creator>
      <pubDate>Tue, 22 Jul 2025 17:02:55 +0000</pubDate>
      <link>https://forem.com/patriceckhart/gdpr-support-in-genesis-db-the-event-sourcing-database-engine-privacy-compliance-made-simple-4kd8</link>
      <guid>https://forem.com/patriceckhart/gdpr-support-in-genesis-db-the-event-sourcing-database-engine-privacy-compliance-made-simple-4kd8</guid>
      <description>&lt;p&gt;Privacy isn’t just a checkbox. It’s a fundamental user right. And now, with &lt;strong&gt;&lt;a href="https://www.genesisdb.io" rel="noopener noreferrer"&gt;GenesisDB&lt;/a&gt;&lt;/strong&gt; 0.0.9, GDPR support is no longer something you need to patch in later. It’s built-in, streamlined, and ready to go.&lt;/p&gt;

&lt;h2&gt;
  
  
  Privacy by Design, Not by Accident
&lt;/h2&gt;

&lt;p&gt;At GenesisDB, we believe GDPR compliance should be an integral part of your stack, not an afterthought. That’s why we've embedded native GDPR features directly into the database core. When users request their data or ask for it to be deleted, you don’t need hacks, workarounds, or third-party tools. Just a clean API and instant results.&lt;/p&gt;

&lt;h2&gt;
  
  
  Right to Be Forgotten: One Command, Full Deletion
&lt;/h2&gt;

&lt;p&gt;Privacy shouldn't require a PhD in compliance. With GenesisDB, erasing a user's entire event history is as simple as a single API call:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Instant Deletion&lt;/strong&gt;: Wipe all events for a given subject in one go
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Audit Trail&lt;/strong&gt;: Log deletion requests for accountability and compliance audits
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No Orphans&lt;/strong&gt;: Clean up related and dependent data automatically
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Data Portability: Give Users Control
&lt;/h2&gt;

&lt;p&gt;GDPR isn't just about deletion, it’s about control. GenesisDB makes it easy to export user data in a clean, machine-readable format:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;JSON Export&lt;/strong&gt;: Structured data that’s ready for use
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Complete History&lt;/strong&gt;: Export the full event timeline per user
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Selective Export&lt;/strong&gt;: Filter by date range or event type
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Machine Readable&lt;/strong&gt;: Output designed for automation and interoperability (&lt;a href="https://cloudevents.io" rel="noopener noreferrer"&gt;CloudEvents&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why This Matters
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Legal Compliance
&lt;/h3&gt;

&lt;p&gt;GDPR is the law. GenesisDB’s privacy-first design means you’re compliant from day one. No scrambling when a request comes in.&lt;/p&gt;

&lt;h3&gt;
  
  
  User Trust
&lt;/h3&gt;

&lt;p&gt;Users are privacy-conscious. Offering easy data export and deletion isn’t just about legal coverage, it’s about showing users you care.&lt;/p&gt;

&lt;h3&gt;
  
  
  Developer Experience
&lt;/h3&gt;

&lt;p&gt;Forget messy SDKs or building custom logic for every use case. GenesisDB offers simple, clean APIs that handle privacy for you.&lt;/p&gt;

&lt;h3&gt;
  
  
  Future-Proof
&lt;/h3&gt;

&lt;p&gt;Privacy laws are evolving. GenesisDB’s architecture ensures you’re ready for what’s next-without having to rewrite your data layer.&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;p&gt;GDPR support is now available in &lt;strong&gt;GenesisDB 0.0.9&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Privacy shouldn’t be complicated. With GenesisDB, it isn’t.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>eventsourcing</category>
      <category>database</category>
      <category>eventdriven</category>
      <category>cqrs</category>
    </item>
    <item>
      <title>GenesisDB - the event-sourcing database engine - just got smarter: Introducing Preconditions and Schema Registration</title>
      <dc:creator>Patric Eckhart</dc:creator>
      <pubDate>Tue, 08 Jul 2025 07:06:00 +0000</pubDate>
      <link>https://forem.com/patriceckhart/genesis-db-the-event-sourcing-database-engine-just-got-smarter-introducing-preconditions-and-123f</link>
      <guid>https://forem.com/patriceckhart/genesis-db-the-event-sourcing-database-engine-just-got-smarter-introducing-preconditions-and-123f</guid>
      <description>&lt;p&gt;The journey continues. &lt;a href="https://dev.to/patriceckhart/i-built-an-event-sourcing-database-engine-because-i-love-event-driven-architectures-meet-genesis-3me8"&gt;&lt;strong&gt;GenesisDB&lt;/strong&gt;&lt;/a&gt; - just got a serious upgrade.&lt;/p&gt;

&lt;p&gt;New to GenesisDB? Catch up on how GenesisDB started and why it exists in &lt;a href="https://dev.to/patriceckhart/i-built-an-event-sourcing-database-engine-because-i-love-event-driven-architectures-meet-genesis-3me8"&gt;this post&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s New in 0.0.6?
&lt;/h2&gt;

&lt;p&gt;Say hello to &lt;strong&gt;Preconditions&lt;/strong&gt; and &lt;strong&gt;Schema Registration&lt;/strong&gt; - powerful new features designed to enforce data integrity, guard against invalid inputs, and streamline your development flow.&lt;/p&gt;

&lt;h2&gt;
  
  
  Preconditions: Smarter Commits, Built In
&lt;/h2&gt;

&lt;p&gt;Preconditions act as gatekeepers that validate business logic before data gets written. The first available precondition (&lt;code&gt;isSubjectNew&lt;/code&gt;) checks whether a subject already has events or if it's brand new.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why it matters:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Avoid conflicts:&lt;/strong&gt; Prevent accidental overwrites or duplicate inits
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Enforce rules:&lt;/strong&gt; Business logic enforced at the database layer
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fail fast:&lt;/strong&gt; Catch invalid state transitions before they become problems
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Schema Registration: Built-In Validation
&lt;/h2&gt;

&lt;p&gt;You can now register data schemas in GenesisDB. Once defined, every incoming event is automatically validated against its schema. No more surprises.&lt;/p&gt;

&lt;h3&gt;
  
  
  What it gives you:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Type safety:&lt;/strong&gt; Ensure your event data matches the expected structure
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Data consistency:&lt;/strong&gt; Keep your event stream clean and predictable
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Less boilerplate:&lt;/strong&gt; No need to write custom validators - it's automatic
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Confidence in your data:&lt;/strong&gt; Invalid payloads are rejected before they hit storage&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why This Update Matters
&lt;/h2&gt;

&lt;p&gt;GenesisDB now does more than store events - it helps protect your system from the inside out. With preconditions and schema validation, your data pipeline becomes more resilient, reliable, and developer-friendly.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It Now
&lt;/h2&gt;

&lt;p&gt;These features are available starting in GenesisDB 0.0.6. Define your schemas. Enable your rules. Build with confidence.&lt;/p&gt;

&lt;p&gt;Docs, examples, and more: &lt;a href="https://genesisdb.io" rel="noopener noreferrer"&gt;genesisdb.io&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And it just getting started.&lt;/p&gt;

</description>
      <category>eventsourcing</category>
      <category>database</category>
      <category>cqrs</category>
      <category>cloudevents</category>
    </item>
    <item>
      <title>I built an Event-Sourcing Database Engine, because I love Event-Driven Architectures: Meet GenesisDB</title>
      <dc:creator>Patric Eckhart</dc:creator>
      <pubDate>Tue, 24 Jun 2025 08:10:24 +0000</pubDate>
      <link>https://forem.com/patriceckhart/i-built-an-event-sourcing-database-engine-because-i-love-event-driven-architectures-meet-genesis-3me8</link>
      <guid>https://forem.com/patriceckhart/i-built-an-event-sourcing-database-engine-because-i-love-event-driven-architectures-meet-genesis-3me8</guid>
      <description>&lt;p&gt;I like working with event sourcing. But most of the tooling out there feels too heavy, too opinionated, too expensive or too closed.&lt;/p&gt;

&lt;p&gt;So I built something that fits the way I like to develop.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.genesisdb.io/" rel="noopener noreferrer"&gt;&lt;strong&gt;GenesisDB&lt;/strong&gt;&lt;/a&gt; is a side project: a lightweight, production-ready event-sourcing database engine - written in Go. It's designed for developers who love event sourcing and want something fast, simple, and transparent.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;What It Does&lt;/strong&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Blazing-Fast Reads. Still Snappy on Writes.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It's built to serve read-heavy systems efficiently, without making writes painful.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Just HTTP + ndjson&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can stream, commit, observe, and query events via plain HTTP. &lt;a href="https://www.genesisdb.io/documentation/js-ts" rel="noopener noreferrer"&gt;SDKs&lt;/a&gt; are available, but you can also write your own. It's easy.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;One-Command Snapshots and Restores&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;No complex backup pipelines. Snapshots are simple, recovery is even simpler.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Auditable and Deterministic&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Every state is the result of events. Every event is traceable. You always know what happened and why. Events in GenesisDB are chained together - each one linked to the previous - making the full event history tamper-evident and audit-ready by design. Every state in your system emerges from these events, and every single one is traceable. You always know what happened, when, and in which order.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;CloudEvents Native&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;GenesisDB speaks the CloudEvents spec out of the box. There is no vendor lock-in. Use GenesisDB - leave anytime.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Operational Transparency&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Structured logs and Prometheus metrics are built in. No black boxes.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;What It's Not&lt;/strong&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;It's not trying to be Kafka, Postgres, or a replacement for existing battle-tested systems. But maybe that's a good thing - maybe that's exactly what makes it interesting.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;This is the first public release, and while it's still growing, it already covers the core features you'd expect from a serious event store.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It's not trying to lock you into anything.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Why I Built It&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Because I love building systems this way - and I wanted a tool that matches how I think about events, not the other way around.&lt;/p&gt;

&lt;p&gt;You might love it. You might hate it. You might even start using it in your own stack.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GenesisDB is free for developers and small projects (up to 10,000 events).&lt;/strong&gt;&lt;br&gt;
If you're making money with it and need more - I ask for a small license fee. Nothing outrageous. &lt;br&gt;
Need something tailored - technically or financially? Let's talk.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Discover and Play with GenesisDB&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.genesisdb.io" rel="noopener noreferrer"&gt;genesisdb.io&lt;/a&gt;&lt;/p&gt;

</description>
      <category>eventsourcing</category>
      <category>database</category>
      <category>cqrs</category>
      <category>cloudevents</category>
    </item>
  </channel>
</rss>
