Skip to content

Releases: pmbrull/gitdb

0.1.2

05 Jun 10:44
Compare
Choose a tag to compare
v0.1.2

Update publish

0.1.1

24 Feb 18:18
3aad0a0
Compare
Choose a tag to compare

Fix types

0.1.0

01 May 11:10
88cbee3
Compare
Choose a tag to compare

First release of git-db

Making sense of GitHub projects is harder than it should be.

  1. Default insights are poor and do give us much information on how the project is evolving.
  2. The API model is not straightforward (issues & PRs are handled together, some calls are easier on v3 than v4,...).
  3. The typical approach consists on reading the API and computing metrics on-the-fly.
    This is too strict and new insights have a high cost (API calls).

Our goal with Git DB is to focus on simplicity and flexibility:

  • We dump all the project's data to a local Duck DB.
  • Your answers are one SQL query away.