Show HN: MongoDB on Cloudflare Workers with Do(github.com)
github.com
Show HN: MongoDB on Cloudflare Workers with Do
https://github.com/eashish93/mongodb-with-do
1 コメント
I did a writeup on this at https://alexbevi.com/blog/2025/04/11/performance-profiling-m... as well.
Reason why cloudflare durable object is required with mongodb as workers are stateless and mongodb pooling doesn't help here.