NodeRed and its data container for the AffectUs project
429
NodeRed and its data container for the AffectUs project It is based on the official NodeRed container (https://hub.docker.com/r/nodered/node-red-docker/) in which needed dependencies where installed:
sparql-http-client
isomorphic-fetch
jsonschema
shortid
sparqljs
node-red-contrib-mongodb2
node-red-node-mysql
node-red-dashboard
node-red-node-darksky
node-red-node-base64
Version History
0.1 - It is considerd to be the vanilla containers as it is found on the official repository of NodeRed.
0.2 - Uploaded on April 21st 2018
0.3 - Uploaded on May 29th 2018
0.4 - Uploaded on June 27th 2018
0.5 - Uploaded on April 10th 2019
How to install The container of the MongoDB for the AffectUs project needs to be installed before installing the NodeRed, WebProtege and the Jena-Fuseki containers. Firstly the data volume container has to be downloaded and then the nodered container itself, that should be connected to the volume created earlier:
docker run -v /data --entrypoint "bin/sh" --name nodered-data affectus/nodered:volume_0.2
docker run --name nodered -d -t -p 1880:1880 --volumes-from=nodered-data --restart=on-failure affectus/nodered:0.2
After installing the containers, it can be accessed through a web browser using the link address :1880
[Optional] Afterwards, the data volume container can be removed (not the volume itself, as it is now connected and used by the nodered container):
docker container rm nodered-data
Content type
Image
Digest
Size
291.3 MB
Last updated
over 7 years ago
docker pull affectus/nodered:0.5