Riegeli Alternatives
Similar projects and alternatives to riegeli
-
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
-
msgpack
MessagePack is an extremely efficient object serialization library. It's like JSON, but very fast and small.
-
-
riegeli discussion
riegeli reviews and mentions
-
Add extra stuff to a “standard” encoding? Sure, why not
> didn’t find any standard for separating protobuf messages
The fact that protobufs are not self-delimiting is an endless source of frustration, but I know of 2 standards:
- SerializeDelimited* is part of the protobuf library: https://github.com/protocolbuffers/protobuf/blob/main/src/go...
- Riegeli is "a file format for storing a sequence of string records, typically serialized protocol buffers. It supports dense compression, fast decoding, seeking, detection and optional skipping of data corruption, filtering of proto message fields for even faster decoding, and parallel encoding": https://github.com/google/riegeli
Stats
google/riegeli is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of riegeli is C++.