Show HN: MongoDB on Cloudflare Workers with Do

github.com

2 points by eashish93 12 hours ago

Example repo showing how to use mongodb correctly with cloudflare workers. It's a fully drop-in-replacement of most common methods (aggregation, transaction, find, update etc).

Reason why cloudflare durable object is required with mongodb as workers are stateless and mongodb pooling doesn't help here.