Content graph visualization
Installation
First, install BrainDB.
With BrainDB, it is possible to convert content into a graph, for example, in JSON format, and then load it into any visualization library of your choice. Here is an example of how to load data in Graphology ↗:
Example
See Server-side content graph.
This graph is generated on the server side with the help of Graphology and some custom code. It is too long to post here, so check out the source code if you want to know more.
The idea was to display the graph without the need for JavaScript on the client side. However, this is challenging because one needs to manage the overlapping of nodes, edges, and labels. It is good enough to demonstrate the idea, but it needs to be reimplemented for rendering on the client side.
See also
Further improvements
- Show labels for tags on the graph.
- Create an example with Client-side content graph