https://github.com/pietheinstrengholt/building-medallion-architectures-book
This GitHub repository contains all the code and Jupyter notebooks accompanying the book "Building Medallion Architectures," offering practical insights and hands-on exercises for designing robust data architectures. Explore code samples, datasets, and interactive notebooks to enhance your understanding of medallion architecture concepts.
https://github.com/pietheinstrengholt/building-medallion-architectures-book
Last synced: 7 months ago
JSON representation
This GitHub repository contains all the code and Jupyter notebooks accompanying the book "Building Medallion Architectures," offering practical insights and hands-on exercises for designing robust data architectures. Explore code samples, datasets, and interactive notebooks to enhance your understanding of medallion architecture concepts.
- Host: GitHub
- URL: https://github.com/pietheinstrengholt/building-medallion-architectures-book
- Owner: pietheinstrengholt
- License: mit
- Created: 2025-01-20T09:50:29.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-17T12:51:04.000Z (8 months ago)
- Last Synced: 2025-02-17T13:39:28.590Z (8 months ago)
- Language: Jupyter Notebook
- Size: 535 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Building Medallion Architectures
This GitHub repository contains all the Python and SQL notebooks and scripts used in the book "[Building Medallion Architectures](https://learning.oreilly.com/library/view/building-medallion-architectures/9781098178826/)". Here, you can find the code samples and examples that accompany each chapter of the book, allowing you to follow along and experiment with the concepts discussed.
The repository is organized by chapters, making it easy to locate the relevant scripts and notebooks for each topic. There is an additional folder called chapter-00-databricks that contains extra code snippets. These were created at the time of writing with the assumption that I would describe a hybrid architecture.
Feel free to clone, fork, and contribute to this repository as you explore the world of Medallion Architectures!
Other useful links:- [Building the Medallion foundation with Azure Databricks and Unity Catalog](https://medium.com/@piethein/building-the-medallion-foundation-with-azure-databricks-and-unity-catalog-f4b42e7983d1)
- [Construct the Bronze Layer with Azure Databricks](https://medium.com/@piethein/construct-the-bronze-layer-with-azure-databricks-426106a2c11d)