Ramblings of a Coder's Mind

Engineering × AI × Scale

K

Tag: data-engineering

Posts tagged with data-engineering

What are event driven architectures?

A couple of years ago, I was part of group of individuals working on defining different Event Driven architectures during a weekend summit. A summary of the summit was already published by Martin Fowler as first as a blog and later as a talk, the blog takes a slightly different...

Read on →

MLOps: Building a healthy data platform

Spoiler: MLOps is to ML Platforms what DevOps is to most tech products. If you think this means MLOps is automating your deployments, this article is for you. What is DevOps and how is it so much bigger than automating deployments? You know that a term you coined has made...

Read on →

Data storage patterns, versioning and partitions

When you have large volumes of data, storing it logically helps users discover information and makes understanding the information easier. In this post, we talk about some of the techniques we use to do so in our application. In this post, we are going to use the terminology of AWS...

Read on →