kailuowang / tempus   0.1.0

GitHub

A library for timeseries related stuff

Scala versions: 2.12 2.11

Build Status

Tempus

A library for time series related stuff

WIP

to benchmark

jmh:clean
jmh:compile
jmh:run -i 15 -wi 6 -f1 -t1 .*time

To run storage/IntegrationTest/test, it requires an influx instance Easiest way to setup to a local one is docker

  docker run -d -p 8086:8086 -v $PWD:/var/lib/influxdb influxdb