Node-RED implementation for FIWARE Open APIs
📚 Documentation | 🎯 Roadmap |
---|
このドキュメントは日本語でもご覧いただけます。
- 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
Run the following command on a command-line interface.
npm install node-red-contrib-letsfiware-ngsi
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
- https://flows.nodered.org/node/node-red-contrib-letsfiware-ngsi
- https://www.npmjs.com/package/node-red-contrib-letsfiware-ngsi
- Open Source Insights
Copyright 2022-2024 Kazuhito Suda
Licensed under the MIT License.