Our FastAPI journey in implementing Beckn protocol on ONDC
Mahesh Herle (~mherle) |
0
Description:
We are a certified TSP and NP on ONDC in logistics and mobility domain. We chose to be on FastAPI and python for powering our techstack.
We intend to describe the asynchronous nature of Beckn protocol and how FastAPI helped us ramp up quickly.
In the talk, I'd want to cover - becknprotocol (https://becknprotocol.io/) in brief and how this is different from regular REST APIs - usage of fast-api's background task for handling asynchronous - our use of pydantic for strict input checks - Production deployment and lessons on processing 20k orders per day.
Prerequisites:
- Web application Development