Talks
Presentations and talks I've given at conferences and meetups.
-
Redisconf 2018: Real Time Log Analysis using Probabilistic Data Structures in Redis
RedisConf 2018 • San Francisco, CA • Apr 2018Analysing user event logs in real-time is pretty easy to do if you are willing to throw money at the problem. But if you want to process hundreds of millions of events with very low memory, you wou...
-
The Rocky Road from Monolithic to Microservices Architecture
Hasgeek Miniconf - Cloud Server Management • Chennai, India • Nov 2017This is a talk I gave in the Hasgeek’s Miniconf on Cloud Server Management in Chennai. In this talk I explain the lessons that we learnt when we migrated from the monolithic architecture to Microse...
-
Real-time log analytics using Probabilistic Data Structures in Redis
PyData Delhi 2017 • Delhi, India • Oct 2017There are two ways to solve any problem: Accurately or approximately. Accurate data structures has its disadvantages – too much memory usage and unscalable for real-time nature of data. In this tal...
-
Deploying your python backend with (almost) zero cost
PyCon India 2016 • Delhi, India • Oct 2017Gone are the days when you had to provision and maintain servers full time and pay huge costs for it (even though it is idle 99% of the time). The world is going serverless where someone else takes...
-
Build your next python project – Super fast, distributed and infinitely scalable, Using ZeroMQ
PyCon India 2013 • Bangalore, India • Oct 2017All web applications aren’t as simple as following a 20 minute blog tutorial in a web framework. There are lot of components which handle the business logic and they might all not run on the same m...
-
Waffle – A schema-less data storage on top of RDBMS
PyCon India 2009 • Bangalore, India • Oct 2017This was Pycon India‘s First edition and was a two day event in IISc Bangalore. Lot of interesting talks and discussions happened in the conference. I [proposed](https://in...