Miki Tebeka 📬 [email protected], 𝕏 @tebeka, 👨 mikitebeka
- Use db.py to store data in database
- Implement a
GetRide
endpoint that returns ride information from the database
- gRPC overview
- Protocol Buffers
- Servers & Clients
- Interceptors
- Streaming
- Metadata
- Production considerations
Note
We probably won't manage to cover everything.
Here's what you'll need to follow along:
TBD
- Protocol Buffers
- Types
- protoc compiler
- timestamp_pb2
- gRPC
- Core Concepts
- gRPC Python Quickstart
- gRPC Python Examples
- gRPC metadata
- gRPC status codes
- Service side context
- gRPCurl
- buf - Helps with managing protobuf & gRPC