Pinned Repositories
contributed-to
Display public contributions by a GitHub user.
easyarchive
An archive program to upload files into AWS S3 Glacier from a designated backups folder.
grokking-algorithms
Notes from Grokking Algorithms by Aditya Bhargava (Manning Publications)
gruglb
A simple L4/L7 load balancer for grugs.
jsonnet-playground
Playground for Jsonnet, inspired by Go/Rust projects of similar names.
kindle-notes-grabber
Command-line application to parse Amazon Kindle Note emails containing CSVs and output them into a text file.
kubectl-oomd
Show pods/containers which have recently been 'OOMKilled', as a kubectl plugin.
squirrel
A bitcask inspired, replicated key-value store.
today
View your commit history across multiple directories, ideal for daily standup.
yaml-to-json-go
Golang CLI tool to convert YAML to JSON, JSON to YAML, and to validate files.
jdockerty's Repositories
jdockerty/gruglb
A simple L4/L7 load balancer for grugs.
jdockerty/contributed-to
Display public contributions by a GitHub user.
jdockerty/dnd
Definitely Not Dynamo is a toy distributed key-value store, inspired by Amazon's Dynamo.
jdockerty/jsonnet-playground
Playground for Jsonnet, inspired by Go/Rust projects of similar names.
jdockerty/squirrel
A bitcask inspired, replicated key-value store.
jdockerty/opendal
Apache OpenDAL: access data freely.
jdockerty/reqsign
Signing HTTP requests without heavy SDKs.
jdockerty/wc-rs
Naive implementation of the wc utility in Rust.
jdockerty/atomics-and-locks
Implementations from the Rust Atomics and Locks book
jdockerty/avro-tools-rs
avro-tools, but in Rust
jdockerty/bloomfx
Bloom filter implementation backed by fxhash
jdockerty/chipmunk
LSM tree key-value storage
jdockerty/datafusion
Apache DataFusion SQL Query Engine
jdockerty/docker_credential
A Rust library for reading a user's Docker credentials from config.
jdockerty/dotfiles
jdockerty/gn
TCP/UDP tool for grugs
jdockerty/iceberg
Apache Iceberg
jdockerty/iceberg-rust
Apache Iceberg
jdockerty/influxdb3-go
The go package that provides a simple and convenient way to interact with InfluxDB 3.
jdockerty/ingress-nginx
Ingress-NGINX Controller for Kubernetes
jdockerty/jdockerty
jdockerty/jsonwebtoken
JWT lib in rust
jdockerty/kube
Rust Kubernetes client and controller runtime
jdockerty/lokus
Export .local ingress hostnames via mDNS
jdockerty/Modmail
jdockerty/nand2tetris
jdockerty/openraft
rust raft with improvements
jdockerty/shrt
A URL shortener
jdockerty/talent-plan
open source training courses about distributed database and distributed systems
jdockerty/wal-c
Basic/toy WAL, written in C