Sysadmin Tools 🇺🇦
3.88K subscribers
692 photos
28 videos
302 files
5.1K links
Sysadmin/DevOps tools, news and other interesting things from modern IT world.
Feed https://t.me/s/sysadmin_tools
Download Telegram
🆖 Nginx Crossplane.

Для тех, кто предпочитает описывать конфигурацию, а не править её напрямую в файлах - скрипт, автоматически описывающий конфиг Nginx в JSON формате.

https://sysadmin.pm/cRpL

#nginx #json #github
Engarde - Stay on guard with Envoy Access Logs

If you've ever had to deal with debugging istio-proxy/envoy logs, you know how difficult it is to grok each of the field manually.I have created an open-source tool that allows you to view these fields in a more readable JSON format with a little help from JQ. Easy to install and get started.

#envoy #logs #json #istio
Forwarded from GitHub'ненько
simdjson : Parsing gigabytes of JSON per second
#json #parsing
https://github.com/simdjson/simdjson
Make JSON greppable!

gron transforms JSON into discrete assignments to make it easier to grep for what you want and see the absolute 'path' to it. It eases the exploration of APIs that return large blobs of JSON but have terrible documentation.


https://github.com/tomnomnom/gron

#json #grep
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
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