vadym-khodak / play-with-grpc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Play with Python gRPC

I was inspired to try this by Alex Borysov, Mykyta Protsenko, and Yevgen Golubenko. They made a bunch of great talks about gRPC at Dexoxx conference. There are some of them:

About

This is a pet project to play with gRPC server with blog posts API written in Python.

There is a Python FastAPI web server that uses Python gRPC client to create and get blog posts.

Helpful links

Local development

I use docker and docker compose to run these services locally. Run docker-compose up to run Python gRPC server, Python FastAPI web server, and postgres database.

About


Languages

Language:Python 99.2%Language:Shell 0.8%