documentdb icon indicating copy to clipboard operation
documentdb copied to clipboard

Go driver for Microsoft Azure DocumentDB

Results 6 documentdb issues
Sort by recently updated
recently updated
newest added

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

help wanted

Hi, I want the x-ms-retry-after-ms value in the HTTP Response Header when the Cosmos DB returns RequestRateTooLarge (HTTP status code 429) . so I tried to enhance RequestError{} to RequestError429{}...

None of the examples currently work. The error is from the connection line: ```GO client := documentdb.New("connection-url", documentdb.Config{"master-key"}) ``` `cannot use "master-key" (type string) as type *documentdb.Key in field value`...

help wanted

Hi ! I am trying to execute a query on a subdocument and I didn't manage to make it work ..... My CosmosDB documents are like that: ``` { [...]...

- [ ] Add support for query iterator - [ ] Add options(headers, etc..) param

Since it is a slice reference, any nested structs or arrays in your data will be sparsely overwritten during iteration and can still include old data from past iteration if...