# dag **Repository Path**: pipego/dag ## Basic Information - **Project Name**: dag - **Description**: Pipeline dag - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-25 - **Last Updated**: 2024-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dag [![Build Status](https://github.com/pipego/dag/workflows/ci/badge.svg?branch=main&event=push)](https://github.com/pipego/dag/actions?query=workflow%3Aci) [![codecov](https://codecov.io/gh/pipego/dag/branch/main/graph/badge.svg?token=t31YICk0ek)](https://codecov.io/gh/pipego/dag) [![License](https://img.shields.io/github/license/pipego/dag.svg)](https://github.com/pipego/dag/blob/main/LICENSE) [![Tag](https://img.shields.io/github/tag/pipego/dag.svg)](https://github.com/pipego/dag/tags) ## Introduction *dag* is the DAG of [pipego](https://github.com/pipego) written in Go. ## Prerequisites - Go >= 1.18.0 ## Example Project example can be found [here](https://github.com/pipego/dag/blob/main/example/main.go). ## License Project License can be found [here](LICENSE). ## Reference - [drone-dag](https://github.com/drone/dag) - [drone-pipeline](https://docs.drone.io/pipeline/overview/) - [machinery](https://github.com/RichardKnop/machinery/blob/master/v2/example/go-redis/main.go) - [wiki-dag](https://en.wikipedia.org/wiki/Directed_acyclic_graph)