gitbase
SQL interface to git repositories, written in Go. https://docs.sourced.tech/gitbase observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3635
- days_rel: n/a
- days_push: 1049
- n_releases_24m: 0
Adoption not part of the score
2084 stars · 127 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
gitbase is a SQL database interface to Git repositories, written in Go, that lets users run SQL queries over git history and the Universal AST of source code. It implements the MySQL wire protocol so any MySQL client or library can query any number of local repositories.
Use cases
- query git repositories with sql
- analyze commit history across many repos
- run sql queries over source code asts
- mine large collections of git repositories
- connect a mysql client to git data
- bulk analysis of open source codebases
When to choose
- you want to analyze many git repositories using SQL instead of scripting
- you need MySQL-client compatibility for repository data
- you want to query code structure via a universal AST
When to avoid
- you need a production-grade, actively developed solution (project is in alpha and in maintenance)
- you only need simple git history inspection where plain git commands suffice
- you need distributed processing like Spark integration, which was never completed
Facets
service · maturity maintenance
database search-engine parser http-server developer-tools version-control databases analytics go cli git sql-interface mysql-wire-protocol code-analysis ast repository-mining linux macos docker
1 source
- readme: https://github.com/src-d/gitbase · fetched 2026-08-28 · 8a4bbc5180b3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| src-d/gitbase | main | 23 |
| src-d/go-mysql-server | backend | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem