## Powerful REST API *microservice* on Tornado
### Main goal
Sometimes we need to deploy microservices like messenger bots (telegram, facebook), small backends, webhooks and other.
This package contains all you need to setup simple endpoint in minutes with authorization, caching, and improved security.
### Features
- tornado with improved basic handler for easy create REST endpoints
- async non-blocking highly durable and scalable
- handlers versioning (e.g. GET /**v2**/cat?color=blue)
- request validation, answer containerization
- poor documented, sorry :(
### Under the hood
- tornado 5
All features below are optional
- peewee / peewee_async as ORM
- User and session models
- oauth support
- simple redis caching
- sentry integration + telegram reports
- prometheus monitoring
### Testing
1. PYTHONPATH=./microservice python test.py
1. curl localhost:8001/v1/test | json_pp
1. inspect test.py and enjoy
### Getting started
coming soon...
### Main goal
Sometimes we need to deploy microservices like messenger bots (telegram, facebook), small backends, webhooks and other.
This package contains all you need to setup simple endpoint in minutes with authorization, caching, and improved security.
### Features
- tornado with improved basic handler for easy create REST endpoints
- async non-blocking highly durable and scalable
- handlers versioning (e.g. GET /**v2**/cat?color=blue)
- request validation, answer containerization
- poor documented, sorry :(
### Under the hood
- tornado 5
All features below are optional
- peewee / peewee_async as ORM
- User and session models
- oauth support
- simple redis caching
- sentry integration + telegram reports
- prometheus monitoring
### Testing
1. PYTHONPATH=./microservice python test.py
1. curl localhost:8001/v1/test | json_pp
1. inspect test.py and enjoy
### Getting started
coming soon...
Release files for microservice 0.3.35
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| microservice-0.3.35.tar.gz | 23.7 kB | Details |
Release files / microservice-0.3.35.tar.gz
| Download URL | microservice-0.3.35.tar.gz |
|---|---|
| Size | 23.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ff614cacce2e0aec1865c6ddaee45ff4e9a93804410e1968e578aa366099ffd7
|
|
BLAKE2b-256 checksum How to use checksums |
3636ee8138402a32f6bb542a6762635c433adbe47cf48b5e67302df398635832
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.3
|