Skip to content

Need a custom graph parser for Gephi #4

@oyeb

Description

@oyeb

Gephi allows multiple attributes for each vertex, and this can be interpreted as a dictionary of keys mapping to values.
Our graph creates many "keys" whose values are lists-of-values, or put simply, we have attributes that are multi-valued (so we need a dictionary whose elements can be lists too).
Currently, the neither the GephiStreamer API nor Gephi directly support multi-valued attributes. So we'll have to definitely improve GephiStreamer API to parse such dictionaries, and might also have tinker with Gephi's internal vertex representation.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions