UNPKG

1.32 kBMarkdownView Raw
1# Server Implementations
2
3The following is a list of projects that re-implement statsd, if the the main project isn't for you, perhaps one of these is.
4
5* [brubeck](https://github.com/github/brubeck) - Server in C
6* [clj-statsd-svr](https://github.com/netmelody/clj-statsd-svr) — Clojure server
7* [gographite](https://github.com/amir/gographite) — Server in Go
8* [gostatsd](https://github.com/atlassian/gostatsd) — Server in Go
9* [netdata](https://github.com/firehol/netdata) - Embedded statsd server in the netdata server, in C, with visualization
10* [Net::Statsd::Server](https://github.com/cosimo/perl5-net-statsd-server) — Perl server, also available on [CPAN](https://metacpan.org/module/Net::Statsd::Server)
11* [Py-Statsd](https://github.com/sivy/py-statsd) — Server and Client
12* [Ruby-Statsdserver](https://github.com/fetep/ruby-statsdserver) — Ruby server
13* [statsd-c](https://github.com/jbuchbinder/statsd-c) — Server in C
14* [statsdaemon (bitly)](https://github.com/bitly/statsdaemon) — Server in Go
15* [statsdaemon (vimeo)](https://github.com/vimeo/statsdaemon) — Server in Go
16* [statsdcc](https://github.com/wayfair/statsdcc) - Server in C++
17* [statsdpy](https://github.com/pandemicsyn/statsdpy) — Python/eventlet Server
18* [statsite](https://github.com/armon/statsite.git) — Server in C