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

Migration back to Discourse

Hello friends! So... about a half year ago we switched the platform used here on community.neo4j.com from Discourse to a vendor called Khoros. We were hopeful about Khoros as a platform that we could build upon to make a great website for the communi...

Anonymous by Not applicable
  • 1289 Views
  • 13 replies
  • 3 kudos

About the General Discussions board

  The General Discussions board is meant as a location to ask non-technical questions either about Neo4j, or about the Graph Community in general. Use the General Discussion board for some of the following: Looking for a job OR hiring for a position...

TrevorS by Community Team
  • 489 Views
  • 0 replies
  • 0 kudos

Combine several queries

I'm trying to make some kind of "left join" via Cypher query, but don't know how. I have two types of Nodes: ACityRep and SourceNode. Via hash-Value (unique ID), I have to find the source node, find the child element and afterwards the hash-value of ...

VlaD-T by Node Link
  • 441 Views
  • 2 replies
  • 2 kudos

Resolved! First time install, cant connect using chrome

hello, i am trying neo4j for the first time, downloaded and installed Neo4j Desktop 1.3.4, gave it my app key. It starts the Movie Database. I use "load-movies.cypher" to load the database (using "Open with Neo4j Browser", and can use the Neo4j Brows...

linojon by Node Link
  • 953 Views
  • 3 replies
  • 2 kudos

Extract specific nodes from largest connected components

Hi, I am evaluating Neo4j. I successfuly imported data from csv files. I would like to make a query that will extract some specific nodes (eg UserID) from largest connected components. I would like to fix the connected components size. Eg get all Use...

1113 by Node Clone
  • 346 Views
  • 1 replies
  • 0 kudos

Resolved! Understanding the terms in the Profile operators

Hi all, Neo4j 4.1 Community Edition I am trying to get a better understanding of the terms inside the profile operators: RowsEstimated rowsDB hitsCache hitsCache missesMemory I understand (1) well enough, however I have trouble fully understanding (2...

2X_1_1dff0b0d70f31ec6e7f83ad4b2f5805f5cd8319e.png

Advice on updating CE appreciated

OK, so I'm fairly sure I really really ought to upgrade to a more recent version of Neo4j since I've not done so since I started using the system and that was three years ago: my database is still sitting on the 3.2.3 Community Edition version, and I...

Resolved! Clear screen in cypher shell

I am new to cypher-shell and haven't completely familiarized myself with how it works. How would I go about to clear the cypher screen? I am using windows and 'cls' or 'clear' and it isn't working(unrecognized commands).

Exercise 4.11 in intro-neo4j-exercises

Hi all! I am going through the exercises one gets with the command :play intro-neo4j-exercises in the neo4j browser. I have trouble understanding if one of the solutions given in the exercises will work in a special case. The prompt for Exercise 4.11...

Resolved! Bulk add not performing as expected

Hi, I am trying to bulk add a user with his cars. Procedure: Create user nodeCheck if the car added is connected to other users and if yes then place a timestampCreate relationship between user and cars, on create set a timestamp UNWIND $data AS fiel...

2X_1_1aea96f85c8f5de71f69f03acfdbbd144ae079d5.png