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

https://github.com/pceuropa/comosdb-flask

Flask REST API get, insert in CosmosDB
https://github.com/pceuropa/comosdb-flask

cosmosdb flask-restplus message-protocol python3

Last synced: 8 months ago
JSON representation

Flask REST API get, insert in CosmosDB

Awesome Lists containing this project

README

          

## Installation
```
pip3 install -r requiremetns.txt
```

## Configuration
Change [account name and key](https://github.com/pceuropa/comosdb-flask/blob/master/db.py). You will find thus on portal.azure.com

## Usage Storage Client
```
python3 main.py
```
![preview](swagger.png)

## Stack
- Flask Rest-plus
- Swagger
- CosmosDB
- Protocol Buffers (without warranty: not sur if well used)