Skip to content

Reorganize graph data files #25

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions