Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.09 KB

File metadata and controls

33 lines (19 loc) · 1.09 KB

Rs Iot Monitor

This is new rust implementation of the iotmonitor project.

RoadMap

[x] monitoring process
[x] states management and restoration
[x] mqtt integration (builtin or )

[ ] web api for device and agents information

[x] history save, and SQL querying.
[x] rotating parquet file creation.

[x] dynamic query the history, (either a flat parquet file providing, or datafusion arrow flight protocol). may be an inflight sql integration, With a custom source, see the best approach to integrate the query, using datafusion
or flat parquet file providing, using external softwares.
[x] add adbc client and inflight server for metrics query
[ ] adding a graph client, to display some metrics, directly in the server.
[ ] managing performance demand / silver data construction


[] web api for information
[] light agent rules definitions
[] application platform echosystem building

Build / install using rust (instead of downloading the executable file)

cargo install --git https://github.com/mqttiotstuff/rsiotmonitor rsiotmonitor