awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 Repos

Awesome GitHub RepositoriesStorage Systems

Databases and storage engines for structured and unstructured data.

Explore 8 awesome GitHub repositories matching part of an awesome list · Storage Systems. Refine with filters or upvote what's useful.

Awesome Storage Systems GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • pingcap/tidbAvatar von pingcap

    pingcap/tidb

    40,166Auf GitHub ansehen↗

    TiDB is a horizontally scalable, distributed SQL database designed to provide consistent transactional storage and high-performance analytical processing within a single unified architecture. It utilizes a decoupled compute-storage design and a distributed key-value storage layer to ensure horizontal scalability and efficient range-based queries. By employing a consensus-based replication algorithm, the system maintains high availability and automatic failover across multiple nodes and geographical regions. The platform distinguishes itself through its hybrid transactional and analytical proc

    Distributed SQL database compatible with MySQL.

    Gocloud-nativedatabasedistributed-database
    Auf GitHub ansehen↗40,166
  • google/leveldbAvatar von google

    google/leveldb

    39,152Auf GitHub ansehen↗

    LevelDB is an embedded database library and persistent storage engine that provides a sorted key-value store. It uses a log-structured merge-tree architecture to map byte arrays to values, running directly within a process to provide storage without the need for a separate server process. The system is distinguished by its use of custom comparison functions to define key ordering, enabling efficient range scans and sequenced lookups. It ensures data reliability through atomic batch execution, consistent snapshot generation, and log-based recovery after failures. The engine covers broad capab

    Fast key-value storage library for embedded use.

    C++
    Auf GitHub ansehen↗39,152
  • cockroachdb/cockroachAvatar von cockroachdb

    cockroachdb/cockroach

    32,207Auf GitHub ansehen↗

    Cockroach is a distributed SQL database designed to scale horizontally across multiple nodes while maintaining strict ACID compliance and global data consistency. It functions as a relational database engine that automatically partitions data into ranges, rebalancing them across a cluster to accommodate growing storage and throughput requirements. By utilizing a distributed consensus protocol, the system ensures that all nodes agree on the order of operations, providing fault tolerance and continuous availability even in the event of hardware failures. The system distinguishes itself through

    Distributed SQL database for global consistency.

    Gocockroachdbdatabasedistributed-database
    Auf GitHub ansehen↗32,207
  • google/or-toolsAvatar von google

    google/or-tools

    13,114Auf GitHub ansehen↗

    OR-Tools is a software suite for combinatorial optimization, constraint programming, and mathematical modeling. It provides a framework for defining complex problems involving variables and logical constraints, enabling the systematic search for feasible or optimal solutions. The project features a high-performance core engine written in C++ that utilizes branch and bound search and local search metaheuristics to navigate large solution spaces. A language-agnostic wrapper layer allows these optimization capabilities to be accessed through idiomatic interfaces in multiple high-level programmin

    Software suite for optimization and constraint programming.

    C++combinatorial-optimizationlinear-programmingoperations-research
    Auf GitHub ansehen↗13,114
  • lz4/lz4Avatar von lz4

    lz4/lz4

    11,882Auf GitHub ansehen↗

    This project provides a lossless compression algorithm and a byte-oriented compression library designed for high-speed data reduction and maximum decompression speed. It functions as a stream-oriented compression engine, a software library for encoding and decoding data blocks, and a command-line tool for managing interoperable compressed frames. The system distinguishes itself through the use of predefined pattern dictionaries to improve compression ratios for small data sets and small packets. It supports multiple processing modes, including high-speed block compression for minimal latency

    Extremely fast compression algorithm for storage efficiency.

    Cccompressionlz4
    Auf GitHub ansehen↗11,882
  • cockroachdb/pebbleAvatar von cockroachdb

    cockroachdb/pebble

    5,777Auf GitHub ansehen↗

    Pebble is an embedded key-value storage engine written in Go, designed as a library that provides durable, write-optimized data persistence directly within applications. It organizes data using a log-structured merge-tree (LSM-tree) structure, where writes are first buffered in an in-memory skiplist memtable and persisted to a write-ahead log before being flushed to block-based SSTable files on disk. The engine supports atomic batch commits, configurable write synchronization, and automatic background compaction that merges and rewrites sorted runs to reclaim space and maintain read performanc

    Key-value store optimized for high-performance database engines.

    Go
    Auf GitHub ansehen↗5,777
  • google/riegeliAvatar von google

    google/riegeli

    482Auf GitHub ansehen↗

    Riegeli/records is a file format for storing a sequence of string records, typically serialized protocol buffers.

    Record-oriented file format for large-scale data.

    C++
    Auf GitHub ansehen↗482
  • backtrace-labs/stuffed-record-streamAvatar von backtrace-labs

    backtrace-labs/stuffed-record-stream

    41Auf GitHub ansehen↗

    Backtrace.io's resilient log record framing format

    Library for streaming record-based data formats.

    C
    Auf GitHub ansehen↗41
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Storage Systems