seznam / euphoria

Euphoria is an open source Java API for creating unified big-data processing flows. It provides an engine independent programming model which can express both batch and stream transformations.
Apache License 2.0
82 stars 11 forks source link

Refactor outputs as stateful operators #256

Closed je-ik closed 6 years ago

je-ik commented 6 years ago

Outputs have to be stateful operators to fully support fault tolerance, checkpointing and rewinding (if applicable). Introducing this into the common DAG will also solve #255.

je-ik commented 6 years ago

Obsolete.