All Projects → microservices → Python

microservices / Python

Licence: mit
📃 A template for creating Open Microservices with Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python

Dapeng Soa
A lightweight, high performance micro-service framework
Stars: ✭ 101 (-9.01%)
Mutual labels:  microservice
Dev Stuff
😎 Programming stuff for everyone. Collection of articles, videos about architecture, Domain Driven Design, microservices, testing etc.
Stars: ✭ 105 (-5.41%)
Mutual labels:  microservice
Vaadin Microservices Demo
A microservices example developed with Spring Cloud and Vaadin
Stars: ✭ 108 (-2.7%)
Mutual labels:  microservice
Orion
Orion is a small lightweight framework written around grpc/protobuf with the aim to shorten time to build microservices at Carousell.
Stars: ✭ 101 (-9.01%)
Mutual labels:  microservice
Spinal
A node.js microservices framework that designs for scalability, simple to code and easy to maintenance
Stars: ✭ 104 (-6.31%)
Mutual labels:  microservice
Recognizer
A authentication and user service
Stars: ✭ 106 (-4.5%)
Mutual labels:  microservice
Phalapi
A PHP framework foucs on API fast development.接口,从简单开始!PhalApi简称π框架,一个轻量级PHP开源接口框架,专注于接口服务开发。
Stars: ✭ 1,365 (+1129.73%)
Mutual labels:  microservice
Sentinel Golang
Sentinel Go version (Reliability & Resilience)
Stars: ✭ 1,817 (+1536.94%)
Mutual labels:  microservice
Surging.hero
基于Surging框架实现的权限管理系统
Stars: ✭ 105 (-5.41%)
Mutual labels:  microservice
Serverless
⚡ Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! –
Stars: ✭ 41,584 (+37363.06%)
Mutual labels:  microservice
Staffjoy
微服务(Microservices)和云原生架构教学案例项目,基于Spring Boot和Kubernetes技术栈
Stars: ✭ 1,391 (+1153.15%)
Mutual labels:  microservice
Electron Render Service
Microservice for rendering PDF/PNG/JPEG from HTML with Electron
Stars: ✭ 104 (-6.31%)
Mutual labels:  microservice
Pdf
Simple http microservice that converts Word documents to PDF
Stars: ✭ 107 (-3.6%)
Mutual labels:  microservice
Kitsvc
⚙ 一個基於 Golang、Consul、Prometheus、EventStore、Gin、Gorm、NSQ 的微服務起始結構。
Stars: ✭ 101 (-9.01%)
Mutual labels:  microservice
Swagger Combined
Combines all swagger documents in microservices
Stars: ✭ 108 (-2.7%)
Mutual labels:  microservice
Jupiter
Jupiter是一款性能非常不错的, 轻量级的分布式服务框架
Stars: ✭ 1,372 (+1136.04%)
Mutual labels:  microservice
Android Kubernetes Blockchain
WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode. Refer to https://developer.ibm.com/patterns/category/blockchain/ for other blockchain code patterns.
Stars: ✭ 105 (-5.41%)
Mutual labels:  microservice
Health Go
Library to provide basic healthcheck functionality to Go applications.
Stars: ✭ 109 (-1.8%)
Mutual labels:  microservice
Dotnet Istanbul Microservices Demo
This is the demo application that i created for my talk 'Microservice Architecture & Implementation with Asp.Net Core' at Dotnet İstanbul Meetup Group.
Stars: ✭ 109 (-1.8%)
Mutual labels:  microservice
Micro
Asynchronous HTTP microservices
Stars: ✭ 9,987 (+8897.3%)
Mutual labels:  microservice

Microservice template for Python

Microservice Build status Docker Build Status

An OMS template for Python.

Usage

# Storyscript
your_service message name: 'Peter'
# {"message": "Hello Peter"}

Test

> oms run message -a name=Service
ℹ Building Docker image
…
✔ Built Docker image with name: oms/l2hvbwuvc2vil2fzew5jes9ydwj5
✔ Started Docker container: 1c8a91688261
✔ Health check passed
✔ Ran action: `message` with output: {"message":"Hello Service"}
✔ Stopped Docker container: 1c8a91688261
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].