nightingale1/vendor/github.com/dgryski/go-tsz
Ulric Qin be1e161f31 add vendor Makefile 2020-09-27 19:27:10 +08:00
..
testdata add vendor 2020-09-26 17:02:52 +08:00
.gitignore add vendor 2020-09-26 17:02:52 +08:00
.travis.yml add vendor 2020-09-26 17:02:52 +08:00
LICENSE add vendor 2020-09-26 17:02:52 +08:00
Makefile add vendor Makefile 2020-09-27 19:27:10 +08:00
README.md add vendor 2020-09-26 17:02:52 +08:00
VERSION add vendor 2020-09-26 17:02:52 +08:00
bstream.go add vendor 2020-09-26 17:02:52 +08:00
fuzz.go add vendor 2020-09-26 17:02:52 +08:00
tsz.go add vendor 2020-09-26 17:02:52 +08:00

README.md

go-tsz

Master Branch Master Build Status Master Coverage Status Go Report Card GoDoc

Description

Package tsz implement the Gorilla Time Series Databasetime-series compression as described in: http://www.vldb.org/pvldb/vol8/p1816-teller.pdf

Getting started

This application is written in Go language, please refer to the guides in https://golang.org for getting started.

This project include a Makefile that allows you to test and build the project with simple commands. To see all available options:

make help

Running all tests

Before committing the code, please check if it passes all tests using

make qa