msgpack
mqtt-exporter
msgpack | mqtt-exporter | |
---|---|---|
5 | 2 | |
7,007 | 108 | |
0.4% | - | |
0.0 | 7.8 | |
3 months ago | 3 months ago | |
Python | ||
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
msgpack
- SQLite needs testers for the new binary JSON format
-
Salt Exporter: the story behind the tool
I also read that Salt was using MessagePack to format their messages. MessagePack is a format like JSON, but more compact.
- Add extra stuff to a “standard” encoding? Sure, why not
- MessagePack: It's like JSON, but fast and small
-
mus-go - the fastest Golang serializer today
Sorry, but I don't think it looks like MessagePack. I wonder why you think so? MUS format does not contain a data types, unlike MessagePack. So, for example, the uint8 type in MessagePack can be encoded with two bytes (from the MessagePack specification): uint 8 stores a 8-bit unsigned integer +--------+--------+ | 0xcc |ZZZZZZZZ| +--------+--------+ The same data type in MUS format is encoded with just one byte. This fact alone is quite a significant difference.
mqtt-exporter
-
Salt Exporter: the story behind the tool
This is something I was lucky to experience with my previous open-source project (mqtt-exporter) which reinforced my wish to continue on the Open Source journey.
-
ESP8266 Adventures
To collect and view the sensor data I'm using Mosquitto, Prometheus, and Grafana. For Prometheus to be able to collect the data I'm running an exporter that reads the data from the queue and provides an HTTP endpoint in the format Prometheus expects.
What are some alternatives?
salt-exporter - Salt Prometheus exporter working out of the box without any configuration on Salt side. Comes with an event watcher TUI.
OpenMQTTGateway - MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.
protobuf-conformance - A repository running the Protobuf conformance tests against various libraries
zigbee2mqtt-frontend - Zigbee2MQTT frontend
zoa - serialized structured data and it's textual representation
ansible-blackbox-exporter - Blackbox prober exporter
go_serialization_benchmarks - Benchmarks of Go serialization methods
query-exporter - Export Prometheus metrics from SQL queries
go-client - Nvim Go client
prometheus-es-exporter - Prometheus Elasticsearch Exporter
riegeli - Riegeli/records is a file format for storing a sequence of string records, typically serialized protocol buffers.