Introduction

FastFlow Engine is a high-performance, low-code ETL orchestration engine built on Apache Airflow. It facilitates up to 10x faster data transfer using Binary Streaming instead of traditional JSON-based serialization.

Installation

You can install FastFlow as a Python package directly into your existing Airflow environment:

pip install fastflow-engine

Quick Start

After installation, enable the plugin settings in your `airflow.cfg` file:

[fastflow]
enable_binary_stream = True
worker_concurrency = 16

For detailed configuration options, please refer to the "Guides" section in the left menu.