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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • pingcap/tidbAvatar pingcap

    pingcap/tidb

    40,166Vezi pe GitHub↗

    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
    Vezi pe GitHub↗40,166
  • google/leveldbAvatar google

    google/leveldb

    39,152Vezi pe GitHub↗

    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++
    Vezi pe GitHub↗39,152
  • cockroachdb/cockroachAvatar cockroachdb

    cockroachdb/cockroach

    32,207Vezi pe GitHub↗

    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
    Vezi pe GitHub↗32,207
  • google/or-toolsAvatar google

    google/or-tools

    13,114Vezi pe GitHub↗

    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
    Vezi pe GitHub↗13,114
  • lz4/lz4Avatar lz4

    lz4/lz4

    11,882Vezi pe GitHub↗

    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
    Vezi pe GitHub↗11,882
  • cockroachdb/pebbleAvatar cockroachdb

    cockroachdb/pebble

    5,777Vezi pe GitHub↗

    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
    Vezi pe GitHub↗5,777
  • google/riegeliAvatar google

    google/riegeli

    482Vezi pe GitHub↗

    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++
    Vezi pe GitHub↗482
  • backtrace-labs/stuffed-record-streamAvatar backtrace-labs

    backtrace-labs/stuffed-record-stream

    41Vezi pe GitHub↗

    Backtrace.io's resilient log record framing format

    Library for streaming record-based data formats.

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