Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
304 changes: 304 additions & 0 deletions blog/netflix-data-engineering/index.md

Large diffs are not rendered by default.

13 changes: 12 additions & 1 deletion src/database/blogs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const blogs: Blog[] = [
tags: ["Microsoft", "Azure", "Data Engineering", "Certification", "Fabric", "OneLake", "Data Workloads", "Unified Analytics"],
},
{
id:10,
id: 10,
title: "Lakehouse vs Data Warehouse: A Comprehensive Comparison",
image: "/img/blogs/datalake_vs_warehouse.png",
description:
Expand All @@ -122,6 +122,17 @@ const blogs: Blog[] = [
category: "data engineering",
tags: ["Lakehouse", "Data Warehouse", "Data Storage", "Big Data", "Architecture", "Comparison"],
},
{
id: 11,
title: "How Netflix Handles 2 Trillion Events Every Day",
image: "/img/blogs/thumbnail.png",
description:
"Netflix processes an enormous amount of data every day, handling over 2 trillion events. This article explores how they manage this massive scale and the technologies they use to ensure smooth operations.",
slug: "netflix-data-engineering",
authors: ["Aditya-Singh-Rathore"],
category: "data engineering",
tags: ["Netflix", "Data Processing", "Big Data", "Scalability", "Event Handling", "Technology", "Architecture", "Data Engineering"],
},
];

export default blogs;
Binary file added static/img/blogs/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading