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

Pipeline Viz #2

Open
theboxahaan opened this issue May 25, 2021 · 0 comments
Open

Pipeline Viz #2

theboxahaan opened this issue May 25, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@theboxahaan
Copy link
Owner

theboxahaan commented May 25, 2021

The Issue

Vizualise the pipeline in a CUI environment like the terminal using basic utf-8 characters. Just adds a graphical flair!
A very primitive example could be -

            ┌---┐        ┌---┐         ┌---┐
	... |   |<-------|   |-------->|   |<--------  
	    |   |------->|   |<--------|   |--------->  ...
	    └---┘        └---┘         └---┘

The input graph woud have the following structure -

graph = \
{
    'node_1': ('node_2', ),
    'node_2': ('node_3', 'node_4'),
    'node_3': ('node_4', ),
    'node_4': None,
}
@theboxahaan theboxahaan added enhancement New feature or request good first issue Good for newcomers labels May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant