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

Cannot access map item from apoc.load.csv

this being the content of my "taxonomy.CSV" file: Level1,Level2,Tree Path,Id,Code,Description,Long Description,Context,Type,Active,Code Valid from,Node Valid from,Node Valid to 1,1,(Root Code),31102727,Zone,Zone,,TEST,Taxonomy,A,31/01/2020,, 2,2,310...

Query to Connect Result Nodes

HI all , I'm running into an issue which is the opposite of what most people want when using the Neo4j Browser. Given a simple query like this just returns top 40 users, in the browser I can chekc the Connect Result nodes box to show the relationship...

AF_DE by Node
  • 608 Views
  • 1 replies
  • 2 kudos

Multiple Match-Where-Merge in one Request

Hello, I have created an excel-sheet that uses the excel-functions to write the necessary code to implement the relations of the excel-sheet to Neo4J with Cypher code. To do that I write the code in an extra row and copy-paste it into Neo4J. This wor...

Neo4j Causal Cluster on AWS EC2 Instance

In our AWS Account we have created 3 EC2 instances each with Neo4j Enterprise Causal Cluster AMIs.. We made necessary configurations in the neo4j.template of each Neo4j EC2 Instance to enable Causal Clustering. After making the necessary changes, the...

Why so high db hits in ProduceResults?

https://guides.neo4j.com/4.0-neo4j-modeling-exercises/03.html In this guide I am doing this part: PROFILE MATCH (origin:Airport)- [c:CONNECTED_TO]->(destination:Airport) WHERE destination.code = 'LAS' RETURN origin, destination, c And I got this prof...

2X_b_bc16bf9833ae0fd96bb9b0eb922223e14fdacae5.png 2X_c_c31ca7f9d561176990d033dcb5436ed383a98a12.png
gigauser by Graph Buddy
  • 755 Views
  • 4 replies
  • 1 kudos

Resolved! Install Neo4j 4.2.1 go wrong

Neo4j Graph Database Platform Windows installation - Operations Manual This section describes how to install Neo4j on Windows. Neo4j version: 4.2.1, community editionOS: Windows 7Java version: 1...

2X_5_5447ee7a7ac2b7bc96625a2eee9be933211d188d.png
code_jay by Node Link
  • 646 Views
  • 1 replies
  • 0 kudos

Mismatching Store ID on neo4j-admin Import

Hello, My name is Erica and I am using Neo4j v4.0.5 Community Edition on an Ubuntu Linux 18.04 EC2 instance. When I run neo4j-admin import, the data imports successfully, the database fails to start when I run sudo service neo4j start: (below is an e...

Incompatible JVM for 3.5 and Desktop

Hi, I've been dealing with bugs that have been cropping up lately, specifically in regards to some of our devs using neo4j desktop, as opposed to running directly from command line (./bin/neo4j console). Issue was tested in macOS/Catalina. I'm on neo...

shields by Node Link
  • 1669 Views
  • 8 replies
  • 1 kudos

Incompatible JVM for 3.5 and Desktop (cont.)

Hi, I posted a question under the Desktop section, and was asked by staff to repost it here. Any help / insight is appreciated. Original question, and link to the thread are below. https://community.neo4j.com/t/incompatible-jvm-for-3-5-and-desktop/29...

shields by Node Link
  • 425 Views
  • 0 replies
  • 0 kudos

Merge tow cypher statement into single

Hi I have requirement , I am new in Neo 4 j , I need to merge two query Query 1= "MATCH (c:client{clientID:"+ClientID+"})<-[:OFFERED_AT]-(p:empname{empID:"+inputID+"})<-[:COST_FOR_PLAN]-(ex:expendeture)-[:COST_APPLIES_TO_BC]->(plan:plan{planID:"+inpu...