ok2ju / microservices-scaffold

Barebone Python Microservices with Flask

Home Page:https://python-microservices.github.io/scaffold/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

microservices-scaffold

Python package Build Status Coverage Status Requirements Status Updates Python 3

Python Microservice Scaffold is an example of how to structure a Flask Microservice Project. This Scaffold is build over PyMS package. PyMS is a Microservice chassis pattern like Spring Boot (Java) or Gizmo (Golang). PyMS is a collection of libraries, best practices and recommended ways to build microservices with Python which handles cross-cutting concerns:

  • Externalized configuration
  • Logging
  • Health checks
  • Metrics
  • Distributed tracing

Quickstart

See our quickstart webpage

How To contribute

We appreciate opening issues and pull requests to make PyMS even more stable & useful! See This doc for more details

About

Barebone Python Microservices with Flask

https://python-microservices.github.io/scaffold/

License:GNU General Public License v3.0


Languages

Language:Python 91.3%Language:Dockerfile 5.7%Language:Makefile 3.0%