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

upgrade to go 1.11 #3

Closed KaiserKarel closed 5 years ago

KaiserKarel commented 5 years ago

Seems that the library cannot simply be cloned and run, due dependencies changing. Maybe best to move to versioned dependency management

abdullin commented 5 years ago

Would you care to send a Pull Request?

I've personally used glide in the other projects. Not sure if it still is the mainstream approach, though.

KaiserKarel commented 5 years ago

I'll get on it.

abdullin commented 5 years ago

Thanks!

Merged #4 and enabled travis. It is running a build right now. If the fuzz test takes too much time, I'll shorten it later.

KaiserKarel commented 5 years ago

great, seems to be working fine. :)

abdullin commented 5 years ago

👍 thanks!