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
- Host: GitHub
- URL: https://github.com/mqttiotstuff/rsiotmonitor
- Owner: mqttiotstuff
- Created: 2023-01-29T22:35:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T12:04:13.000Z (8 months ago)
- Last Synced: 2025-01-30T02:14:51.320Z (3 months ago)
- Topics: agents, iot, monitoring-tool, rust
- Language: Rust
- Homepage:
- Size: 288 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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