abdullin / cellar

Append-only storage in Go designed for the analytical workloads
https://abdullin.com/bitgn/real-time-analytics/
BSD 3-Clause "New" or "Revised" License
62 stars 6 forks source link

some quick fixes to get builds working #4

Closed KaiserKarel closed 5 years ago

KaiserKarel commented 5 years ago

Using go modules to verison dependencies, as github.com/pierrec/lz4 v2 is incompatible with the current lib.

github.com/pierrec/lz4 v1.1 is not properly versioned and thus the tool does allow it, had to switch to v1.0.1

also had to outcommented the variable meta, which was unused

KaiserKarel commented 5 years ago

Also added travis build configuration, this will require you to grant travis-ci.com permission to github.com/abdullin