Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 895 Bytes

README.MD

File metadata and controls

25 lines (19 loc) · 895 Bytes

LakeHouse on Docker Compose

Docker+Compose+Airflow

About

An local setup for Airflow v2 with docker-compose (future Lakehouse)

Prerequisites

  • Docker (started) and docker-compose (just install Docker for Desktop if you are on laptop)

Quickstart

  1. Clone repo git clone https://github.com/datafuel/lakehouse_docker.git
  2. Run cd lakehouse_docker
  3. Rename .env.example to .env and replace dummy values with yours
  4. Run docker-compose up then access the services

Integration with other stacks of datafuel

  1. Run docker network create datafuel-local-network
  2. Run docker-compose -f datafuel.docker-compose.yml

Make sure to wait at least 30 seconds before launching any service !