Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dingoeatingfuzz/git-data
https://github.com/dingoeatingfuzz/git-data
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dingoeatingfuzz/git-data
- Owner: DingoEatingFuzz
- Created: 2024-03-28T23:24:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T17:26:54.000Z (6 months ago)
- Last Synced: 2024-11-08T22:19:10.138Z (2 months ago)
- Language: Go
- Size: 11.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...
```