Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/visualisation #88

Draft
wants to merge 96 commits into
base: main
Choose a base branch
from
Draft

Conversation

itsvipa
Copy link

@itsvipa itsvipa commented Dec 16, 2019

Description of the Change

This change adds the functionality of being able to visualise any workflow written up in a python file.

It uses, in addition to the current packages, flask, networkx in the module, and on the javascript side, d3.js.

It also provides summary diagnostics on failure rates and activity durations from the last 100 executions to help identify pain points and contextualise complex workflows.

The flask microservice serving the web frontend allows for the further extension of additional visualisations into the template file, with the next 3 logical steps being:

  1. Providing a menu for selecting between multiple flows and re-rendering them.
  2. Providing a realtime execution visualisation
  3. Adding additional analytics and graphs on click through - and linking to the AWS console when possible.

Verification Process

I have forked and updated the following repository:

https://github.com/itsvipa/hello_world_garcon

with a guide on how to quickly run the visualiser with the relevant contexts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants