Node-REDランタイムがどこにデータを格納するかを 設定するためのプラガブルな方法を提供します。
このAPIは下記の情報を格納します:
デフォルトでは、Node-REDはこのAPIのローカルのファイルシステム実装を使用します。
APIの機能は こちら にドキュメントとしてまとまっています。
settings.js内の storageModule
プロパティは、
カスタムモジュールを識別するために使用されます:
APIは JavaScriptのPromise を広く利用しています。
Promiseは非同期処理の最終的な結果を表します。 結果が有効になるまで、プレースホルダーとして振る舞います。
Node-REDは When.js ライブラリを使用しています。
下記が使用例です。より完全な例は red/runtime/storage/localfilesystem.js
にある
デフォルトのファイルシステム実装です。
Node-RED: Low-code programming for event-driven applications.
Copyright OpenJS Foundation and Node-RED contributors. All rights reserved. The OpenJS Foundation has registered trademarks and uses trademarks. For a list of trademarks of the OpenJS Foundation, please see our Trademark Policy and Trademark List. Trademarks and logos not indicated on the list of OpenJS Foundation trademarks are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
The OpenJS Foundation | Terms of Use | Privacy Policy | OpenJS Foundation Bylaws | Trademark Policy | Trademark List | Cookie Policy