Skip to content

Getting Started

Installation

To install dagger, simply run this simple command in your terminal of choice:

python -m pip install wf-dagger

dagger has a dependency on faust-streaming for kafka stream processing

Introduction

The core of dagger are Tasks used to define workflows. Dagger uses faust-streaming to run asynchronous workflows and uses one faust-supported datastores to store the data.

FAQ

Which version of python is supported?

dagger supports python version >= 3.7

What kafka versions are supported?

dagger supports kafka with version >= 0.10.

What's Next?

Read the Usage Guide for a more detailed descriptions of ways you can use dagger.

Read the API Reference for specific information about all the functions and classes made available by dagger.