All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

GitGres: A PostgreSQL-based private GitHub reimplementation for teams

By

calebhwin

1mo ago· 2 min readenCode

Summary

GitGres is an open-source project that provides a starting point for private, PostgreSQL-based reimplementations of GitHub, optimized for individual teams' agent needs. It stores all GitHub-like data (git objects, refs, PRs, issues, comments, tokens, etc.) entirely in Postgres rows, with the server holding nothing on disk. The project aims to solve issues with the standard GitHub platform by offering a fully database-driven alternative.

Key quotes

· 3 pulled
GitGres is a starting point for private reimplementations of GitHub optimized for individual teams' agent needs.
Everything - git objects, refs, packfiles, deltas, tokens, PRs, issues, comments, reviews, reactions, teams, orgs, events - lives in Postgres rows.
The server holds nothing on disk.
Snippet from the RSS feed
My private GitHub on Postgres. Contribute to calebwin/gitgres development by creating an account on GitHub.

You might also wanna read