AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Using Python to Migrate to Go Services
We moved from a monolith written in python to go services, and federation was key in in being able todo that safely and ineffectively. So we treated python as just any other service. Andhen we start building out the ghos services. We built some tooling that would send requests to both python and go. If wed compare them, it would send the old requests to the client. It would tell us if there are any differences. Ye, it worked really well. I think thi's pretty good.