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
  • 948 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
  • 1184 Views
  • 1 replies
  • 1 kudos

NOT PART OF CHAIN errors on neo4j 4.0.12

I'm running neo4j 4.0.12 with JDK 1.11.0 on Ubuntu.  One day this sort of errors started to happen after a restart: [o.n.b.r.s.i.ErrorReporter] Client triggered an unexpected error [Neo.DatabaseError.General.UnknownError]: NOT PART OF CHAIN! Relation...

Resolved! Nodes A and B more interconnected

Hi all, we need to obtain, among all the nodes (A and B), the two nodes that are most related to each other.Starting from the following scheme: I am using this cypher, but logically it never ends: (j is green, c is pink) Could I use another cyp...

guille_rr_4-1670243325777.png guille_rr_3-1670242466591.png

CSV import problem

Hello, I'm building an application in a k8s environment to import large amounts of data into Neo4j (4.4) which is outside the k8s cluster. I've tried with 'neo4j-admin import' which worked fine but we do not consider it to use on a high security prod...

How i can import nodes on spatial layer

  Hi, i have to import the nodes 'Linea', taken from a json file, into the 'spatial' layer  i created: but unfortunately, running the script on the prompt, i get this error. Can you help me? The nodes not are simple points, but they have a geometry ...

Immagine 2022-12-12 180354.png Immagine 2022-12-12 181141.png

Failure to import on neo4j 3.5.28 on RHEL 8

Hello, I have a fresh installation of neo4j 3.5.28 on a fresh RHEL 8 server, and am running into the following issue when I try to import my database: Exception in thread "main" java.lang.UnsatisfiedLinkError: no zstd-jni in java.library.path Unsuppo...

Resolved! no changes, no records

Please, I need help. I have a node labelled sp:specific_process. sp has properties, including location. Which was set as :   MERGE (sp:specific_process {name:row.process}) SET sp.Id = row.id, sp.Name = row.name, sp.Description = row.description, sp....

Reuben by Graph Buddy
  • 955 Views
  • 7 replies
  • 0 kudos

using recommendation engines on a website

Hello, I am a student, and I want to build a simple web application that allows students to write and publish posts ( like Twitter ) and use recommendation engines to show other students' posts that match or are similar to the topics of your publishe...

video-game-discovery-recommendation-algorithm.png

Explanation of error "WebSocket connection failure. Due to security constraints in your web browser, the reason for the failure is not available to this Neo4j Driver

In Neo4j 3.0 and its implementation of the Bolt protocol, if a remote browser connects to Neo4j (http://<remote_neo4j_host>:7474) and attempts to authenticate, the following error may be encountered: [red]#WebSocket connection failure. Due to securit...

Resolved! run auto command using drivers or plugin

Hi guys,I run this cypher with a browser and its works fine. :auto MATCH (s:Person)-[r:Friend]->(t:Person) with s,t,collect(r) as rs where size(rs) > 1 call{ with rs CALL apoc.refactor.mergeRelationships(rs,{properties:{`.*`: 'discard'}}) YIELD rel ...

apoc functions and qraphql problem

I have the following cypher query which works as expected when run from neo4j browser. Some of the data are returned as null when run from graphql query. Cypher query  includes custom apoc functions, which are not shown in the code below.   profile c...

dlyberis by Node Link
  • 272 Views
  • 1 replies
  • 0 kudos