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
·
google avatar

google/riegeli

0
View on GitHub↗
482 Stars·64 Forks·C++·Apache-2.0·6 Aufrufe

Riegeli

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

Features

  • Storage Systems - Record-oriented file format for large-scale data.

Star-Verlauf

Star-Verlauf für google/riegeliStar-Verlauf für google/riegeli

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht google/riegeli?

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

Was sind die Hauptfunktionen von google/riegeli?

Die Hauptfunktionen von google/riegeli sind: Storage Systems.

Welche Open-Source-Alternativen gibt es zu google/riegeli?

Open-Source-Alternativen zu google/riegeli sind unter anderem: backtrace-labs/stuffed-record-stream — Backtrace.io's resilient log record framing format. cockroachdb/cockroach — Cockroach is a distributed SQL database designed to scale horizontally across multiple nodes while maintaining strict… cockroachdb/pebble — Pebble is an embedded key-value storage engine written in Go, designed as a library that provides durable,… google/leveldb — LevelDB is an embedded database library and persistent storage engine that provides a sorted key-value store. It uses… google/or-tools — OR-Tools is a software suite for combinatorial optimization, constraint programming, and mathematical modeling. It… lz4/lz4 — This project provides a lossless compression algorithm and a byte-oriented compression library designed for high-speed…

Open-Source-Alternativen zu Riegeli

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Riegeli.
  • backtrace-labs/stuffed-record-streamAvatar von backtrace-labs

    backtrace-labs/stuffed-record-stream

    41Auf GitHub ansehen↗

    Backtrace.io's resilient log record framing format

    C
    Auf GitHub ansehen↗41
  • 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

    Gocockroachdbdatabasedistributed-database
    Auf GitHub ansehen↗32,207
  • 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

    Go
    Auf GitHub ansehen↗5,777
  • 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

    C++
    Auf GitHub ansehen↗39,152
Alle 7 Alternativen zu Riegeli anzeigen→