my rust lesson notes
-
metynka - start lesson
- learn syntax
- parse config
- read json sensor data
- push it to influxdb
- query via flux if data in db
- backup to CSV
- ok: it is working, probably not very efficient
-
easy_config - separate toml config parser to lib
- toml: vec + hashmap
- ok, time will show what need's to be improved
-
lib_test - testing playground for my lib's
- in use
-
normalize - cli to rename filenames
- more Option + Result usage
- implement
- better command args usage via clap
- in use, to many debug msg
-
- received broken code
- fix it
- learn async
- nice practice to fix broken
-
- send test msg to my mosquitto broker
- just started
-
- small client to write LineProtocol and read FluxQuery
- in metynka run via commands+curl and flux query just as templates
- here via reqwest and flux query as builder