dgryski / go-tsz

Time series compression algorithm from Facebook's Gorilla paper
BSD 2-Clause "Simplified" License
541 stars 66 forks source link

Add a license #18

Closed mattkanwisher closed 7 years ago

mattkanwisher commented 8 years ago

add a license so others can potentially reuse this. Thanks a bunch

hnakamur commented 7 years ago

First of all, thanks for implementing and sharing a nice software!

I'd like to use this so could you add a license please? I hope you choose a permissive license like MIT or BSD. Thanks!

hnakamur commented 7 years ago

I created my own library since I would like different APIs. https://github.com/hnakamur/timeseries The implementation is based on https://github.com/burmanm/gorilla-tsc/ (Apache 2 lcense).

My library depends on @dgryski 's Go bit stream library https://github.com/dgryski/go-bitstream (MIT license). Thanks for a nice library!

dgryski commented 7 years ago

Oops, sorry. I didn't see this issue. I'll push an MIT license tonight or tomorrow.