/graphml

GraphML library for Go

Primary LanguageGoApache License 2.0Apache-2.0

GraphML library for Go

The goal of the project is to provide a lossless encoder and decoder for GraphML.

Status

The library can successfully roundtrip GraphML of following applications:

Supported features:

  • Nodes, Edges

  • Multiple graphs

  • Subgraphs inside nodes

  • Custom data for any node kind (key, data)

Not yet supported:

  • Hyper-Edges

  • Ports

  • Endpoints