Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Atlas Data API #36

Closed
10 tasks
TillaTheHun0 opened this issue Jun 7, 2023 · 1 comment
Closed
10 tasks

Support Atlas Data API #36

TillaTheHun0 opened this issue Jun 7, 2023 · 1 comment
Labels
wontfix This will not be worked on

Comments

@TillaTheHun0
Copy link
Member

TillaTheHun0 commented Jun 7, 2023

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
@TillaTheHun0
Copy link
Member Author

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.

If folks end up wanting this, then we can reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
Status: Done
Development

No branches or pull requests

1 participant