msgpack
zoa
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.
zoa
-
SQLite needs testers for the new binary JSON format
I wrote what I think may be the simplest possible serialization format, though I don't expect it to be a standard anytime soon
https://github.com/civboot/zoa
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.
chinese-xinhua - :orange_book: 中华新华字典数据库。包括歇后语,成语,词语,汉字。
protobuf-conformance - A repository running the Protobuf conformance tests against various libraries
akshare - AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
mqtt-exporter - Simple generic MQTT Prometheus exporter for IoT working out of the box
Prefect - The easiest way to build, run, and monitor data pipelines at scale.
go-client - Nvim Go client
airbyte - The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
riegeli - Riegeli/records is a file format for storing a sequence of string records, typically serialized protocol buffers.
Mage - 🧙 The modern replacement for Airflow. Mage is an open-source data pipeline tool for transforming and integrating data. https://github.com/mage-ai/mage-ai
go_serialization_benchmarks - Benchmarks of Go serialization methods
go-codec-bench - Benchmark of go binary and text encodings