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
  • 978 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
  • 1199 Views
  • 1 replies
  • 1 kudos

Neo4j periodically becoming unresponsive

Hi all, We are in the process of building an python application, using neo4j. This application takes information about interactions of users with our website. These are stored in a graph in neo4j. Using a queueing sytem one or more interactions of th...

jacob by Node
  • 2382 Views
  • 2 replies
  • 4 kudos

Resolved! Neo4j admin import relationship

Hi there, I am trying to import a large dataset consists of 8 CSV files using admin import but I am facing difficulty on how to create relationships among them. Here is the explanation of the CSV files. Addresses.csv. consists of two columns addID, a...

Khaled by Node Link
  • 2562 Views
  • 2 replies
  • 2 kudos

Neo4j 3.5.5 server goes down

Hello Neo4j 3.5.5 server goes down when we find a lot of repeatable messages in debug.log WARN [o.n.k.i.a.t.m.KernelTransactionMonitor] Transaction KernelTransactionImplementationHandle{txReuseCount=48, tx=KernelTransaction[21]} timeout. Is there any...

jfacow by Node
  • 1400 Views
  • 3 replies
  • 0 kudos

Object Tree, Users, Privilege Query

In our system, objects are organized into single rooted hierarchies (trees). In the diagram, the gray circles represent objects. An edge, named CHILD represents the child objects of a parent object. User’s are given access privilege to specific obje...

2X_0_0cf1ac7d5df316433c968837924ff2b13e7b0165.jpeg

Resolved! Enumerating distinct property values

I want to get all the distinct values of a particular node property, and map each one to a unique integer. MATCH (n) RETURN DISTINCT n.property But how do I continue to use the RETURNed list in the query?

pphysch by Node
  • 10784 Views
  • 3 replies
  • 3 kudos

Assertion Failed on start up 3.5.12 Enterprise

Hi there. After upgrading ram in our on prem server from 32GB to 64GB Neo4j does not want to start up and gives the following error: 2019-11-01 11:47:14.358+0000 INFO ======== Neo4j 3.5.12 ======== 2019-11-01 11:47:14.362+0000 INFO Starting... 2019...

daniel2 by Node
  • 1543 Views
  • 5 replies
  • 0 kudos

Neo.ClientError.Statement.SyntaxError: Variable `timeTaken` not defined (line 2, column 46 (offset: 209)) "yield batches, total return batches, total , timeTaken , failedOperations , failedBatches , errorMessages , committedOperations , operations;" ^

Hello Team , I am trying to run the below query to get more information from the query but getting the below error - Neo.ClientError.Statement.SyntaxError: Variable timeTaken not defined (line 2, column 46 (offset: 209)) "yield batches, total return ...