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
  • 1005 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
  • 1217 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...

Using indexed nodes and simple queries my cypher queries are still taking around 500ms. Can this be further optimized? Looking for advice

Here is the simple query I am running that serves as the base for more complex queries. I am trying to optimize these queries to run faster, but am hitting a wall when even this simple query is running at 500ms. I dont understand how to make this que...

2X_9_9d85df1cfb300c267a80dfb4f76a643277b2eb5c.png 2X_2_23d259afe20d4f04ae09c0b3fcb1c7081a8b6170.png
sl77 by Node Link
  • 768 Views
  • 5 replies
  • 4 kudos

How does neo4j browser pick the nodes to visualize?

When running a query to connect nodes and visualize them in neo4j browser, neo4j picks the nodes and edges automatically. I've ran the query several times and as it seems it returns the same network. How does it make the decision?Why does it pick the...

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
  • 704 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
  • 907 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
  • 722 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
  • 1952 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
  • 483 Views
  • 0 replies
  • 0 kudos

Resolved! How can i put into graph a json record with inside records?

Hi, let's assume that i have a json file like below: { "Laptop": "Lenovo", "Price": "500$", "Properties" : { "RAM": "4GB DDR4", "SSD": "500GB" } } How i can create the correct graph with the node A for the primary properties and the node ...

damisg7 by Node Clone
  • 513 Views
  • 1 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...