NIH | National Cancer Institute | NCI Wiki  

WIKI MAINTENANCE NOTICE

Please be advised that NCI Wiki will be undergoing maintenance Monday, July 22nd between 1700 ET and 1800 ET and will be unavailable during this period.
Please ensure all work is saved before said time.

If you have any questions or concerns, please contact the CBIIT Atlassian Management Team.

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Managing Graph Node Resolution Database Loads

The graphing database ArangoDb must be available to LexEVS (See the system requirements here).  It's configuration must also be created in the lbconfig.props.  Loading of graphs for multiple terminology versions is not available at this time.  



Sample lbconfig props configuration
GRAPH_DB_USER=root

GRAPH_DB_PWD=lexgrid

GRAPH_DB_URL=localhost

GRAPH_DB_PORT=8529

GRAPH_DB_MAX_CONNECTIONS=200

GRAPH_DB_CONNECTION_TIMEOUT_LENGTH=60000

STRICT_ARANGO_REQUIREMENT=false


Batch Load of LexEVS Graph Nodes To ArangoDb

Loads a set of graphs derived from the associations of the target vocabulary

 -in URI of coding scheme source for target graphs
 -v  Version of terminology source from which to load graphs

Load Graphing Database
LoadGraphDatabase -in "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#" -v "18.05b"
  • No labels