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

RFE: support sub-graphs #32

Open
ankostis opened this issue Jul 27, 2019 · 1 comment
Open

RFE: support sub-graphs #32

ankostis opened this issue Jul 27, 2019 · 1 comment

Comments

@ankostis
Copy link

It would be nice to add e method like:

bigger_graph = Graph.add_subgraph(some_graph)

and port all nodes from some_graph into bigger_graph.

@cedricleroy
Copy link
Owner

I once thought about that, and kinda liked the idea. The big PROS back in the times was that it is somehow easier to design small graphs rather than big ones. I then thought the idea was actually just hiding a bigger problem between data and graph modeling which could be solved with dynamic nodes (nodes created at run-time depending on the inputs passed to the graph).

Do you have an illustration on your thoughts for the sub-graphs idea?

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

No branches or pull requests

2 participants