Sysadmin Tools 🇺🇦
4.19K subscribers
698 photos
28 videos
302 files
5.23K links
Sysadmin/DevOps tools, news and other interesting things from modern IT world.
Feed https://xn--r1a.website/s/sysadmin_tools | Proton services with 2 weeks for free - https://pr.tn/ref/0TDB0YT5
Download Telegram
yj -
Convert between YAML, TOML, JSON, and HCL.

Preserves map order.
Format versions:

YAML: v1.2 (gopkg.in/yaml.v3)
TOML: v1.0.0-rc.1 (github.com/pelletier/go-toml)
JSON: RFC 7159 (encoding/json)
HCL: v1 (github.com/hashicorp/hcl)


https://github.com/sclevine/yj

#toml #json #yaml #jq #hcl #jsqry

PS: уже были посты, об альтернативах привычным нам unix утилитах
тут вот еще немного https://zaiste.net/posts/shell-commands-rust/
jo - JSON output from a shell

https://github.com/jpmens/jo

#json #jq #yq #tool
👍1
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.

#sql #json #csv #mysql #nosql
PolygonDB is an alternative to MongoDB that provides a developer-friendly experience and less resources hungry

https://github.com/JewishLewish/PolygonDB

#mongodb #json
StringZilla

10x faster string search, split, sort, and shuffle for long strings and multi-gigabyte files in Python and C, leveraging SIMD with Arm Neon and x86 AVX2 & AVX-512 intrinsics 

https://github.com/ashvardanian/stringzilla

#parser #json #csv #python
Dasel: one data tool to rule them all

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. 


https://github.com/TomWright/dasel

#json #jq #yaml #xml #toml #csv