Sysadmin Tools πŸ‡ΊπŸ‡¦
4.13K subscribers
698 photos
28 videos
302 files
5.22K 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
ToyDB Distributed SQL database in Rust, written as a learning project

#sql #rust #database #db
git-clif can generate changelog files from the Git history by utilizing conventional commits as well as regex-powered custom parsers. The changelog template can be customized with a configuration file to match the desired format.

#rust #generator #changelog #commit #release
PGCat PgBouncer rewritten in Rust, with sharding, load balancing and failover support.

https://github.com/levkk/pgcat

PS: thanks @nosingularity for the link

#postgresql #postgres #sql #rust
Autometrics

Autometrics is a set of open source libraries that make it fun and easy to understand the performance of your code in production.

https://github.com/autometrics-dev

#monitoring #go #rust #python #ruby
Open sourcing Pingora: our Rust framework for building programmable network services

https://blog.cloudflare.com/pingora-open-source

#cloudflare #rust #opensource
brush

bash/POSIX-compatible shell implemented in Rust


https://github.com/reubeno/brush

#shell #bash #rust #posix
RustFS

High-performance distributed object storage for MinIO alternative.


https://github.com/rustfs/rustfs

#s3 #filesystem #minio #rust
nanokv

A distributed key value store in ~1,000 lines of code


https://github.com/PABannier/nanokv

#rust #kv #redis
Zensical

A modern static site generator built by the Material for MkDocs team


https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical

#docs #mkdocs #rust #python #documentation
Lux

A drop-in Redis replacement. 3-5x faster.
Multi-threaded. Written in Rust.


https://github.com/lux-db/lux

#redis #rust
πŸ”₯1
🀯5πŸ’©3πŸ€·β€β™‚1😱1
Firnflow

The cost efficiency of S3 with the speed of local RAM. A multi-tenant vector and full-text search engine featuring a tiered RAM β†’ NVMe β†’ S3 architecture for microsecond latency on top of object storage

https://github.com/gordonmurray/firnflow

#rust #s3 #fulltextsearch
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