a8m / documentdb

Go driver for Microsoft Azure DocumentDB
MIT License
33 stars 25 forks source link

Support multi-master write Cosmos DBs #31

Open sebader opened 3 years ago

sebader commented 3 years ago

First question: is this repo still maintained? :)

If so, it should support multi-master geo-replicated Cosmos DB similar to what other language SDKs offer https://docs.microsoft.com/en-us/azure/cosmos-db/how-to-multi-master?tabs=api-async

sebader commented 3 years ago

@a8m trying to tag you directly :)

a8m commented 3 years ago

Hey @sebader and thanks for tagging me. I missed this issue.

Regarding your question - I created this repository 6 years ago when there was no alternative for using DocumentDB (nowadays CosmosDB) in Go, and since then, additional contributors (11) helped me to maintain this package and added more features to it.

I don't have the capacity to implement the requested functionality, but I can help with the review. So, if you want to implement it, and have the time for it, go ahead and assign me or other contributors as reviewers.