Tag: Architecture

  • Absolute refactoring: the largest update so far

    Today on the GuardianDB blog we talk about one of the deepest transformations in the entire history of the project: the absolute refactoring behind GuardianDB 0.14.0 “Ironclad”. This is not just about adding features or fixing bugs. We changed paradigms. We rewrote our foundations. We aligned the architecture with a vision of networking that actually…

  • The Next Evolution of GuardianDB: Why We Are Replacing IPFS with Iroh

    When we started developing GuardianDB, the logical choice for the networking layer seemed obvious: IPFS. It’s the industry standard for decentralization, has a huge ecosystem, and solves the problem of content addressing. However, as we dove deeper into engineering a high-performance peer-to-peer database in Rust, we realized that trying to fit a dynamic database into…