claudioc / jingo

Node.js based Wiki
MIT License
1.02k stars 184 forks source link

feature request, porting to git backed ssdb? #49

Closed hwongcom closed 9 years ago

hwongcom commented 9 years ago

Git backed by redis alternative ssdb. Is that possible? In return I can help u code other api etc

claudioc commented 9 years ago

Hi,

I am not sure I understand the relationship between SSDB and Git, to be honest :)

hwongcom commented 9 years ago

https://deveo.com/blog/2013/06/19/your-git-repository-in-a-database-pluggable-backends-in-libgit2/

http://blog.pogoapp.com/replacing-gitolite-with-a-redis-backed-git-server/

ssdb is an alternative to redis

would like to replace git flat file with ssdb backed git. is this possible? can you do it?

claudioc commented 9 years ago

Unfortunately I think I should change too many things to make this possible: Jingo uses a wrapper for the git binary, so this would not pose any problem, but still it need to access the files directly from the file system (for example, when it stores or update them).

I could live it open for some time, but for sure I am not actively looking into this right now.

Sorry!

hwongcom commented 9 years ago

i can help u with coding some parts in exchange for u to do that?

claudioc commented 9 years ago

No I am not, sorry