Skip to content

graphmk/graphmk

Repository files navigation

GraphMk

intro

Maven Central

About

module to create graph schema from relational data

Building GraphMk

Prerequisites

  • 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

Build the distribution

git clone https://github.com/graphmk/graphmk.git
cd graphmk
./gradlew clean build --parallel --refresh-dependencies

Getting Started

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.

Contact

For additional information about GraphMk, please contact [email protected]

Links

Changelog

Please check the Releases | Github page of this project.

Contributing

Want to help contribute to the development of GraphMk? Check out our contribution guide.

License

MIT License