Sysadmin Tools πŸ‡ΊπŸ‡¦
4.13K subscribers
698 photos
28 videos
302 files
5.21K 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
We replaced Redis with MySQL for inventory reservationsβ€”and it scaled

https://shopify.engineering/scaling-inventory-reservations

#mysql #redis #shopify
πŸ‘1
Nanotdb

Single-binary observability, time-series database, and built-in dashboard for Raspberry Pi, edge devices, and local metrics.


https://github.com/aymanhs/nanotdb

#timeseries #db #monitoring #observability
πŸ”₯1
Warpgate

Fully transparent SSH, HTTPS, Kubernetes, MySQL and Postgres bastion/PAM that doesn't need additional client-side software.


https://github.com/warp-tech/warpgate

#wireguard #ssh #security #firewall #vpn
πŸ‘1πŸ”₯1
Deploying k3s on Hetzner Cloud on Private Network with Cluster Autoscaling

https://community.hetzner.com/tutorials/deploy-k3s-on-hetzner-with-autoscaling

#k8s #kubernetes #k3s #hetzner #cloud
πŸ‘1
From ClickHouse to RocksDB: How We Rebuilt Solana’s Archival Layer

https://www.helius.dev/blog/migrating-from-clickhouse-to-rocksdb

#clickhouse #rockdb
Forwarded from Max K
We’re excited to introduce opensource vmestimator, a new component in the VictoriaMetrics ecosystem.

vmestimator measures metrics cardinality across arbitrary label dimensions and exposes the results as Prometheus-compatible metrics. It helps to understand where cardinality comes from, track how it evolves over time, and build early-warning alerts before cardinality becomes a problem.

If you’re operating Prometheus-compatible monitoring systems and want realtime visibility into metric cardinality, give vmestimator a try. We’d love to hear your feedback and learn more about your use cases.

Read more about its design and configuration in the documentation, or explore it yourself in the playground.
πŸ”₯10
ArcadeDB

Multi-Model Database, one DBMS that supports SQL, Cypher, Gremlin, HTTP/JSON, MongoDB and Redis. ArcadeDB is a conceptual fork of OrientDB, the first Multi-Model DBMS. ArcadeDB supports Vector Embeddings.


https://github.com/ArcadeData/arcadedb

#observability #monitoring #logs #metrics #tsdb #sql #nosql
PgDog

PgDog is a proxy for scaling PostgreSQL. It supports connection pooling, load balancing queries and sharding entire databases. Written in Rust, PgDog is fast, secure and can manage thousands of connections on commodity hardware.


https://github.com/pgdogdev/pgdog

#postgres #sql #proxy #database #rust