vesoft-inc / nebula-python

Client API of Nebula Graph in Python
194 stars 78 forks source link

api: introduce interface/function to better prepare data for graph vis #318

Open wey-gu opened 9 months ago

wey-gu commented 9 months ago

Like an interface to parse arbitrary resultset as a list of vertices and a list of edges.

With it, those who are building things to visualize graph data will be extremely happy.

cc @Nicole00 @haoxins

haoxins commented 9 months ago

Absolutely~ 👍 Currently, I have to export the data from the Meta/Storage API by myself.