FIWARE Open APIs の Node-RED 実装
📚 ドキュメント | 🎯 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
コマンドライン・インターフェイスで次のコマンドを実行します。
npm install node-red-contrib-letsfiware-ngsi
最初に、このリポジトリをクローンします。
git clone https://github.com/lets-fiware/node-red-letsfiware-NGSI.git
現在のディレクトリを に移動しますnode-red-letsfiware-NGSI/examples。
cd node-red-letsfiware-NGSI/examples
チュートリアル用の Docker コンテナーを作成します。
./service create
コンテナを起動する
./service start
次の URL を使用して Node-RED を開きます: http://IP address:1880/
。これは、Docker エンジンを実行しているマシンの IP アドレスです。
コンテナーを停止するには、次のコマンドを実行します。
./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.