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
- Host: GitHub
- URL: https://github.com/pceuropa/comosdb-flask
- Owner: pceuropa
- License: mit
- Created: 2018-05-24T18:42:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T21:33:43.000Z (over 3 years ago)
- Last Synced: 2023-03-04T03:17:43.139Z (over 3 years ago)
- Topics: cosmosdb, flask-restplus, message-protocol, python3
- Language: Python
- Homepage: https://pceuropa.net
- Size: 59.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```

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