Skip to content

Reorganize graph data files #25

@bentsherman

Description

@bentsherman

Currently a graph is represented as three files:

  1. edge list
  2. node/module list
  3. ontology info

We should condense these files into two files:

  1. node list (id, module id, ontology terms)
  2. edge list

This representation would significantly decrease load time because the ontology info file has a lot of information that is not used by the graph.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions