GitHub https://github.com/gordonmurray
Like www.infracost.io but for fly.io. It reads your fly.toml file and gives a monthly cost estimate
I’d love feedback from anyone running on Fly.io
github.com/gordonmurray...
Like www.infracost.io but for fly.io. It reads your fly.toml file and gives a monthly cost estimate
I’d love feedback from anyone running on Fly.io
github.com/gordonmurray...
• Fast key lookups (e.g. user status)
• Instant historic queries (via Paimon on S3/ORC)
• Works with Flink SQL for heavy lifting
• Tablets replicate & recover automatically
Made a small POC to try it out: github.com/gordonmurray...
• Fast key lookups (e.g. user status)
• Instant historic queries (via Paimon on S3/ORC)
• Works with Flink SQL for heavy lifting
• Tablets replicate & recover automatically
Made a small POC to try it out: github.com/gordonmurray...
It picked up a few early stars back then. I’ve cleaned it up so it’s runnable again.
I’m hoping to experiment with Apache Fluss on top of this. Code on Github github.com/gordonmurray...
It picked up a few early stars back then. I’ve cleaned it up so it’s runnable again.
I’m hoping to experiment with Apache Fluss on top of this. Code on Github github.com/gordonmurray...
"When Lance hits a wall at 70 images"
gordonmurray.com/data/2025/05...
"When Lance hits a wall at 70 images"
gordonmurray.com/data/2025/05...
Built with Python, FastAPI, and OpenAI’s CLIP model (ViT-B/32). Deployed on Fly.io.
quickvectors.com
Want to try it out? DM me for an API key.
Built with Python, FastAPI, and OpenAI’s CLIP model (ViT-B/32). Deployed on Fly.io.
quickvectors.com
Want to try it out? DM me for an API key.
Very basic, but next I want to try R2's data catalog / managed Apache Iceberg.
Code on github github.com/gordonmurray...
Very basic, but next I want to try R2's data catalog / managed Apache Iceberg.
Code on github github.com/gordonmurray...
I took the steps from this great AWS Community guide community.aws/content/2sEu...
I took the steps from this great AWS Community guide community.aws/content/2sEu...
github.com/gordonmurray...
github.com/gordonmurray...
github.com/gordonmurray...
github.com/gordonmurray...
One really nice change announced recently in Terraform is support for using S3 buckets to lock your state files (and store them) instead of requiring both an S3 bucket AND a DynamoDB table. Below is a step by step guide to migrate to using this new approach. (1/4)
🧵
Check it out below 👇
Check it out below 👇
json5.org
Using Infrastructure as Code tools like Terraform is good practice and seeing some examples can always help.
On AWS setting up basic infrastructure can be tedious when doing it via the console or CLI but using example configs and IaC can usually speed up the process. (1/2)
🧵