An open API service indexing awesome lists of open source software.

https://github.com/mqttiotstuff/rsiotmonitor

Rust implementation of iotmonitor
https://github.com/mqttiotstuff/rsiotmonitor

agents iot monitoring-tool rust

Last synced: about 1 month ago
JSON representation

Rust implementation of iotmonitor

Awesome Lists containing this project

README

        

# WORK IN PROGRESS - REPOSITORY

This is new rust implementation of the iotmonitor project.

## RoadMap

[x] monitoring process
[x] states management and restoring
[x] mqtt integration

[x] history saving.
[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.

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

## Build / install

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