msgpack
salt-exporter
msgpack | salt-exporter | |
---|---|---|
5 | 1 | |
6,983 | 28 | |
0.7% | - | |
0.0 | 6.0 | |
2 months ago | about 2 months ago | |
Go | ||
- | 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.
salt-exporter
-
Salt Exporter: the story behind the tool
Repository
What are some alternatives?
protobuf-conformance - A repository running the Protobuf conformance tests against various libraries
node_exporter - Exporter for machine metrics
mqtt-exporter - Simple generic MQTT Prometheus exporter for IoT working out of the box
generate-secure-pillar - Salt Secure Pillar Tool
go-client - Nvim Go client
riegeli - Riegeli/records is a file format for storing a sequence of string records, typically serialized protocol buffers.
salt-golang - Saltstack event-listener, client, salt-minion, salt-api,salt-master in golang POC
zoa - serialized structured data and it's textual representation
go - The Go programming language
go_serialization_benchmarks - Benchmarks of Go serialization methods
SaltStack - Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here: