Skip to content

NLeSC-Storyteller/query-builder-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

125 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server component for the Query Builder platform. Will serve a sqlite database (made with https://github.com/NLeSC-Storyteller/query-builder-preprocessing) with a REST API. Services both https://github.com/NLeSC-Storyteller/query-builder-client and https://github.com/NLeSC/UncertaintyVisualization/

Includes a custom trigger for the sqlite database on INSERT in the queries table, that will fire a Xenon function as defined by https://github.com/NLeSC-Storyteller/query-builder-daemon.

To start the database server:

npm start

Expected console output for starting this component:

$ npm start

> [email protected] start /src/query-builder-server
> node src/server.js

Query-Builder-Server started. logging enabled.
Example app listening on port 5000!

Please find the REST API here: https://github.com/NLeSC-Storyteller/query-builder-server/blob/master/doc/API.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors