willis7 / repo-graph-maven

Store Local Maven Repository Structure in Neo4J Graph Database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

repo-graph-maven

A command-line utility which can store Local Maven Repository structure in Neo4J Graph Database.

usage: repo-graph-maven.xxxx.jar [OPTION]... Options: - (mandatory parameter) path to the local Maven repository. - (mandatory parameter) Neo4j REST server root URL. 'clear' - (optional parameter) The existing database will be recreated if specified.

Example: java -jar repo-graph-maven.jar ~/.m2/repository http://192.168.0.1:7474/db/data/ clear

More details about usage and implementation: http://rokhmanov.blogspot.com/2014/12/represent-your-local-maven-repository.html

About

Store Local Maven Repository Structure in Neo4J Graph Database

License:Apache License 2.0


Languages

Language:Java 100.0%