#Data Lake

Tags: 5 posts

September 19, 2025 3 min read

Data's Grand Tour: Navigating the Modern Data Architecture Maze

We’re excited to share the complete materials from our session at Flo 2025: Data’s Grand Tour — Navigating the Modern Data Architecture Maze. This 45-minute presentation covers the full landscape of modern data architectures, from …
September 19, 2025 5 min read

Architecture Comparison & Decision Framework

After exploring each architecture in depth, the critical question becomes: how do you choose? This article provides a structured comparison and a practical decision framework to help you select the right architecture for your organisation’s …
September 19, 2025 4 min read

Data Lake: The Foundation of Modern Data Architecture

The Data Lake was the first architecture to break free from the rigid schemas of traditional data warehouses. By storing raw data in its native format at virtually unlimited scale, it opened the door to exploratory analytics, machine learning, and …
September 15, 2019 1 min read

List, Create and Move Folder within Azure Datalake Store Gen1 using R and Rest API

The following code snippets are on creating a connection to Azure Data Lake Storage Gen1 using R with Service-to-Service authentication with client secret and client id using REST API to list, create and move any folder in a azure data lake store …
September 6, 2019 1 min read

Read and Write Excel from Azure Datalake Store using R and Rest API

The following code snippets are on creating a connection to Azure Data Lake Storage Gen1 using R with Service-to-Service authentication with client secret and client id using REST API and read and write an excel file. Import Prerequisite …