awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
State Sharding Architectures · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesState Sharding Architectures

Techniques for partitioning application state across multiple nodes or chains to improve scalability and throughput.

Distinguishing note: Focuses on state distribution and atomic consistency in sharded environments, distinct from general database management.

Explore 1 awesome GitHub repository matching data & databases · State Sharding Architectures. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. State Sharding Architectures

Awesome State Sharding Architectures GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • linera-io/linera-protocol

    linera-io/linera-protocol

    32,135View on GitHub↗

    Linera is a multi-chain smart contract platform designed for horizontal scalability through a microchain-based distributed ledger. By partitioning state into independent, parallel chains that share a common validator set, the protocol enables high-performance execution of modular applications. The system utilizes a WebAssembly-based runtime to ensure secure, platform-independent execution of contract logic across the network. The platform distinguishes itself through an asynchronous messaging framework that coordinates state changes between chains by queuing messages for execution in subseque

    A scaling mechanism that distributes application state across multiple microchains while maintaining atomic consistency through bundled message groups.

    Rustblockchainrustwasm
    32,135View on GitHub↗