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
  • 982 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
  • 1204 Views
  • 1 replies
  • 1 kudos

Advices for starting

Hello, I am seeking advices to start using neo4j. I have a database with browser and bolt access with an old version. This is a production database. All developers are gone and I do not have access to the server. Version: 3.3.5 Edition: Community Nam...

Understanding what is locked when merging relationships

Hello, I'm having a locking issue and I was hoping someone could confirm what a user can assume the default locking behaviour currently is. From the documentation I understood that when merging a relationship a lock would be taken on the nodes on bo...

bob2 by Node
  • 1081 Views
  • 2 replies
  • 0 kudos

Relationships take too long - help!

Hello all, I'm working with a fairly complex dataset (although it is only consists of ~665,000 nodes) and understand it will take a while to build... however, it seems to be taking so long that it's become clear that trying to keep things as simple a...

Graphql - Neo4j : Return flitered output

I have created a graphQl service getStudent(id: Int!,collegeID: Int!): [Student] @cypher(statement: """ MATCH (s:Student {id:$id})-[:STUDENT_OF]->(c:College {id:$collegeID}) RETURN s """) The above service will return student, Now Assume I h...

Helm | Crashed without much log

Versions: Helm Chart: GitHub - neo4j-contrib/neo4j-helm at 4.1.1-3 Log log present on the kubernetes pod: 2021-02-25 06:31:44.031+0000 WARN Lost core member at discovery-.........:5000 Failed to open log file after log rotation: Unable to create d...

Single Source to Nearest K Destination Nodes

Hi All, This is my first time here. I've done a lot of Google searching to find what I'm looking for but haven't found it. I am looking for an algorithm and the Cypher to do the following: Given a query to match one starting node: MATCH (start:Perso...

Adding multiple labels when loading from CSV

When using the neo4j-admin tool I can attach multiple labels to a node by using the :LABELS column. I want to do something similar with LOAD CSV and thought that a statement like: LOAD CSV WITH HEADERS FROM "file:///tlpdb/48871/outnew/node-TLPackage....

norbert by Node Link
  • 6101 Views
  • 6 replies
  • 1 kudos

Set a non escaped JSON into string variable

One of my API results is returning a JSON string that is non-escaped. I am trying to set the JSON value to a string and then load the data into Neo4J. Getting below error: Invalid input '"': expected 'n/N' or 's/S' (line 8, column 13 (offset: 100)) "...

Finding One To One Relations

Hello i need help about one query .Here is my Node A. I want to find results where nodes labeled "A"and "B "goes to only one value in nodes to which it is attached. For example ;node A goes only C1 with A1 and goes C2 with A2. For A-D relations we ...

3X_9_f_9f84b6a8d62c6bfa212f5e15d13e4ff015db061a.png 3X_5_8_5823ced47d7c6171036c5f8ff157ef2215875387.png

Resolved! Failed to invoke procedure in browser

Good day! I'm new in Neo4j, using neo4j version 4.1.0, Neo4j Desktop Version: 1.3.4 During the course ' INTRODUCTION TO GRAPH ALGORITHMS IN NEO4J 4.X' I'm try to call function <CALL gds.graph.list()/> but got error Neo.ClientError.Procedure.Procedure...

3X_5_3_536692f45ca7cff4a9114c37a4d53f4c32f38b30.png