Show HN: My Private GitHub on Postgres
github.com
Show HN: My Private GitHub on Postgres
1–10 of 27 posts
Re: Show HN: My Private GitHub on Postgres
#2Re: Show HN: My Private GitHub on Postgres
#3Re: Show HN: My Private GitHub on Postgres
#4Re: Show HN: My Private GitHub on Postgres
#5Interesting approach using Postgres as the storage layer. Curious how you're handling the object model since Git's content-addressable storage maps pretty differently to relational tables. Are you storing blobs as bytea or going with something like a JSONB tree structure for the commit graph?
The core model objects in git are all pretty straightforward and their interactions well defined.
Re: Show HN: My Private GitHub on Postgres
#6Re: Show HN: My Private GitHub on Postgres
#7Just use Fossil at this point.
Re: Show HN: My Private GitHub on Postgres
#8So, it's a git server with an interesting storage layer? Don't get me wrong, that part sounds like it might have been a ton of work to implement, but I think the web UI (pull requests, etc) is a lot of what Github has won on historically.
Basically I don't feel qualified to judge the product itself, but I think positioning it against Github, while popular given the recent hard times, isn't quite correct.