JuliaGraphs / JuliaGraphs/GraphIO.jl
Support networkx node-link JSON format
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 62
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
networkx supports a graph serialization format it calls node-link data that can be read/written to JSON. See
While this format doesn't appear to be a standard, it is simple and interoperable due to its JSON compatibility. It supports node & edge attributes.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading GraphIO.jl's existing graph format readers and writers, then compare their conventions with the linked NetworkX node-link documentation. The work is complete when node-link JSON can be read and written with node and edge attributes preserved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json, julia, python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100