Show HN: I built a private GitHub in 650 lines of PostgreSQL
Category: infrastructure
Tags: git, postgresql, self-hosted, rust, github-alternative
Score: 6.3/10 (Innovation: 6, Technical: 7, Documentation: 7, Utility: 5)
GitGres is a reimplementation of core GitHub functionality using PostgreSQL as the storage backend for all git objects, pull requests, issues, and more. It offers a self-hosted, tunable alternative for teams needing custom cost, latency, or consistency trade-offs, represented in a remarkably small codebase of 650 lines of Rust.
Target audience: backend devs, devops, data engineers
Repository: https://github.com/calebwin/gitgres · Rust · 2 stars
View on Hacker News