Skip to content

Python program that can scan a .git folder and reconstruct a git version control property graph in ArangoDB

Notifications You must be signed in to change notification settings

p-ranav/arangit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

arangit

arangit is an ArangoDB importer that (1) can parse a valid .git directory, (2) build a graph data model and (3) import this graph into ArangoDB

Quick Start

$ python arangit.py --path <git_repository_root>

Example Usage

$ git clone https://github.com/pranav-srinivas-kumar/arangit
$ cd arangit/arangit
$ git clone https://github.com/pranav-srinivas-kumar/zcm
$ python arangit --path zcm

ArangoDB Collections

Alt text

Arango Graph

Alt text

Alt text

Branches

Alt text

Commit Objects

Alt text

Tree Objects

Alt text

Blob Objects

Alt text

About

Python program that can scan a .git folder and reconstruct a git version control property graph in ArangoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages