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

4 repos

Awesome GitHub RepositoriesStorage Engines

Components responsible for reading and writing data to underlying storage media.

Explore 4 awesome GitHub repositories matching data & databases · Storage Engines. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Database Concepts
  4. Storage Engines

Awesome Storage Engines GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • Snailclimb/JavaGuide

    Snailclimb/JavaGuide

    153,828GitHubView on GitHub↗

    This project is a comprehensive educational repository providing technical documentation and learning materials across a wide range of computer science and software engineering domains. It serves as a centralized knowledge base for developers, covering core programming concepts, database management, distributed systems

    Javaalgorithmsdistributed-systemsinterview
  • AppFlowy-IO/AppFlowy

    AppFlowy-IO/AppFlowy

    68,167GitHubView on GitHub↗

    AppFlowy is a local-first knowledge base and collaborative workspace platform designed for structured information management. It functions as a modular productivity suite where users organize content through a block-based document model, allowing for flexible nesting and granular manipulation of data. The system priori

    Dartblogconfluence-alternativecontent-management
  • meilisearch/meilisearch

    meilisearch/meilisearch

    55,992GitHubView on GitHub↗

    Meilisearch is a Rust-based search engine providing typo-tolerant full-text and vector-based semantic search with real-time conversational capabilities.

    Rustaiapiapp-search
  • etcd-io/etcd

    etcd-io/etcd

    51,618GitHubView on GitHub↗

    etcd is a distributed, strongly consistent key-value store designed to provide reliable storage for critical system metadata and coordination primitives. It functions as a distributed consensus engine, utilizing a replicated log and leader-based state machine to ensure that all nodes in a cluster maintain a synchronize

    Gocncfconsensusdatabase

Explore sub-tags

  • B-Tree Storage EnginesStorage systems that organize data in B-Tree structures to optimize for disk-based range queries and lookups.
  • Key-Value Storage EnginesDatabases that store data as simple key-value pairs for high-performance access.
  • Relational Local StoragePersistent storage using relational database engines for local data management.