Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kfish/zoom-cache
A streamable, seekable, zoomable cache file format; Haskell library and tools.
https://github.com/kfish/zoom-cache
Last synced: 2 months ago
JSON representation
A streamable, seekable, zoomable cache file format; Haskell library and tools.
- Host: GitHub
- URL: https://github.com/kfish/zoom-cache
- Owner: kfish
- License: bsd-2-clause
- Created: 2011-09-29T07:29:12.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-07T00:08:45.000Z (about 12 years ago)
- Last Synced: 2023-04-12T18:20:42.596Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 554 KB
- Stars: 17
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
zoom-cache: A streamable, seekable, zoomable cache file format
==============================================================[![Build Status](https://secure.travis-ci.org/kfish/zoom-cache.png)](http://travis-ci.org/kfish/zoom-cache)
These are some of the goals of the zoom-cache format:
Writing
-------* can be written to in streaming manner, with no backseeking
Reading
-------* can be read in one pass with no backseeking
* can be seeked on time-wise
* sections can be extracted
* can be read at varying zoom levelsData
----* Support multiple data types (float/double, int, bool, char)
* support multiple aggregation types for zooming (min/max, mean, rms, all/any,
text summary)
* Constant or variable bitrates streamsLibrary
-------* Simple stream writing interface
* Simple stream reading interface
* Read seek interface
* Read set-zoom-level interfaceTools
-----* Verification
* InfoInterleaved streams
-------------------* Sync points
Index files
-----------* A documented way of generating time index files
Exploded form
-------------* one file per stream