gitbase, is a SQL database interface to Git repositories. This project is now part of source{d} Community Edition, which provides the simplest way to get started with a single command. It can be used to perform SQL queries about the Git history and about the Universal AST of the code itself. gitbase is being built to work on top of any number of git repositories. gitbase implements the MySQL wire protocol, it can be accessed using any MySQL client or library from any language. The project is currently in alpha stage, meaning it's still lacking performance in a number of cases but we are working hard on getting a performant system able to process thousands of repositories in a single node. Stay tuned! gitbase was born to ease the analysis of git repositories and their source code. Also, making it MySQL compatible, we provide the maximum compatibility between languages and existing tools.
Features
- gitbase, is a SQL database interface to Git repositories
- Apache License Version 2.0
- gitbase was born to ease the analysis of git repositories and their source code
- We provide the maximum compatibility between languages and existing tools
- It can be used to perform SQL queries about the Git history and about the Universal AST of the code itself
- gitbase implements the MySQL wire protocol