Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 1.97 KB

README.md

File metadata and controls

66 lines (46 loc) · 1.97 KB

gRPC Workshop at PyCon Israel 2024

Miki Tebeka 📬 [email protected], 𝕏 @tebeka, 👨 mikitebeka

Shameless Plugs


Final Exercise

  • Use db.py to store data in database
  • Implement a GetRide endpoint that returns ride information from the database

Agenda

  • gRPC overview
  • Protocol Buffers
  • Servers & Clients
  • Interceptors
  • Streaming
  • Metadata
  • Production considerations

Note

We probably won't manage to cover everything.

Before We Start

Here's what you'll need to follow along:

Code

TBD

Links

Data & Other