gRPC + Python + Microservices Complete tutorial With realife Usecase

preview_player
Показать описание
In this tutorial, I will take you through gRPC and how we can use gRPC in order to connect microservices and manage intercommunication with practical Usecase.

gRPC is based on http2 and built by Google.

My Username: itsmaheshkariya

#maheshkariya #grpc #microservices
Рекомендации по теме
Комментарии
Автор

*༼ つ ◕_◕ ༽つ Tips via Super Thanks would be much appreciated*

maheshkariya
Автор

Thanks for this Mahesh. I'm a Data Engineer, that is drifting towards being a developer and videos like this makes my life a lot easier. Keep on making it :)

strydomobile
Автор

dude u best friend all python developers!

jhfcwsx
Автор

This is an absolutely killer tutorial! 🙏 ❤

andrij.demianczuk
Автор

thanks for the video, what theme / cursor configuration you using for your cursor in the terminal?
it is really cool

javalace
Автор

Thanks for the tutorial. I'm curious why you chose those API signatures (CRUD) as your example, however, given they would be better resolved with a REST style approach? Not sure this highlights the value of gRPC effectively.

deepcheddar
Автор

How did you manage to get path autocomplete in your terminal? Is this some kind of zsh plugin?

sarthaknarayan
Автор

Great tutorial. Thanks. Question: How do you push the messages (formatted) to a database like PostgreSQL? Is it possible, instead of hard coding the values, to either use a .json File or POSTMAN to POST the values? And how?

almaraya
Автор

I see there are lots of code duplication happens in gRPS communications. The client should have the same code the server generates
is there any way we can avoid this?

papunmohanty
Автор

Wish you had shown working server client inside Docker (docker-compose)

paracha
Автор

Hello if i setup this in django project is it different ?

nonamesample
Автор

Hi, nice video. have you implement python gRPC in production ?

budi
Автор

can you share the source code of this tutorial with us? thanks.

futhedude
Автор

The video title should be updated as it is not complete. Also, I see no connection between the first part of the video (Docker and Docker Compose) and the second part (gRPC). The content itself is good, thank you, but it doesn't do what the title seems to promise.

MohamedNadjibMAMI