-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The README states we can also fearlessly drop a JSON representation of a graph.
data.coffee#L58 makes some assumptions about how such a graph should be modeled.
By looking into some almereyda/graph_json_examples I've found that wiki goes different directions here:
- The Websocket stream of the Linkmap Plugin submits a graph similiar to the Directed Acyclic Graph (DAG) as proposed on stackoverflow as a node list with containing edges lists.
- Yet the D3 DAG generator I've come across stores
nodesandedges. - This plugin calls them
nodesandlinks.
Would it make sense here to upgrade the graph support of this component to JSON-LD, to follow a spec, and start implementing stronger Semantics?
Metadata
Metadata
Assignees
Labels
No labels