JuliaGraphs / JuliaGraphs/GraphIO.jl

Support networkx node-link JSON format

Open
#52 0 comments 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.