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

graph format #37

Closed
gkiar opened this issue Feb 10, 2016 · 4 comments
Closed

graph format #37

gkiar opened this issue Feb 10, 2016 · 4 comments
Assignees
Labels

Comments

@gkiar
Copy link
Collaborator

gkiar commented Feb 10, 2016

finalize spec for attributed edge + json graph format. Once completed, this will split into subsequent tasks which are write reader/writer for this format in R and Python.

@gkiar
Copy link
Collaborator Author

gkiar commented Feb 10, 2016

originally discussed here.

@wrgr
Copy link
Contributor

wrgr commented Feb 16, 2016

I'll lead this one.

@gkiar
Copy link
Collaborator Author

gkiar commented Feb 17, 2016

We (@jovo, @WillGray, @icoming, @disa-mhembere, @gkiar) have come to a decision:

We will store graphs using NetworkX's gpickle format.

The reasons being:

  • any custom method developed by us would be faster and more compact, but only marginally
  • our custom thing would completely unsupported by community, but gpickle is at least supported by networkx
  • our custom thing would take time where this is ready and workable now

@gkiar gkiar closed this as completed Feb 17, 2016
@disa-mhembere
Copy link

i think this is an ok resolution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants