https://github.com/mqttiotstuff/rsiotmonitor
Rust implementation of iotmonitor
https://github.com/mqttiotstuff/rsiotmonitor
agents iot monitoring-tool rust
Last synced: 2 months ago
JSON representation
Rust implementation of iotmonitor
- Host: GitHub
- URL: https://github.com/mqttiotstuff/rsiotmonitor
- Owner: mqttiotstuff
- Created: 2023-01-29T22:35:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-02T18:46:43.000Z (over 1 year ago)
- Last Synced: 2025-03-24T22:41:57.259Z (over 1 year ago)
- Topics: agents, iot, monitoring-tool, rust
- Language: Rust
- Homepage:
- Size: 314 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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