Skip to content

Commit 8198a60

Browse files
authored
Merge pull request #1432 from Adez017/patch-1
Added blog fpor azure storage and ADLS Gen 2
2 parents 5b82e81 + 47b9aa3 commit 8198a60

8 files changed

Lines changed: 393 additions & 0 deletions

File tree

1.23 MB
Loading
1.06 MB
Loading
1.23 MB
Loading
1.05 MB
Loading
901 KB
Loading

blog/azure-storage-options/index.md

Lines changed: 381 additions & 0 deletions
Large diffs are not rendered by default.

src/database/blogs/index.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,18 @@ const blogs: Blog[] = [
133133
category: "data engineering",
134134
tags: ["Netflix", "Data Processing", "Big Data", "Scalability", "Event Handling", "Technology", "Architecture", "Data Engineering"],
135135
},
136+
{
137+
id: 12,
138+
title: "Azure Storage & ADLS Gen2: Where Does Your Data Actually Live?",
139+
image: "/img/blogs/azure-storage-cover.png",
140+
description:
141+
"Azure Storage and Azure Data Lake Storage Gen2 (ADLS Gen2) are two different storage solutions offered by Microsoft Azure. Azure Storage is a general-purpose storage service that provides various types of storage, including blobs, files, queues, and tables. ADLS Gen2, on the other hand, is a specialized storage solution designed for big data analytics workloads, offering features like hierarchical namespace and optimized performance for analytics.",
142+
slug: "azure-storage-options",
143+
authors: ["Aditya-Singh-Rathore"],
144+
category: "data engineering",
145+
tags: ["Azure", "Storage", "Data Lake", "ADLS Gen2", "Big Data", "Scalability", "Event Handling", "Technology", "Architecture", "Data Engineering"],
146+
},
147+
136148
];
137149

138150
export default blogs;
870 KB
Loading

0 commit comments

Comments
 (0)