|
|
|
|
|
by billconan
1330 days ago
|
|
I used to build a blog engine using git as the storage. As a result, my blog users can view their update histories and also collaborate on a post through a pull request like process. behind the scenes , I used libgit2. By default, libgit2 uses the filesystem as storage backend, which is more difficult to scale than a database. You can replace the default backend with your own database backend, but it seems to require lots of work. If there was a solid SDK built for the above cloud use case, things could be easier for me. |
|