Skip to content

Import standard graph formats #237

@wyattis

Description

@wyattis

Breadboard should have a standard method of creating graphs via one or two standard formats. Potential candidates are:

  • CSV edge list (simplest)
  • Static GEXF file (most complex)

API proposal

g.fromEdgeList(pathToFile, opts)
g.fromGEFX(pathToFile, opts)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions