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

It would be nice to have a JSON schema for output graph. #5

Open
mulkieran opened this issue Jan 29, 2016 · 1 comment
Open

It would be nice to have a JSON schema for output graph. #5

mulkieran opened this issue Jan 29, 2016 · 1 comment

Comments

@mulkieran
Copy link
Owner

The output graph is in JSON, hence the interest.

It would actually be even nicer to have something similar to describe the structure of the networkX DiGraph.

This would help with #3 .

It doesn't make sense for networkX to support this.

So, it is a long term goal. The really nice thing would be if the code that generates the structure and adds the decorations could be auto-generated from the spec. And that is a very long term goal.

@mulkieran
Copy link
Owner Author

An easier step than specifying the structure would be specifying the decorations.

This would be useful both for identifying the graph nodes and also for identifying the category of decorations.

non-volatile decorations could be used in equivalence functions to identify nodes that are identical.
volatile could always be avoided.
inbetween could be either. Size is a possible example.

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

1 participant