Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/outbrain-inc/gruffalo

An asynchronous graphite proxy
https://github.com/outbrain-inc/gruffalo

Last synced: 1 day ago
JSON representation

An asynchronous graphite proxy

Awesome Lists containing this project

README

        

Gruffalo
========
[![Build Status](https://travis-ci.org/outbrain/gruffalo.svg?branch=master)](https://travis-ci.org/outbrain/gruffalo)

Gruffalo is an asynchronous Netty based graphite proxy.
It protects Graphite from the herds of clients by minimizing context switches and interrupts; by batching and aggregating metrics.

Gruffalo also allows you to replicate metrics between Graphite installations for DR scenarios, for example.

Gruffalo can easily handle a massive amount of traffic, and thus increase your metrics delivery system availability.

At Outbrain, we currently handle over 1700 concurrent connections, and over 2M metrics per minute per instance.

Reference Docs
--------------
* [About the design] (http://www.slideshare.net/eranharel/reactive-by-example-at-reversim-summit-2015)