Vessel: Elixir MapReduce with Hadoop integration Automatically reloading tests with Elixir Phoenix and ExUnit on Ubuntu

Tiny: a small and fast JSON library in Elixir

https://github.com/zackehh/tiny

Tiny is a super tiny JSON library (~150 SLOC) which encode/decodes JSON per the specification. It is the only JSON library for Elixir to correctly pass all tests in JSONTestSuite.

It is also slightly faster than Poison due to stripping out some extras I never use. It was mostly written for my own use case, but feel free to use it!