Skip to content

Support Atlas Data API #36

@TillaTheHun0

Description

@TillaTheHun0

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

No one assigned

    Labels

    wontfixThis will not be worked on

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions