bitnine-oss / agensgraph

AgensGraph, a transactional graph database based on PostgreSQL
http://www.agensgraph.org
Other
1.34k stars 149 forks source link

how to add labels of the node come automatically with agens browser GUI output #427

Closed VinACE closed 6 years ago

VinACE commented 6 years ago

How can make the graph to show names of node with the values in agens browser as I am seeing the node numbers like 3.49 3.11 etc..

Is there a option to update the name for the node that we create, referring to the load command... LOAD FROM post AS ROW MERGE (:post =to_jsonb(row_to_json(row)));

During the above load command is there a way to update the names that appear in agens browser.

Also I wanted to update the realtions label appear in the agens browser.

VinACE commented 6 years ago

Adding as name: solves this issues MERGE (r:mat {name:to_jsonb((source).mat) })