module to create graph schema from relational data
- Sources compilation requires Java SDK 11.
- The project is built with Apache Maven 3+.
- Set or export JAVA_HOME to point to JDK. For example in Ubuntu:
export JAVA_HOME=/usr/lib/jvm/adoptopenjdk-11
- Git
git clone https://github.com/graphmk/graphmk.git
cd graphmk
./gradlew clean build --parallel --refresh-dependencies
The easiest way to get started with running graphmk locally and setting up a development environment is add the maven library from maven repository.
Then follow docs examples to try it out.
For additional information about GraphMk, please contact keshann.18@cse.mrt.ac.lk
Please check the Releases | Github page of this project.
Want to help contribute to the development of GraphMk? Check out our contribution guide.