I've been working on Source [1], an experimental Git server written in Go.
Source stores repositories in a database rather than a filesystem [2]. The primary goal is to rely on databases for durability, replication, and distribution, rather than introducing complex distributed filesystem infrastructure into the stack.
[1]: https://github.com/iainjreid/source
[2]: https://git.iainjreid.com/source
Source stores repositories in a database rather than a filesystem [2]. The primary goal is to rely on databases for durability, replication, and distribution, rather than introducing complex distributed filesystem infrastructure into the stack.
[1]: https://github.com/iainjreid/source
[2]: https://git.iainjreid.com/source