Ross ROSS = Recommend OSS · open-source software intelligence for agents

gitbase

SQL interface to git repositories, written in Go. https://docs.sourced.tech/gitbase observed · 2026-08-28

github.com/src-d/gitbase · Go · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
src-d/gitbasemain23
src-d/go-mysql-serverbackend10

For agents

markdown · JSON · MCP: product_card(name="src-d/gitbase")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem