Run Flowman in Docker

The simplest way to run Flowman is to use a prebuilt Docker image available on Docker Hub. This will save you from installing all required Spark and Hadoop libraries on your local machine, and gets you started almost immediately.

				
					# Start the Docker container
$ docker run --rm -ti dimajix/flowman:1.1.0-oss-spark3.4-hadoop3.3 bash

# Run Flowman inside the container
$ cd /opt/flowman
$ flowshell -f examples/weather
				
			

Get started with Flowman

If you are new to Flowman, the following guides, tutorials and resources will get you off to a start

Core
Concepts

Learn the fundamental ideas and concepts of Flowman.

Quickstart
Guide

A small quickstart guide will lead you through a simple example.

Online
Tutorial

Step-by-step introduction for learning how to succeed with Flowman.

Development
Workflow

Streamline your development workflow by making most of  all Flowman tools.