Рет қаралды 8,230
The MongoDB Data API lets you read and modify data in MongoDB Atlas over HTTP. You don't need any additional MongoDB drivers, libraries, or connection strings; just a standard HTTP client and a valid API key.
The Data API's endpoints expose actions that are similar to the standard query methods available in MongoDB drivers. You can call them to create, read, update, delete, or aggregate documents in your cluster.
The Data API was covered in Episode 92 of the MongoDB Podcast with Sumedha Mehta, Product Manager at MongoDB. mongodb.libsyn...
Documentation: docs.atlas.mon...