You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/medallion-architecture/index.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ The architecture divides your data journey into three layers:
61
61
62
62
Each layer has one job. Each layer makes the data a little more trustworthy. By the time data reaches the end, it's reliable, consistent, and ready to power real business decisions.
-[OneUptime - Build a Data Lakehouse on GCP](https://oneuptime.com/blog/post/2026-02-17-how-to-build-a-data-lakehouse-architecture-on-gcp-using-cloud-storage-dataproc-and-bigquery/view)
Copy file name to clipboardExpand all lines: src/database/blogs/index.tsx
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,15 @@ const blogs: Blog[] = [
177
177
category: "data engineering",
178
178
tags: ["Streaming Pipelines","Real-Time Data Processing","Data Consistency","Data Reliability","Resource Consumption","Complexity","Data Engineering"],
179
179
180
+
id: 15,
181
+
title: "Azure Synapse Analytics: When to Use It (And When to Choose Fabric Instead)",
182
+
image: "/img/blogs/azure-synapse-cover.png",
183
+
description:
184
+
"Azure Synapse Analytics is a unified analytics service that combines big data and data warehousing capabilities. This article explores when to use Azure Synapse Analytics and when to choose Fabric instead.",
0 commit comments