hichMEN / Spark-DeltaLake-Demo

Containerized Demo of Apache Spark MLlib on a Data Lakehouse (2022)

Home Page:https://mybinder.org/v2/gh/JoeKnittel/Spark-DeltaLake-Demo/HEAD?labpath=spark_and_delta_lake.ipynb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spark-DeltaLake-Demo

Reliable, Scalable Machine Learning (2022)

This project was completed in an attempt to become better acquainted with the latest big data tools. Further details can be found on my blog here.

The world is producing an exponentially increasing amount of digital data, and the tools we use to derive insights from data are evolving just as rapidly.

In recent years, a new architecture called the Data Lakehouse has begun to gain prominence as an enterprise solution to storing and processing big data. This trend piqued my interest and led to my exploration of some of the key underlying technologies fueling the revolution.

Of particular focus are two open-source technologies: Delta Lake and Apache Spark. Delta Lake provides a metadata layer to data lakes, bringing ACID transaction guarantees and time travel to a heretofore messy approach to data science at scale. Apache Spark offers a distributed processing engine for a diverse set of workloads (e.g., SQL queries, machine learning, stream processing), which can be programmed in Python, R, Scala, etc.

It is my belief that these technologies―among several others further detailed on my blog―will play a major role in how businesses leverage the power of data going forward. As such, this research prepares me well to confront many emerging data engineering and data science challenges.

The demonstration linked below is deployed using the Binder service, which processes a Jupyter notebook in the cloud, based on a custom Docker image described by the supporting files in this repository.


Live Link: Binder


Contained in this repository:

  • Jupyter notebook demonstrating Apache Spark and Delta Lake
  • Files to construct a custom Docker image deployed using Binder
    • Dockerfile
    • docker-compose.yml
    • requirements.txt

About

Containerized Demo of Apache Spark MLlib on a Data Lakehouse (2022)

https://mybinder.org/v2/gh/JoeKnittel/Spark-DeltaLake-Demo/HEAD?labpath=spark_and_delta_lake.ipynb

License:MIT License


Languages

Language:Jupyter Notebook 100.0%Language:Dockerfile 0.0%