Coder Social home page Coder Social logo

dag-flow-platform's Introduction

dag-flow-platform

基于dag的多线程异步并行计算,环路检测以及绘图都已实现

主要流程:

  1. 线程依赖dag注册。将多线程的依赖关系构造成dag图。
  2. 环路检测,检测dag图是否有环,如果有环则报错并打印出环路。
  3. 可以选择性打印出整个dag图,直观查看dag中线程依赖关系。
  4. 构造hystrixCommand并根据依赖关系封装执行依赖。
  5. 异步调度执行,等最后一个返回成功则执行完毕(或者超时)。

dag-flow-platform's People

Contributors

a925907195 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.