An Erlang binding for the Ceph librados
I’ve been working for some times on a distributed storage project, with Erlang as the main programming language. We use the RADOS API to access the storage, which is based on Ceph. As librados does not have an Erlang binding yet, so I did some binding for some of the APIs that we really needed. [...]