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

Resolved! yfiles jupyter notebook integration

Hi all, My name is Fong, I am currently learning to use yfiles with Jupyter notebooks but so far I have encountered issues. I am currently using this link: https://www.youtube.com/watch?v=M_PbbMVg4ME as a guide but my GraphWidget is not displaying at...

DMF194_0-1671602973250.png
DMF194 by Node Clone
  • 558 Views
  • 3 replies
  • 2 kudos

Facing issue lock client for load csv command

Hi, I am facing issue as mentioned below while running load csv data  USING PERIODIC COMMIT 800 LOAD CSV WITH HEADERS FROM file://user.csv" below is the cypher queries: USING PERIODIC COMMIT 800 LOAD CSV WITH HEADERS FROM "file:///CSVFiles/Users.csv"...

Resolved! How to form a graph DB from relation object

I wrote a python code which will extract meaningful relation from a given text as an input. Please check the below image for better understanding The above image show that, I extracted the relation from the text Now i want to move those relation obj...

Jupyter123_0-1671519287785.png

use parameters in query Cypher

Hi, I'm using these three parameters (strings) in this Cypher query. It runs everything correctly, without finding any errors, but the relationship I want to create with the LINE_ID MERGE does not appear on the Neo4j Browser. Can anyone explain to me...

Immagine 2022-12-26 122549.png

Neo4J with multiple processes for the same Graph

Hi, I have two services which each of the has the ability to update the same Graph. (C#) One of them is longer than the other. Sometimes they might try to run together.  My code for connecting is the same -  public void Connect(){if (!_client.IsConne...

sonsi by Node Link
  • 386 Views
  • 4 replies
  • 0 kudos

neo4j driver UNION not working

I have this Query match p=(n:ASSET{uniqueID: "UNIQUE_ID"})<-[TRANSFORMS_INTO*]-()-[:HAS_EVENT]->() unwind nodes(p) as asset unwind relationships(p) as relationsp optional match p2=(asset)-[:HAS_EVENT]->(e:EVENT) unwind relationships(p2) as relationsp...

Resolved! Variable path ordering

I have a relationship that is basically a linear parentage chain. A node can only have a single incoming relationship of this type. This can be arbitrarily deep, but reasonably doesn't get deeper than ~10. example data (a:Asset {id:1})-[:PART]->(b:As...

Resolved! Neo4j community server cannot use GDS Apache Arrow?

I installed Neo4j Community server 5.3.0 and GDS 2.2.6. Its log said the message of ".. the library is not licensed. The GDS Flight Server will not be started.":...2022-12-19 07:49:06.940+0000 INFO ======== Neo4j 5.3.0 ========2022-12-19 07:49:07.059...

Dongho by Node Clone
  • 285 Views
  • 1 replies
  • 0 kudos

Resolved! How to make load csv go faster?

Greetings, I have the following load csv cypher wrapped inside the apoc.periodic.iterate. I tried to increase the batch size and I am getting locking errors. It is loading at very slow pace. What is a way to increase the loading speed and not get dea...

skmami by Node Clone
  • 5555 Views
  • 18 replies
  • 3 kudos