Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.72 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.72 KB

Build Status Codacy Badge Codacy Badge Dependency Status

simtick

THIS IS A WORK IN PROGRESS. DO NOT USE.

Simple Java library to encode / decode tick data time series using delta compression.

Features

Feature Status
Schema in header block
Partitioning
Auto discovery of delta encoding params
Codec command line tool
Delta at row level
Delta at field level

Types supported

Type Status
Long (fixed)
Long (delta)
Fixed decimal point (delta)
Fixed decimal point (fixed)
Joda DateTime (delta)
Joda DateTime (fixed)
Fixed length string (fixed)
Variable length string (fixed)
Enum (fixed)

TODO

  • implement input and output stream