Skip to content
forked from dgryski/go-tsz

Time series compression algorithm from Facebook's Gorilla paper

License

Notifications You must be signed in to change notification settings

GiannisChen/go-tsz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-tsz

Write Before

  • This is a fork from github.com/dgryski/go-tsz.

What I have done

  1. complete TODO(dgryski): timestamps in the paper are uint64.

TODO List

  • find bugs.

The original README👇(Sadly Cannot Work Any More in This Fork)

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

About

Time series compression algorithm from Facebook's Gorilla paper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%