Skip to content

A .NET implementation of Facebook's Gorilla time series compression algorithm

License

Notifications You must be signed in to change notification settings

olivergrimes/BlueEyes

 
 

Repository files navigation

This is a fork of the excellent joshclark/BlueEyes repository for timeseries compression using Facebook's "Gorilla" encoding.

The following updates are available in this fork:

  • Negative value handling
  • Bug fix for some initial values
  • Aligned control bit usage with paper linked below
  • Updated to netcore3.0

Due to inactivity on the main branch, I've published this fork as a new Nuget package:

Nuget


A .NET implementation of the paper “Gorilla: A Fast, Scalable, In-Memory Time Series Database”

This is implmentation is based on Facebook's open source implementation of this paper: Beringei

About

A .NET implementation of Facebook's Gorilla time series compression algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%