[erlang-questions] Gitty: raw git acces in pure erlang

Max Lapshin max.lapshin@REDACTED
Thu Sep 27 10:32:04 CEST 2012


Hi, everyone.

I've written simple pure erlang library
https://github.com/maxlapshin/gitty that allows reading git repo.

It can be used for a website that stores webpages in git backend.

This library is a prototype, because it lacks important features such
as caching repo index in a process,
but it is already faster than forking for a git executable each request.



More information about the erlang-questions mailing list