Tessera Data Flow Engine is a modular execution system based on directed acyclic graphs (DAGs), designed to build flexible and extensible data processing pipelines. Each module (or “tessera” tile) represents an independent node that processes data and passes the result along the execution graph.

1 Open Issue Need Help Last updated: Aug 6, 2025

Open Issues Need Help

View All on GitHub
Data Science ETL Tools

AI Summary: Create comprehensive documentation for the Tessera Data Flow Engine and its associated libraries, including an overview of the engine's architecture, detailed descriptions of each library module, how-to guides for workflow definition and custom function implementation, a development guide, and potentially diagrams. The documentation should be distributed across the project's README, individual module READMEs, or a dedicated docs folder.

Complexity: 4/5
documentation help wanted developer-experience onboarding engine

Tessera Data Flow Engine is a modular execution system based on directed acyclic graphs (DAGs), designed to build flexible and extensible data processing pipelines. Each module (or “tessera” tile) represents an independent node that processes data and passes the result along the execution graph.

Java