Giter Club home page Giter Club logo

go-dag's Introduction

go-dag

A framework developed in Go that manages the execution of workflows described by directed acyclic graphs.

Go Reference Mentioned in Awesome Go
GitHub Tag GitHub go.mod Go version Go Report Card GitHub Actions Workflow Status Codecov coverage

Unlike any other DAG framework, GO-DAG does not emphasize concepts such as edges and vertices, but allows users to focus on defining transit(worker and its inputs and outputs). GO-DAG will automatically builds workflows based on user-defined transits and then executes them.

Now this project is fully tested in Go 1.20, 1.21, 1.22, and always be adapted to the latest version.

This project always adheres to zero external dependencies, that is, it only relies on internal code packages (except for testing).

Introduction

GO-DAG consists of several code packages that differ in the complexity of the described workflows.

Currently, the released versions include:

  • workflow/simple: used to describe simple workflows, supports DAGs of any complexity, and has logging capabilities that allow custom transits and log events. Although simple, it can satisfy most scenarios.

In the future, workflows with more complex functions will be introduced.

Reference

If you want to know the specific usage of GO-DAG and more details, please visit this.

If you want real-person online guidance on how to use it, you can:

Gitter

If you want guidance on using this framework to transform your complex tasks into the most efficient workflows, you can start by donating to:

Donate

go-dag's People

Contributors

vistart avatar actions-user avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.