Skip to content

josephmachado/data_storage_pattern

Repository files navigation

Data Storage Patterns for Data Warehouse

Code for 3 Data Storage Techniques Every Data Engineer Should Know post.

Setup

Prerequisites:

  1. docker & docker compose
  2. Atleast 4GB (preferably 8GB or more) memory

Clone and start the containers using the command below on your terminal.

Windows users: please setup WSL and a local Ubuntu Virtual machine following the instructions here until you get an ubuntu prompt.

git clone https://github.com/josephmachado/data_storage_pattern.git
cd data_storage_pattern
docker compose up --build -d 
sleep 30

Once done, stop containers with

docker compose down -v
sudo rm -rf ./minio_data/*
sudo rm -rf ./notebooks/data/*

Licensing & Attribution

MinIO

This course uses MinIO for object storage demonstrations. MinIO is open source software licensed under GNU AGPL v3.

About

Code for 3 Data Storage Techniques Every Data Engineer Should Know post.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors