Pavlmits / PinkPonyMongo

Loads commits to a mongodb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PinkPonyMongo

Pink pony mongo is a command line application that creates a collection in a mongo database that contains the git commits.

Usage

To run the Pink pony application you have to download the recently released version.

Example
$ java -jar pinkponymongo.jar path\to\.git localhost db  27017 commits
  • localhost : the host name
  • db : database name
  • 27017 : port number
  • commits : collection name
Pink pony

You can use also the Pink Pony application that suggests functional clusters based on the common changes on git.

About

Loads commits to a mongodb

License:GNU General Public License v3.0


Languages

Language:Java 100.0%