You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The native driver impl with MongoDB Atlas has been working really well for folks, and this isn't being asked for, so i'm going to go ahead and close this.
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
andbulkDocuments
, 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.The text was updated successfully, but these errors were encountered: