Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dingoeatingfuzz/git-data


https://github.com/dingoeatingfuzz/git-data

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# git-data

Turn a git or GitHub repo into a collection of json files.

These files include:

1. Git log
2. Issue metadata
3. PR metadata

## Why would I want this?

Git is an invaluable data source but it's trapped in its built-for-purpose blobs and trees structure. Getting all that data in standardized formats makes it much simpler to integrate git and GitHub as data sources to feed into analytic/BI systems.

## Usage

You can use git-data as a standalone tool:

```shellsession
$ git-data https://github.com/hashicorp/vagrant
generating files...
```