cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Ooker
Node
since ‎10-04-2021
‎09-14-2022

User Statistics

  • 27 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

A while ago I still get email notify me that my free Aura instance is about to be paused due to being inactivate. But now I don't get these email anymore. Do you have any idea? Checking my account I don't see any setting about that.
Occasionally I need to use HTML character codes as a part of the query string, like &#8217 for ', and ] for ]. I know that there is a way to convert them back to the proper characters to be able to use Cypher, but is there a way to make Cypher au...
I have a node containing these property names: "name", "A", "B", "C", ..., "ZA", "ZB", "ZC",... (That is, using the query match (x) where x.name="a" return keys(x) will return the result ["name", "A", "B", "C", ..., "ZA", "ZB", "ZC", ...]). I want to...
The Developer guide for Neo4j Browser User Interface says that I can run :style, export it, modify it and drag it back to change the style. I try changing the default border width, and adding two new properties for nodes: text-align and shape, as exp...
I use NEuler to calculate closeness centrality and betweenness centrality of my directed graph. I notice that the indexes are the same regardless the relationship orientation are natural, reverse or undirected. I suppose they should be different. Is ...