node-red-contrib-query-json-with-sql
v0.1.2
Published
A Node-RED node to query input json using SQL
Downloads
24
Readme
node-red-contrib-query-json-with-sql
This node allows the user to use SQL to query a JSON payload stream on the fly, it uses the alasql library.
select * from ? where movie = "Midway"
Use this flow