generated from hyper63/adapter-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
wontfixThis will not be worked onThis will not be worked on
Description
NOTE: this adapter does supports MongoDB Atlas via a native driver. This is to do with using the Atlas Managed Data API Service.
The Atlas Data API Client has been mostly written but it needs to be tested against the adapter test suite, as there some methods, like createDatabase, removeDatabase, indexDocuments and bulkDocuments, that aren't documented on the Atlas Data Reference API. I'm hoping that since the Data API is generated, that there are other supported apis, that just aren't documented on the OpenAPI reference.
This is lower priority since the Data API is inherently slower, and less performant than the native driver.
- createDatabase w/ Atlas Data API
- removeDatabase w/ Atlas Data API
- createDocument w/ Atlas Data API
- retrieveDocument w/ Atlas Data API
- updateDocument w/ Atlas Data API
- removeDocument w/ Atlas Data API
- queryDocuments w/ Atlas Data API
- indexDocuments w/ Atlas Data API
- listDocuments w/ Atlas Data API
- bulkDocuments w/ Atlas Data API
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on
Type
Projects
Status
✅ Done