Go Metrics
Go port of Coda Hale's Metrics library (by rcrowley)
dasel
Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package. (by TomWright)
Go Metrics | dasel | |
---|---|---|
3 | 46 | |
3,476 | 7,380 | |
0.3% | 0.7% | |
0.0 | 5.8 | |
over 1 year ago | 28 days ago | |
Go | Go | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
Go Metrics
Posts with mentions or reviews of Go Metrics.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-30.
-
Sliding Window Implementation for go-metrics
Hello! I'm not sure if anyone else out there has struggled with out of date data in the default exponential decay sampling method in the go-metrics library, but if you have I just open sourced a sliding window implementation that should help ease the pain. More details on the rationale in the README.
- High performance / low overhead metrics/instrumentation library?
-
How do you do Error reporting?
Second method of make app level changes to emit metrics, something sort of a metric library .But this takes considerable dev efforts and coverage of all errors is gradual but meaningful
dasel
Posts with mentions or reviews of dasel.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-08-18.
-
TomWright/dasel: Select, put and delete data from JSON, TOML, YAML, XML and CSV
No HCL support [0] though.
[0]: https://github.com/TomWright/dasel/issues/98
- jq 1.7 Released
-
Dasel - jq for yaml json and toml
wget https://github.com/TomWright/dasel/releases/download/v2.1.2/dasel_linux_amd64 install -o root -g root -m 0755 dasel_linux_amd64 /usr/bin/dasel
-
Why a world needs an UNIX-style image collection manager?
https://github.com/TomWright/dasel handles JSON, TOML, YAML, XML and CSV
-
Tool to interact with CSV
dasel - Comparable to jq / yq, but supports JSON, YAML, TOML, XML and CSV with zero runtime dependencies.
-
Yq is a portable yq: command-line YAML, JSON, XML, CSV and properties processor
Another tool in this space is Dasel[1], which can handle querying/modifying JSON, YAML, TOML, XML and CSV files.
[1] https://github.com/TomWright/dasel
- Jc – JSONifies the output of many CLI tools
-
What are your coolest tools for one-liners ?
There also is dasel which combine jq, yq as well handling TOML, XML and CSV
- Run SQL on CSV, Parquet, JSON, Arrow, Unix Pipes and Google Sheet
-
What is the coolest Go open source projects you have seen?
dasel # most common human readable configs(json, yaml, xml...)
What are some alternatives?
When comparing Go Metrics and dasel you can also consider the following projects:
script - Making it easy to write shell-like scripts in Go
jq - Command-line JSON processor [Moved to: https://github.com/jqlang/jq]
bosun - Time Series Alerting Framework
jq - Command-line JSON processor
GVM - Go Version Manager
miller - Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON