A data development platform with a visual task-graph IDE that allows users to design and control process behavior through interconnected workflows. Each workflow is composed of tasks, which are instantiated either manually or on a scheduled (cron-based) basis. A task is structured as a graph of task nodes—such as input, procedure, or checker types. Execution is handled by distributed executors/workers that process task nodes from a task queue. A task is considered complete once all its nodes have been executed successfully or a end state is reached.

Project is still under development.

Built With

Share this project:

Updates