Category: Datasources
Resource links
Updated

This solution is summarized from an archived support forum post. This information may have changed. If you notice an error, please let us know in Discord.

Can I Use the Mongodb Integration with Microsoft’s Cosmos DB (Mongo API)

Issue

As someone considering using Microsoft's Cosmos DB for MongoDB compatibility with Appsmith's MongoDB Integration, I need to know if it will work properly. Based on Appsmith's most recent test, conducted on October 5, 2022, the commands for finding, inserting, updating, deleting, and aggregating documents in Cosmos DB worked as expected. However, there may be features specific to Cosmos that could cause issues.

Resolution

Our most recent test with Cosmos DB (Mongo API) was done on 2022-10-05, as of that date, the following Commands worked as expected:

  • Find Document
  • Insert Document
  • Update Document
  • Delete Document
  • Distinct
  • Aggregate
  • Raw
  • Count

Our tests did not cover all use cases and the full feature set of Cosmos DB, please be advised that there could be features that are specific to Cosmos, those could not work as expected.