I want to connect Django with Azure Cosmos DB. Either with Core SQL Or Gremlin. Do we have any existing libraries we can use to achieve it?
Asked
Active
Viewed 1,489 times
1 Answers
0
The official Django documentation does not list anything for Cosmos DB, see here.
On Github there is an approach on creating a backend for Cosmos, but it looks like in early stage and unclear if it is continued: https://github.com/tonybaloney/django-cosmos
If you could image using the Cosmos Mongo, maybe the Mongo Mapper for Django will help and this repo, which offers a workaround to get Cosmos Mongo and the mapper working.
I haven't tried any of that approaches myself, but are curios about a solution as well.

dArignac
- 1,205
- 4
- 11
- 25