Graph visualization #4168
Replies: 4 comments 8 replies
-
Fantastic idea! I'll just add some other libraries to consider, though g6 looks great and I'm very happy to learn about it here. Apache echarts is very mature and well supported. Being part of the Apache foundation is a very strong sign of capability and future support. https://echarts.apache.org/en/option.html#series-graph Visjs network is quite powerful, but somewhat abandonned https://github.com/visjs/vis-network Cytoscape is popular https://js.cytoscape.org/ And of course there's d3, but it's a beast so it would probably be more prudent to use one of the others. https://github.com/d3/d3 |
Beta Was this translation helpful? Give feedback.
-
This, and an equivalent of arrows.app for SurrealDB would be awesome! |
Beta Was this translation helpful? Give feedback.
-
https://github.com/dash14/v-network-graph In terms of performance and ease of use, G6 is excellent |
Beta Was this translation helpful? Give feedback.
-
Well, in newest version of surrealist https://github.com/surrealdb/surrealist/blob/main/package.json, they used sigma with no combo to group nodes, no built-in graph algorithm. I don't think this is a right choice. G6 is better solution |
Beta Was this translation helpful? Give feedback.
-
SurrealDB supports the graph data but the surrealist does not have option to visualize data in graph. With graph data, the visualization will be better if we can draw nodes, edges like Neo4j Browser. You can consider the open source graph visualization as G6 which is free, support webgl render, multiple built-in plugins and functions
Beta Was this translation helpful? Give feedback.
All reactions