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
  • 922 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Data clean-up before import

Dear Everyone, I have a situation where I have a field with a price in it, but it also has the euro sign in the field (See attachment)/ What I would like to do is import the data from that JSON key value pair, but remove the euro sign, remove the emp...

2X_5_5a5f567fca9322182710b0abad08cb10f221c2c8.png
tideon by Graph Buddy
  • 1677 Views
  • 9 replies
  • 1 kudos

Neo4j Desktop fails to start on Ubuntu: App initialization error: Error: Unknown or unsupported transport 'disabled' for address 'disabled:'

Running on 4.15.0-38-generic #41~16.04.1-Ubuntu SMP Wed Oct 10 20:16:04 UTC 2018 x86_64 GNU/Linux No window opens when starting neo4j desktop: $ ./neo4j-desktop-offline-1.2.1-x86_64.AppImage [10:46:25.0826] [info] Starting Neo4j Desktop 1.2.1 @ Linu...

pebbe by Node Link
  • 2540 Views
  • 2 replies
  • 2 kudos

Importing xml to neo4j

Hi, I am new to neo4j. I am trying to import xml to neo4j to visualise another database system in XML format. It is a custom XML so I think I have to modify a bit in order to do so. what I have tried is using call apoc.load.xml to import the xml file...

sam3016 by Node Link
  • 2414 Views
  • 7 replies
  • 3 kudos

Node js Unit test with Jest

I use the Jest framework to create unit tests. When I run them. there is the message at the end: "Jest did not exit one second after the test run has completed. This usually means that there are asynchronous operations that weren't stopped in your te...

pavloN by Node Clone
  • 1996 Views
  • 0 replies
  • 0 kudos

Matching people into groups based on scores

Hello I’m pretty new to neo4j and I’m not sure of what I’m trying to do is possible. I’m looking to use neo4j for a Mentoring program I am creating. People will be matched into groups of say 10 people based on various criteria, the criteria and peop...

What way to choose to communicate with the database?

Hi! I have written a node js app. This approach being used to write/read data from DB: async function startQuery(query) { const session = driver.session(); return session .run(q) .then(result => { session.close(); return result; }) .catch(error => { ...

pavloN by Node Clone
  • 425 Views
  • 0 replies
  • 0 kudos

Import and merg JSON data with APOC

Hello Everyone, I can't figure out what I am doing wrong. I am attempting to create the following import but receive the following error (see attachment): CALL apoc.load.json("file:/users/james/Desktop/desktop/keepa/Product_Finder.2019_10_12_Cleaned....

2X_7_797f2ba8c9152657e66b02501fc98496fede305d.png
tideon by Graph Buddy
  • 1168 Views
  • 7 replies
  • 2 kudos

Load Nodes with different properties

Hello I have CSV file in the following format: I need to create 3 nodes where column AttiibuteName1 and AttiibuteName2 defines the name of the property that should be created and AttributeValue1 and AttributeValue2 defines the value of the property....

2X_5_590e972902e15cb85ac2fad9e486745884ca8274.png
borism by Node
  • 820 Views
  • 1 replies
  • 1 kudos

Unable to install plugin remotely

I tried manually installing apoc plugin by placing the jar file in plugins folder without any success. I have tried to disable offline mode by unchecking the box in settings. As I am using a proxy, I have also tried configuring it on neo4j but it doe...

How Does Neo4j Match a Subgraph?

I did some experiments and found that Neo4j performs better than TurboISO, which is the state of the art subgraph isomorphism algorithm. I'm using Neo4j 3.5.11 community edition, and I tested 14 queries (match the subgraphs and return the vertices' ...

2X_5_57e7bdb3c8ca7309f336f35a6d760b207a088242.png
E-Neo by Node
  • 858 Views
  • 1 replies
  • 0 kudos

Resolved! Warning about path with multiple relationships

Hi, I need to find paths between two nodes: MATCH p=(ms:Org { id: 1 })-[:WORK_REL|:INVEST_IN|:GRADUATE_FROM*5]-(cs:Person { name: 'Martin' }) RETURN p limit 5 I got a warning: What is the correct way to get certain relationships between two nodes ...

2X_3_3561d89de6de115a1ee04714db16bd2e3fb2343e.png

How to specify java version in windows

I am running 3.5.11 on a Windows server that has multiple versions of Java installed to support various apps. Neo4j service used to work fine but will no longer start. The logs reveal that it is trying to instantiate jdk-12.0.1 when I want it to util...