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

Add GraphML UDF #142

Closed
greebie opened this issue Dec 7, 2017 · 1 comment
Closed

Add GraphML UDF #142

greebie opened this issue Dec 7, 2017 · 1 comment

Comments

@greebie
Copy link
Contributor

greebie commented Dec 7, 2017

Currently we have two network outputs -- GDF & GEXF.

GEXF is a standard needed for Sigma.js and is fairly standard across applications. The other standard is GraphML.

GDF was popular primarily due to a service that created ego networks from Facebook. This service is now defunct and the GDF format is not widely used.

I suggest 1) Add a GraphML UDF
and 2) Deprecating the GDF output, recommending either GEXF or GraphML which are used much more widely and have more features for creating networks (including support for nested and dynamic networks if we want to use those down the line).

@ruebot
Copy link
Member

ruebot commented Dec 7, 2017

Resolved with: 116b053

@ruebot ruebot closed this as completed Dec 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants