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.

Forum Posts

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 966 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1195 Views
  • 1 replies
  • 1 kudos

Modify value in Bloom Search

Hi, I have a Bloom query that is generally working, but not quite. The target property is used to modify the display property of nodes in the Bloom display. A value of 1 color codes the node to the target company and 0 is meant for other companies. ...

Clone Node in JAVA

Dear All, I need to clone Node object in Java. I am using org.neo4j.graphdb.* library. Have gone through the documentation. Have found a way to clone Nodes in cypher, but am not able to do it in JAVA. Any help will be deeply appreciated. Regards Anki...

Next-to-last node in longest path

I have graph that contains source code control commits along with their parents and authors. The schema is below: I am trying to write a cypher query to find the earliest pull request in a chain of nodes where a given starting commit is the merge r...

3X_4_6_464fe616fd45cecfac1a2b4d372507e6cfa17f1d.png
dpetit1 by Node Link
  • 544 Views
  • 1 replies
  • 0 kudos

Using property values in toBoolean vs. typed in text

I'm trying to use a property (k.rule) that holds an expression to be evaluated as true/false. When I pass it into the function toBoolean, I get a null result. If I type it directly into the function, I get the expected result. match (Size:Question {n...

3X_e_d_edcac03596b2f648a7f73cc97c85e8e807c35371.png
dnacy by Node
  • 401 Views
  • 1 replies
  • 0 kudos

The only path

hello Does anyone know why the function reduce like following returns all the path between two noeds, not the only path with the shortest time? match (a:station {name:"Mermoz"}),(b:station{name:"Brombach"}), p=((a)-[*..10]->(b)) with p,reduce(s=0,r i...

3X_7_2_727f45d0fa7422840145b9557539e65405bbe31e.png

Is there an easier way than neo4j?

I have neo4j Community running, and loaded graphs via py2neo. Graphs look very useful; would like to use them. I then tried to use Bloom via Desktop because I am not a graph specialist, with colleagues in the same boat. But it has been 100s of hour...

e25548 by Node
  • 484 Views
  • 1 replies
  • 0 kudos

How do i display nodes in HTML with Python?

Hi, I'd like to build a website using HTML and Python, where I'm able to display a simple list of the nodes in a database and select single nodes to display their detailed information, including it's relationships. Later I'd also like to add a featur...

m_h98 by Node
  • 832 Views
  • 1 replies
  • 0 kudos

Resolved! How to project all properties easily?

Hi guys. I googled with these terms but cannot find anything. Is there any way to do it like this?: call gds.graph.create( 'aprojection' , ['Anode', 'Bnode'], ['AREL', 'BREL'], {nodeProperties: "", relationshopProperties: ""}) If I run it like that I...

gigauser by Graph Buddy
  • 847 Views
  • 4 replies
  • 1 kudos