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
- Host: GitHub
- URL: https://github.com/endlessm/eos-shard
- Owner: endlessm
- License: lgpl-2.1
- Created: 2015-04-27T19:38:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T15:40:35.000Z (almost 5 years ago)
- Last Synced: 2025-03-30T18:01:35.749Z (about 1 year ago)
- Language: C
- Size: 373 KB
- Stars: 3
- Watchers: 29
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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