Is it possible to add data with the MongoDB APIs, then add edges between the documents with Gremlin, and query the same data with both APIs?
Asked
Active
Viewed 42 times
1 Answers
2
This is not possible today due to MongoDB's use of BSON which is not standard JSON. It is technically possible however to have SQL and Gremlin API within Cosmos DB.

Mark Brown
- 8,113
- 2
- 17
- 21
-
Thanks Mark, any future plans to support it? – Avner Levy Jun 14 '20 at 15:39