fuge

https://github.com/sthadka/fuge

fuge is an Erlang library for carefully refactoring critical paths. Fuge allows you to implement Branch by Abstraction in production. See the excellent GitHub Scientist Post on why this pattern is useful.

loki

https://github.com/sthadka/loki

loki is an Erlang key value store with optional key level locks and configurable backends. It is used in production at GameAnalytics

hydrogen

https://github.com/sthadka/hydrogen

hydrogen is an Erlang project that aims to help you avoid repeating the same util code in each of your project. Its goals are to be useful, reusable, easy to integrate with and fast.

guinea

https://github.com/sthadka/guinea

guinea is a library that provides a HTTP endpoint written in Erlang for load testing HTTP clients. It is inspired by httpbin.

warlock

https://github.com/wooga/warlock

Master thesis project to implement distributed consensus using Paxos.