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
  • 857 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

Display image in app from image url in node's property

Greetings, I am using GrapheneDB 3.2 and node.js on Heroku. How can I set an image link in a node's property and have that image show in the app? Match (b:Beer) Set b.image = '<img src="https://asdf.com/image.png">' I know I have the node code set up...

kave by Node Clone
  • 1686 Views
  • 1 replies
  • 0 kudos

Find all ancestors of a subset of nodes

Hi, I have a tiny database that contains dependencies between a SQL DB objects. I have three types of nodes: all nodes have the 'objects' label, then they are split into 'procedures' and 'tables' labels. We are only interested in the 'objects' label...

3X_0_9_093513bf38fdb4c65813beec9cd10862a60b3801.png 3X_9_9_9906dd7cef3133291344d68f066128661c661135.png

Recommendations sandbox

About a month ago I was playing around with the recommendation sandbox on Neo4j. Now I cant seem to be able to find it anymore. The instructions for the tutorial are still there if you put this into the Neo4j-browser::play https://guides.neo4j.com/sa...

Broken pipe error

Dears, I have an issue that need your help I am using neo4j with laravel using graphaware driver. I try to run queries in concurrent jobs but these error appear in log randomly "errLog":{"status":500,"data":"database-error: fwrite(): send of 87 byte...

Resolved! Match nodes in a FOREACH statement

I understand neo4j doesnt allow MATCH in FOREACH statements but I dont quite know how to merge my nodes to existing nodes without using the match statetement. (My code explains it better) UNWIND $data as row MERGE (a:Assembly) ON CREATE SET a+= row W...

Negation of Relationship

match (m:Movie) where m.title contains "Matrix" match (c:Person)-[:ACTED_IN]-(d) where not (c)-[:ACTED_IN]->(m) return distinct c.name order by c.name asc Trying to find all people who didnt act in a Matrix movie. Is there an easier way?

rcfro2 by Node Clone
  • 3617 Views
  • 8 replies
  • 2 kudos

Config optimization for heavy query traffic

I will soon be throwing a bunch of queries at a neo4j community instance and was wondering what sorts of modifications I could make to the neo4j.conf to prevent the server from getting bogged down. Already I have made the following changes: NEO4J_dbm...

Dijkstra shortest path on a subset of Graph

I'm running Neo4j 3.4.18 with graph-algorithms-algo-3.4.12.7. I need to find a shortest path between two given nodes, but only running through nodes with a specific type, that is on a subset of Graph. Let me first briefly describe the data model firs...

3X_4_6_46bcc83fd6852ebbaa2fd1490871c3c9e6923376.jpeg
jacek213 by Node Link
  • 1084 Views
  • 3 replies
  • 0 kudos