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.

D_C
Node Clone
since ‎07-03-2021
‎06-01-2022

User Statistics

  • 34 Posts
  • 0 Solutions
  • 6 Kudos given
  • 1 Kudos received

User Activity

I'm using a cloud hosted neo4j 4.3.1 I basically want to tweak some CSS like larger font size for links. I found this guide: Neo4j Graph Database Platform Neo4j Browser User Interface Guide - Developer Guides This ar...
I saw somewhere in the docs a way to do advanced queries with "whitelisting" nodes, but I can't find it now. Can anyone help with a link? I want to do a path search in that all the nodes share a common property, but for some reason a basic ()-[]-() t...
I'm using the result.graph() to try and get graph info from a cypher call. however, even using a debugger it's hard to tell how to extract anything useful from this API. How do I iterate through or otherwise use a neo4j.graph.Graph object? it's not a...
How do I get properties of edges and not just nodes from a query to the python driver? I have a query to try and find variable length paths between two nodes, like match path = (n1:page{name:'start-page'})-[*..2]->(n2:page) return path limit 5 In the...
Hi! I'm trying to render a graph in cytoscape JS which requires a format like this, using python server. elements: { nodes: [ { data: { id: 'a' } }, { data: { id: 'b' } } ], edges: [ { ...
Kudos from