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

Other Graph XML specifications/formats #14

Open
gvegayon opened this issue Jan 4, 2022 · 1 comment
Open

Other Graph XML specifications/formats #14

gvegayon opened this issue Jan 4, 2022 · 1 comment

Comments

@gvegayon
Copy link
Member

gvegayon commented Jan 4, 2022

I understand that GEXF's design is mostly done around Gephi, nonetheless, it may be a good idea to try to keep track of other Graph XML formats providing similar support. This could bring ideas about needed/desired features for both GEXF and Gephi. Here are a few examples:

  • DGML: Directed Graph Markup Language (link)
  • GraphML (link)
  • DGML: Directed Graph Markup Language (link)
  • XGMML: eXtensible Graph Markup and Modeling Language (link)

XML formats used in Phylogenetics (some interesting features to consider for GEXF)

@Nikovic
Copy link

Nikovic commented Sep 16, 2023

Hello!
I'd like to mention another format, .dgs, used by the Java library GraphStream. Like .gexf, (and unlike all the formats you've listed?), it allows encoding graph dynamics. I'd say it's main strong suit is streamability (i.e. it can be used for online algorithms and transmission), plus it's more succinct than XML-based formats.

However, it doesn't allow specifying dynamics using intervals - it's always "next timestep: this and that happens", never e.g. "this edge exists from timestamp1 to timestamp2". It also lacks the other "advanced concepts" (hierarchy, phylogeny structure) which can be handily represented in .gexf. In general, I find .gexf much more readable + easily (machine-)parsable and would (did) choose it for offline storage/transmission.

edit: oops, I overlooked that you specified "Other Graph XML formats". .dgs is not XML based at all.

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