Skip to content

Endless packfile format for knowledge apps

License

LGPL-2.1, GPL-2.0 licenses found

Licenses found

LGPL-2.1
COPYING.LESSER
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

endlessm/eos-shard

Repository files navigation

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