Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kailuowang/tempus
A library for timeseries related stuff
https://github.com/kailuowang/tempus
Last synced: 21 days ago
JSON representation
A library for timeseries related stuff
- Host: GitHub
- URL: https://github.com/kailuowang/tempus
- Owner: kailuowang
- Created: 2019-07-18T15:59:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T09:54:26.000Z (over 5 years ago)
- Last Synced: 2024-10-15T20:24:35.860Z (about 1 month ago)
- Language: Scala
- Size: 80.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/kailuowang/tempus.svg?branch=master)](https://travis-ci.org/kailuowang/tempus)
# 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```bash
docker run -d -p 8086:8086 -v $PWD:/var/lib/influxdb influxdb
```