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

google/riegeli

0
View on GitHub↗
482 stele·64 fork-uri·C++·Apache-2.0·6 vizualizări

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.

Istoric stele

Graficul istoricului de stele pentru google/riegeliGraficul istoricului de stele pentru google/riegeli

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face google/riegeli?

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

Care sunt principalele funcționalități ale google/riegeli?

Principalele funcționalități ale google/riegeli sunt: Storage Systems.

Care sunt câteva alternative open-source pentru google/riegeli?

Alternativele open-source pentru google/riegeli includ: 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…

Alternative open-source pentru Riegeli

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Riegeli.
  • backtrace-labs/stuffed-record-streamAvatar backtrace-labs

    backtrace-labs/stuffed-record-stream

    41Vezi pe GitHub↗

    Backtrace.io's resilient log record framing format

    C
    Vezi pe GitHub↗41
  • 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

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

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

    C++
    Vezi pe GitHub↗39,152
  • Vezi toate cele 7 alternative pentru Riegeli→