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

Random values in cypher

Hi, is there a chance to use MIN, MAX in Cypher like in the following example, or is it possible to save the rand()- value into a variable and use the variable in the same cypher- statement. MATCH (:Person)-[c:Meeting]->(q:Person) WHERE (q.att1 = 0) ...

Resolved! Error when tring to execute apoc.refactor.mergeNodes

I have neo4j version server 3.5.18 and I've installed apoc version 3.5.0.11. I think that I have correctly modified the conf file in this way dbms.directories.plugins=/Users/lx2pwnd/Desktop/dev/neo4j-community-3.5.18/plugins ... dbms.security.proce...

lx2pwnd by Node Clone
  • 954 Views
  • 3 replies
  • 3 kudos

Yet another Cartesian Product problem

Cartesian Products lie at the heart of pretty much every query I've been troubleshooting on our Neo servers over the last nine months, however I can't find a generic solution to this one. The query is produced by query builder code in response to use...

2X_e_e5a5a5944550cc17e3ef0d6ee341b9a70efbed36.png 2X_c_c1aac84a04fef9463c3dca03046ec93d8474562c.png

Resolved! Retrieve a graph (U—-M-—G—-M—U) with the movies that user Angela Thompson and Nicole Ramsey have rated and are related with drama

Neo4j Browser version: 3.2.20 Hi, I've been trying to code the above relationship between two users from the MOVIE Lens database and it gives me the following error. Can someone help? I just registered with the community so I hope I did't do anything...

Resolved! Where is APOC's PageRank implementation, i.e. source code?

Hello, I would like to learn how APOC's PageRank algorithm is implemented code-wise. I have checked its GitHub (https://github.com/neo4j-contrib/neo4j-apoc-procedures), searched all files for the keyword pagerank, but didn't find a real implementatio...

tnt84 by Node Link
  • 819 Views
  • 2 replies
  • 2 kudos

What does the following neo4j error mean?

I'm trying to run some queries on the date I've imported (while the rest are being imported) into neo4j but I'm getting the following error: Something went wrong: "Error: Reference.set failed: First argument contains a string greater than 10485760 ut...

Fulltext index doesn’t work with apoc.merge.node

Anyone seen problems with apoc.merge.node and fulltext index with a custom analyzer? My custom analyzer works perfectly with the cypher merge statement but the same merge with apoc seems to skip the index or at least the analyzer. Tested in neo 3.5.1...

krisgeus by Node Clone
  • 560 Views
  • 1 replies
  • 0 kudos

Create relationships from CSV dataset

Hi We've created nodes such as p:Person for around 50 persons in a CSV file and what we currently want is to split up the property of lets say Company to create their own nodes for this, and make relationships between. The current dataset (CSV) looks...