Skip to content

harrydevforlife/building-lakehouse

Repository files navigation

Data Lakehouse

Logo

Open Data Lakehouse Platform with specialized tools for data analytics

Table of contents

Description

Warning: This project is still a work in progress. It is not yet ready for production use. Please use it at your own risk.

This project is a data lakehouse platform with specialized tools for data analytics. The platform is built on top of the following components:

  • Apache Spark: Apache Spark is a unified analytics engine for big data processing, with built-in modules for streaming, SQL, machine learning and graph processing.
  • Delta Lake: Delta Lake is an open-source storage layer that brings ACID transactions to Apache Spark and big data workloads.
  • Apache Airflow: Apache Airflow is a platform to programmatically author, schedule and monitor workflows.
  • MinIO: MinIO is a high performance, distributed object storage system. It is software-defined, runs on industry standard hardware and is 100% open source under the Apache V2 license.
  • Metabase: Metabase is the easy, open source way for everyone in your company to ask questions and learn from data.
  • Hive Metastore: The Hive metastore is a central repository of Hive metadata. It stores metadata for Hive tables (like their schema and location) and partitions in a relational database.
  • Mlflow: MLflow is an open source platform for the complete machine learning lifecycle. It is designed to work with any machine learning library and to be platform agnostic.
  • dbt: dbt (data build tool) enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.

System Architecture

The system architecture is shown in the following diagram: lakehouse

Here we using the stable technologies to build the data lakehouse platform such as Apache Spark, Delta Lake, Apache Airflow, MinIO, Metabase, Hive Metastore, Mlflow, dbt. The platform is designed to be scalable, reliable, and easy to use. It can be used to store, process, and analyze large amounts of data.
Althought the platform is built on top of the stable technologies, it is still a work in progress. We are constantly working on improving the platform and adding new features. If you have any suggestions or feedback, please let us know.
We hope that the platform will be useful to you and help you with your data analytics needs.

Lakehouse Architecture

The lakehouse architecture is shown in the following diagram:

Lakehouse-Architecture

The lakehouse architecture is a new approach to data management that combines the best of data lakes and data warehouses. It provides the scalability and flexibility of a data lake, with the reliability and performance of a data warehouse.

Here we have four layers in the lakehouse architecture:

  • Table Format: The table format layer is responsible for defining the schema of the data. It specifies the structure of the data, such as the columns, data types, and constraints. The table format layer is implemented using Delta Lake, which provides ACID transactions and schema enforcement. In the furture, maybe we will shift to Iceberg if it is more stable.
  • Metadata: The metadata layer is responsible for storing metadata about the data. It includes information about the data, such as the location, format, and schema. The metadata layer is implemented using the Hive Metastore, which provides a central repository for storing metadata.
  • Compute Engine: The compute engine layer is responsible for processing the data. It includes tools for running queries, transforming data, and training machine learning models. The compute engine layer is implemented using Apache Spark, which provides a unified analytics engine for big data processing.
  • Data Lake: The data lake layer is responsible for storing the data. It includes tools for storing, managing, and accessing large amounts of data. The data lake layer is implemented using MinIO, which provides a high performance, distributed object storage system.

For people who are not familiar with the concept of a lakehouse, it is a new approach to data management that combines the best of data lakes and data warehouses. It provides the scalability and flexibility of a data lake, with the reliability and performance of a data warehouse. If you are interested in learning more about the lakehouse architecture, we recommend checking out the following resources:

Quick start

Requirements

You need to have the following tools installed on your machine:

Installation

  • Clone the repository
git clone https://github.com/harrydevforlife/building-lakehouse.git

Update the environment variables in the .env file. Then run the following commands to start the platform:

docker compose up -d

Access services

Prepare data

Orchestrate pipeline

Query data

Clean up

Clean up the platform by running the following command:

docker compose down

If you want to remove all data, run the following command:

docker compose down -v

Todo

  • Make the platform more lightly
  • Add more features (shift to Iceberg, add more tools)
  • Add more examples
  • Add more documentation

About

Building Data Lakehouse by open source technology. Support end to end data pipeline, from source data on AWS S3 to Lakehouse, visualize and recommend app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published