https://github.com/wmalarski/cosmoresearch
Azure CosmosDB + Table API + gRPC + GraphQL research repository.
https://github.com/wmalarski/cosmoresearch
azure cosmodb csharp graphql grpc grpc-csharp grpc-python hot-chocolate python tableapi
Last synced: 2 months ago
JSON representation
Azure CosmosDB + Table API + gRPC + GraphQL research repository.
- Host: GitHub
- URL: https://github.com/wmalarski/cosmoresearch
- Owner: wmalarski
- License: mit
- Created: 2020-12-30T13:07:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-10T14:00:32.000Z (over 4 years ago)
- Last Synced: 2025-01-16T11:31:09.237Z (4 months ago)
- Topics: azure, cosmodb, csharp, graphql, grpc, grpc-csharp, grpc-python, hot-chocolate, python, tableapi
- Language: C#
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CosmoResearch
CosmoDB research repository### Generating client proto files
```console
python -m client types
```### Starting client
```console
python -m client run
```