AskGit enables SQL queries against data in git repositories. Sqliteviz is a client-side visualization tool for SQLite databases. Marrying the two is p

Visualize Git Data Using SQL

submited by
Style Pass
2021-07-25 19:00:08

AskGit enables SQL queries against data in git repositories. Sqliteviz is a client-side visualization tool for SQLite databases. Marrying the two is pretty easy and makes a lot of sense 🙂.

You can run the askgit export command to produce a SQLite database file, which can then be loaded into sqliteviz, to make some cool graphs like this:

which aggregates the number of commits in a repo by committer email domain - possibly useful as a proxy for how much an organization contributes to a codebase.

Leave a Comment