An open API service indexing awesome lists of open source software.

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.

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
```