/graph-csv-generator

A simple graph generator

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

GraphGenerator

A tool used to generate DAG graphs and output into csv file in free form and symmetric (K-ary) form.

Master

Build Status codecov.io Codacy Badge

Develop

Build Status codecov.io

Usage

java -jar graphgenerator.jar -h

Known Issues

At the moment no more than 10 child nodes per node are supported, if the limitation is removed you will get a checked exception.

Extension

Can be integrated with GraphDbPlayground