-
Will there be support for EF Core with DynamoDb to utilise LINQ expression when querying tables and take advantage of EF Core. MongoDB and CosmosDB is fully supported in EF Core, DynamoDB is the only …
-
I get the following errors.
Invalid NuGet version string: '#{Build.BuildNumber}#'. CosmosDb.Graph
Invalid NuGet version string: '#{Build.BuildNumber}#'. CosmosDb.Graph
file 'D:\Projects\external…
-
The Go team currently uses the following capitalization for known acronyms and initialisms:
- ACL
- AI
- AIX
- AKS
- AMD64
- API
- ARM32
- ARM64
- ARN
- ARNs
- ASCII
- ASPNETCore
- AWS
…
-
Hi,
I received the following error when importing this library:
```
ModuleNotFoundError: No module named 'azure.cosmosdb'
```
I have installed the lates version (1.0.6) using pip:
```
pip ins…
-
Azure provides a graph "flavoured" version of their CosmosDB. There is a little quickstart [here](https://docs.microsoft.com/en-us/azure/cosmos-db/create-graph-python).
They expose a `gremlin` endpoi…
-
I'm trying to work out if this is specifically related to our machines, our setup using podman desktop or something else I haven't put my finger on.
Essentially how stable is everyone finding the L…
-
Hello all,
**Describe the feature:**
I am testing janusgraph with Azure cosmos DB version [cqlsh 5.0.1 | Cassandra 3.11.0 | CQL spec 3.4.4 | Native protocol v4] and I debugged some bugs to the p…
-
Hi,
Can someone help me to understand below issue-
Observing [60-120] ms response time for one read call (service to cosmos-db):
Using below client and configuration-
1. spring-data-cosmosdb (…
-
I am using DocumentDbRepository getting error when calling findAll
"message": "com.microsoft.azure.documentdb.DocumentClientException: Message: {\"Errors\":[\"The index path corresponding to the spec…
-
Hi,
I am creating a composite Index on a container to cater to queries with multiple filters ex:
SELECT value count(1) FROM c where c.uId="12445" and c.la>= 1585076195
Details:
uId is the part…