belegnar / microservice

Microservice framework on Tornado for fast building services like APIs or WebHooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  2. curl localhost:8001/v1/test | json_pp
  3. inspect test.py and enjoy

Getting started

coming soon...

About

Microservice framework on Tornado for fast building services like APIs or WebHooks

License:GNU Lesser General Public License v3.0


Languages

Language:Python 99.8%Language:Shell 0.2%