ts-dag
is an ecosystem of data engineering tools built with TypeScript, designed to simplify and streamline the process of building data pipelines and workflows in the JavaScript world. It provides a set of libraries and utilities that enable developers to create, manage, and execute complex data processing tasks with ease.
Find out more about all the packages in the docs.
The ts-dag
ecosystem consists of the following packages:
@ts-dag/builder
: A library for building and running directed acyclic graphs (DAGs) of tasks.@ts-dag/visualizer
: A tool for visualizing and debugging DAGs and data pipelines.@ts-dag/db-extenders
: A collection of database extenders for integrating with various databases.@ts-dag/simple-lock-state
A simple lock state for managing the state of a DAG.