Uploaded image for project: 'Falcon'
  1. Falcon
  2. FALCON-256

Create new API for Process dependency graph DAG which captures process connected via feeds

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.6.1
    • None

    Description

      Currently Falcon has dependency APIs which lists the entity dependencies.
      i.e. A dependency of a process lists all the input and output feeds and corresponding clusters.

      With the new process DAG API, it should generate .DOT file which can be easily converted to visual graph.

      All the processes are linked by the configured feeds.
      EX: If process A generates feeds 1,2 and feed 1 is consumed by process B and 2 by process C respectively, then the .DOT file should generate adjacency matrix.
      Graph start{
      A -> B
      A -> C
      ..
      ..
      B->D
      D->E
      }

      Unless we build dashboard this API will be handy for users.

      Attachments

        1. FALCON-256.patch
          28 kB
          Ajay Yadav
        2. FALCON-256-v2.patch
          27 kB
          Ajay Yadav

        Issue Links

          Activity

            People

              ajayyadava Ajay Yadav
              shaik.idris Shaik Idris Ali
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: