node-red-contrib-letsfiware-ngsi
v0.17.0
Published
Node-RED implementation for FIWARE Open APIs
Downloads
90
Maintainers
Readme
node-red-contrib-letsfiware-NGSI
Node-RED implementation for FIWARE Open APIs
| :books: Documentation | :dart: Roadmap | |-------------------------------------------------------|--------------------------------|
このドキュメントは日本語でもご覧いただけます。
Supported custom nodes
- NGSI Entity
- NGSI Source
- NGSI Attributes
- NGSI Attribute
- NGSI Attribute value
- NGSI Batch update
- NGSI Subscription
- NGSI Registration
- NGSI Types
- NGSI Encode
- NGSI Decode
- Historical context (STH-Comet)
- NGSI Timeseries (QuantumLeap)
- NGSI to Worldmap
- NGSI to Dashboard
- OpenWeatherMap to NGSI
- GTFS realtime to NGSI
- FIWARE version
- FIWARE Service and ServicePath
Documentation
How to install
Run the following command on a command-line interface.
npm install node-red-contrib-letsfiware-ngsi
Tutorial
First of all, clone this repository.
git clone https://github.com/lets-fiware/node-red-letsfiware-NGSI.git
Move current directory to node-red-letsfiware-NGSI/examples
.
cd node-red-letsfiware-NGSI/examples
Create docker containers for the tutorial.
./service create
Start the containers
./service start
Open Node-RED using the URL: http://IP address:1880/
.
It is the IP address of your machine running the Docker engine.
To stop the containers, run the following command.
./service stop
Source code
Related links
- https://flows.nodered.org/node/node-red-contrib-letsfiware-ngsi
- https://www.npmjs.com/package/node-red-contrib-letsfiware-ngsi
- Open Source Insights
Copyright and License
Copyright 2022-2023 Kazuhito Suda Licensed under the MIT License.