简体   繁体   English

如何更改GrapheneDB节点中的行顺序?

[英]how do I change the order of rows in GrapheneDB node?

my nodes have the following order in GrapheneDB neo4J hosted database: 我的节点在GrapheneDB neo4J托管数据库中具有以下顺序:

<id>:3 human_date:Wednesday, July 5, 2017type:painuuid:7c74a49d-f102-4825-914b-87dcc88d339bvalue:Emptinessepoch_utc_i:1499285499

The input of the JSON object is I first create the node with the value , and then set properties: {uuid, epoch_utc, human_time} JSON对象的输入是我首先使用value创建节点,然后设置属性:{uuid,epoch_utc,human_time}

It's hard to use the graphical UI to see different nodes because only human_time is displayed...and that is often the same for multiple nodes. 很难使用图形UI来查看不同的节点,因为只显示了human_time ...并且对于多个节点通常是相同的。 I would prefer to see type or value 我希望查看typevalue

You can change the properties that were picked by Neo4j Browser to be displayed as captions. 您可以更改Neo4j浏览器选择的属性以显示为字幕。

Just click at the top of the window on a Label tag, and once selected, change the caption at the bottom to type or value . 只需在窗口顶部的Label标签上单击,然后选择底部的标题即可将其更改为typevalue

For more advanced styling, like displaying multiple captions, you can edit the Graph Style Sheet (.grass file). 对于更高级的样式(如显示多个标题),可以编辑“图形样式表”(.grass文件)。 Just enter :style in Neo4j Browser, click on the download icon, edit and upload the file back and the changes will be reflected. 只需在Neo4j浏览器中输入:style ,单击下载图标,然后编辑并上传文件,更改就会反映出来。

You can read more on Neo4j Browser styling here . 您可以在此处阅读有关Neo4j浏览器样式的更多信息

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM