https://github.com/graphmk/graphmk
A general purpose library that helps to create graph models out of relational data
https://github.com/graphmk/graphmk
graph-algorithms graph-theory graphs java mysql postgresql-extension relational-data relational-models
Last synced: 6 months ago
JSON representation
A general purpose library that helps to create graph models out of relational data
- Host: GitHub
- URL: https://github.com/graphmk/graphmk
- Owner: graphmk
- License: mit
- Created: 2020-07-21T03:32:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T08:28:48.000Z (over 5 years ago)
- Last Synced: 2024-11-15T04:49:16.845Z (over 1 year ago)
- Topics: graph-algorithms, graph-theory, graphs, java, mysql, postgresql-extension, relational-data, relational-models
- Language: Java
- Homepage: https://mvnrepository.com/artifact/io.github.graphmk/graphmk/1.0.0
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphMk

[](https://maven-badges.herokuapp.com/maven-central/io.github.graphmk/graphmk)
## 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](https://mvnrepository.com/artifact/io.github.graphmk/graphmk/1.0.0).
Then follow [docs](https://graphmk.readthedocs.io/en/latest/) examples to try it out.
## Contact
For additional information about GraphMk, please contact keshann.18@cse.mrt.ac.lk
## Links
- [Documentation](https://graphmk.readthedocs.io/en/latest/)
## Changelog
Please check the [Releases](./CHANGELOG.md) | [Github](https://github.com/graphmk/graphmk/releases) page of this project.
## Contributing
Want to help contribute to the development of GraphMk? Check out our
[contribution guide](./contributing.md).
## License
[MIT License](./LICENSE)