17 points | by surprisetalk 8 days ago
5 comments
Author here . If you'd like an intro to FoundationDB, you can take a look at this blog post I wrote. This CI framework was created during the writing of this post.
https://jander.land/20251227_mutex.html
Thanks! This should come in useful as I intend to soon dust off the task of migrating my (rather large and complex) app to FoundationDB.
Oh, this is neat. Fdb is a pain to work with locally, but is an extremely nice piece of kit.
Interesting. I just run it in docker compose: https://github.com/jcalabro/atlas/blob/fee905ba496d363188fb3...
This is basically a wrapper around Docker compose. The main advantage is that it takes care of GH action configuration and caching of images.
Author here . If you'd like an intro to FoundationDB, you can take a look at this blog post I wrote. This CI framework was created during the writing of this post.
https://jander.land/20251227_mutex.html
Thanks! This should come in useful as I intend to soon dust off the task of migrating my (rather large and complex) app to FoundationDB.
Oh, this is neat. Fdb is a pain to work with locally, but is an extremely nice piece of kit.
Interesting. I just run it in docker compose: https://github.com/jcalabro/atlas/blob/fee905ba496d363188fb3...
This is basically a wrapper around Docker compose. The main advantage is that it takes care of GH action configuration and caching of images.