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
  • 856 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
  • 1118 Views
  • 1 replies
  • 1 kudos

Can't see Nodes and Relationships

If you can see in the image attached, there is data already uploaded. But as of today when I restarted the neo4j service and neo4j console I am unable to see all the nodes and relationships. Kindly help!

2X_1_16ece17db68bb91124182bf870d907fec76351d9.png

Optimizing Neo4j Query for Path search

Neo4j version: 3.5.16 What kind of API / driver do you use: Python API with py2neo to run the query with graph.run() Py2neo version: 4.3.0. #################################### Hey all, I'm trying to optimize a cypher query to retrieve a variable...

eriz by Node
  • 614 Views
  • 0 replies
  • 0 kudos

Path from a null object

Hi, I am seeing some strange behaviour in neo4j when I deal with null objects. I wonder if anyone can help me understand and justify this behaviour? Let's assume I set my parameter first using :params {b:null}. Then I run the following: MERGE (a:Test...

shan by Graph Buddy
  • 809 Views
  • 3 replies
  • 0 kudos

Neo4j merge performance optimization

Hi Does anyone have advise on the optimal way to run many merge statements. Eg. I have thousands of records that I want to write to Neo4j (insert or update) continuously throughout the day. I'm following the tips in this post but was also wondering i...

1X_8c7390150cd0078e967a18c7663581b9b334d239.png
geloofy by Node
  • 2251 Views
  • 4 replies
  • 2 kudos

Add a node label via CASE WHEN

I pick a node, lets say 'p4', then find all of its parents. I am interested in tagging all nodes that are connected to 'p4 with a label that represents how far they are from 'p4'. I came up with the code below. MATCH upstream_path = (interesting_part...

elexira by Node
  • 1248 Views
  • 2 replies
  • 0 kudos

Remove property duplicates

Hi everybody! I'm new at Neo4j and i'm trying to learn it in order to start a project for my thesis, i spent a lot of time to manually reorganize a large dataset from xml to csv, then i imported a piece of this db inside Neo4j, i would avoid those du...

2X_8_8e3c4d948544fbbce8ea1e11fafb5f92a41e6b63.png

Resolved! Bill of materials

I want to store a Bill of materials(BOM) in neo4j. It is a tree schema. below will be the queries : Get Complete tree for a product/partGet all the descendants of a nodeGet all the ascendents of a nodeGet all the descendants of a node restricted to a...