Skip to content

chimpler/simtick

Repository files navigation

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

About

Tick time series codec using delta encoding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages