In this episode, we speak with Sunu Sasidharan. Sunu is the technology lead at Cuologic where he helps global brands implement large scale architectures, devops automation and data engineering across multiple technology stacks.

Top 3 Value Bombs:

  1. When creating distributed databases, you can only achieve two of the following three: consistency, availability, partition tolerance (CAP Theorem)
  2. Design data pipelines that support schema evolution. Teams should be able to add new functionality without causing downstream impacts.
  3. The entire deployment and creating of data objects/pipelines should be managed by code and version controlled.