An open API service indexing awesome lists of open source software.

https://github.com/endlessm/eos-shard

Endless packfile format for knowledge apps
https://github.com/endlessm/eos-shard

Last synced: about 1 year ago
JSON representation

Endless packfile format for knowledge apps

Awesome Lists containing this project

README

          

eos-shard
=========

A simple archive format for storing data/metadata pairs.

This format was created to satisfy the following requirements:

* Archives tons of files into a single binary format
* Fast random access to files based on a primary key
* Provides optional zlib (de)compression for individual files
* Convenient storage/access of both data and metadata
* Provides interface for inferring file content-type
* Provides GObject introspectable library for reading/writing shards