Hi MongoDB @BlindChicken, Please do share the code to connect to mongodb using cf workers.
I have been using the data api, and while it works with workers, the limitations such as the inability to perform simple queries such as findOneAndUpdate and the 2000 ms connection time is greatly limiting our decision to use Mongodb in future projects.
Even using serverless database option provided by cf, i belive the nodes are not distributed globally is that right?
Really looking to speed up Data API access or finding a driver that would work with cf workers. – your update would be appreciated.