AjitPS / knetbuilder

KnetBuilder data integration platform for building knowledge graphs. Previously known as ondex.

Home Page:https://knetminer.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ondex-KnetBuilder

Ondex is a framework for text mining, data integration and data analysis.

Requirements

  • At least Java 11. Note that we have migrated to this recently and Ondex doesn't work with Java 1.8 anymore.

Downloads

Documentation

  • A tuturial on building knowledge grahs with KnetBuilder is available here

  • We keep most of our documentation on this repository's wiki (note that there are many links on the right column in that page).

Code Repository Organisation

This repository is a rather big code base. The main submodules that it contains are described below.

ondex-full

This is the top-level POM, defining many common things shared by Ondex code.

ondex-base

The base code, used to build everything else.

ondex-knet-builder

What we use to build projects like KNetMiner.

ondex-desktop

Components for the desktop/GUI applications.

ondex-opt

Optional components. NOTE: these are still linked by the components above (so, not so optional), but we usually build them separately. If you build the whole ONDEX from this top repository, these optional modules will be built from (the local clone of) this child repository, if you build an ONDEX component independently (e.g., by cloning ondex-base and building from its local copy), some of these 'optional' components are still downloaded from our Maven repositories as dependencies. This is because it is currently hard to modularise things further (we would need to inspect the Java code).

Old code repositories and materials

ondex-doc

Documentation and tutorials. Now replaced by the Wiki.

ondex-old-components

Old components, which are no longer used by ONDEX, not even as dependencies taken from our Maven repository.

About

KnetBuilder data integration platform for building knowledge graphs. Previously known as ondex.

https://knetminer.org

License:MIT License


Languages

Language:Java 98.6%Language:JavaScript 0.7%Language:Shell 0.3%Language:NSIS 0.3%Language:Python 0.0%Language:PowerShell 0.0%Language:XSLT 0.0%Language:FreeMarker 0.0%Language:HTML 0.0%Language:Batchfile 0.0%