BioDWH2 is an easy-to-use, automated, graph-based data warehouse and mapping tool for bioinformatics and medical informatics. The main repository can be found here.
This repository contains the BioDWH2-GraphQL-Server utility which can be used to explore any BioDWH2 workspace using GraphQL queries. All necessary components are bundled with this tool.
Once the workspace finished processing, the GraphQL-Server can be started as follows:
> BioDWH2-GraphQL-Server.jar --start /path/to/workspace
Optionally, the port for the GraphQL-Server can be adjusted using the port command line argument.
Usage: BioDWH2-GraphQL-Server.jar [-h] [-bp=<boltPort>] [-c=<workspacePath>]
[-p=<port>] [-s=<workspacePath>]
-h, --help print this message
-p, --port=<port> Specifies the GraphQL server port (default 8090)
-s, --start=<workspacePath>
Start a GraphQL server for the workspace