MongoDB Atlas 是否支持 REST API 数据库和集合

Does MongoDB Atlas support REST API to the database and collection

旧的 MongoLab(现在是 mLab)服务为数据库和集合提供 REST APIs,例如 https://api.mongolab.com/api/1/databases (or https://api.mongolab.com/api/1/<dbname>/collections) 等

在MongoDB Atlas服务中有类似的东西吗?我能找到的所有 API 都是针对集群、用户和其他管理设置的;而不是数据库本身。我是否漏掉了一些明显的东西?

他们似乎确实允许数据交互,从博客来看 post "How to Use MongoDB Atlas in API Integration Services" (https://www.mongodb.com/blog/post/how-to-use-mongodb-atlas-in-api-integration-services).

但是,如同一 post 中所述,仅限于他们选择的第三方进行集成:

We have partnered with a number of vendors in this space to allow users to take advantage of Atlas and MongoDB features from within their favored development environments.

我现在会坚持使用 mLab。

MongoDB Atlas 现在在预览中具有数据 API 功能 https://docs.atlas.mongodb.com/api/data-api/