Skip to content

ndexbio/ndex-server2-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ndex-server2-query

Search query engine for server 2

####REST endpoint: verb: POST

url: http://{server host}:8282/v1/network/{network uuid}/query

content type: application/json

body content:

{
    "terms":  <comma delimited search term string>,
    "depth": <integer between 1 - 3>, 
    "edgeLimit":  <integer edge limit> 
}

To run the service:

  1. Create a user qengine

  2. run this command: sudo su qengine -c "nohup python -m app.api 8282 &"

Requirements

gevent

gevent_websocket

bottle

pysolr

ndex

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages