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
MangoDB is set out to become the de facto open-source alternative to MongoDB. MangoDB is an open-source proxy, which converts MongoDB wire protocol queries to SQL, and uses PostgreSQL as a database engine.

#mongodb #postgresql #proxy #sql
Shuttle
Shuttle is a cross-platform network proxy tool based on Go

#webserver #proxy #go #tool
Open-Source ClickHouse http proxy and load balancer

https://github.com/ContentSquare/chproxy

#clickhouse #proxy #loadbalncer
tproxy - cli tool to proxy and analyze TCP connections.

https://github.com/kevwan/tproxy

#tool #tcpdump #monitoring #proxy
👎1
DarkFlare

DarkFlare Firewall Piercing (TCP over CDN) 

It has two parts: a client-side proxy (darkflare-client) that encodes TCP data into HTTPS requests and sends it to a Cloudflare-protected domain, and a server-side proxy (darkflare-server) that decodes the requests and forwards the data to a local service (like SSH on port 22). It’s protocol-agnostic, secure, and uses Cloudflare's encrypted infrastructure, making it stealthy and scalable for accessing internal resources or bypassing network restrictions.


https://github.com/doxx/darkflare

#security #vpn #firewall #cloudflare #proxy
Advanced Cache (advCache)

High‑performance in‑memory HTTP cache & reverse proxy for latency‑sensitive workloads. Built in Go on top of fasthttp, with sharded storage, TinyLFU admission, background refresh, upstream controls, and minimal‑overhead observability (Prometheus + OpenTelemetry).


https://github.com/Borislavv/adv-cache

#go #k8s #kubernetes #proxy
Aralez

Reverse proxy and service mesh built on top of Cloudflare's Pingora


https://github.com/sadoyan/aralez

#proxy #mesh #cloudflare
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