Skip to content

Rothamsted/knetbuilder

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published