xtdb

itaied 2025-01-21T09:35:46.915259Z

hey all, where can i see the architecture and design of v2? v1 was based on kafka (for event storage) and rocksdb (for indexes), what about v2?

jarohen 2025-01-21T10:01:03.878359Z

admittedly I still need to write this up in more detail 🙂 for now, there's an arch diagram on the https://github.com/xtdb/xtdb?tab=readme-ov-file#inside-out-architecture, and a write-up of the main differences on the https://github.com/xtdb/xtdb/releases/tag/v2.0.0-b1. lmk if you have any questions, more than happy to talk about it 🙂

🙏 1
itaied 2025-01-21T10:26:31.288609Z

cool thanks! ill go over it soon