As dojot's architecture evolved, it became important to allow users to add and remove nodes and their functionality from a deployment in runtime.
Given that this component relies on configuration being done on multiple other fiware elements (such as orion, perseo), it was decided that it was easier to create a new service that assumed nodes to be horizontally scaleable but also "hot-deployable".
The impleemntation for this new component may be found at dojot/flowbroker
A visual tool for wiring the Internet of Things.
Check out http://nodered.org/docs/getting-started/ for full instructions on getting started.
sudo npm install -g node-red
node-red
More documentation can be found here.
For further help, or general discussion, please use the mailing list.
If you want to run the latest code from git, here's how to get started:
Clone the code:
git clone https://github.com/node-red/node-red.git
cd node-red
Install the node-red dependencies
npm install
Build the code
npm run build
Run
npm start
or
node red.js
Before raising a pull-request, please read our contributing guide.
This project adheres to the Contributor Covenant 1.4. By participating, you are expected to uphold this code. Please report unacceptable behavior to any of the project's core team.
Node-RED is a project of the JS Foundation.
It was created by IBM Emerging Technology.
Copyright JS Foundation and other contributors, http://js.foundation under the Apache 2.0 license.