Skip to content

inria-muse/fathom.upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Uploader

Node app to receive multipart from POST uploads of json objects to be stored to the backend mongodb.

Stores received objects to a configurable database (see processes.json) in a collection <obj.collection> or 'default' if the keyword is missing.

INSTALL

$ npm install -g pm2
$ npm install

Create processes.json (see the provided examples).

RUNNING

$ npm start
$ npm stop

STATUS

$ pm2 list
$ pm2 logs uploader
$ pm2 desc uploader
$ pm2 monit

About

Fathom data uploads server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published