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
  • 942 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
  • 1183 Views
  • 1 replies
  • 1 kudos

Apoc Trigger in "Phase: After" never Ends

Hi all! I've ran into an unexpected behavior and can't figure out what's the source of it. I'm using apoc 3.5.0.9, and I'm trying to have a trigger in "phase: after" that creates a relationship with the node that has been updated with some other nod...

How to splice a Linked List in NEO4j's cypher

I asked the question in SO: https://stackoverflow.com/questions/60765877/how-to-splice-a-linked-lists-in-cypher/60771324#60771324 Given a linked-list of LogEntry: (log:Log) (e1:LogEntry {date: Date('2020-03-19')}) (e2:LogEntry {date: Date('2020-03-17...

Resolved! How to use triggers to block update?

Hello, I'm using apoc 3.5.0.9 to implement triggers on my database, and I can't seem to find a way to have a trigger that blocks an update. For instance, I have 10+ triggers that execute in "phase: after" once a certain property X is updated, and I w...

Will not install Neo4j

Every time I try to install Neo4j I get the following message:Initialization error: Error: Can't install java: distribution does not exist I have Java in my system.

Neo4j-admin copy on windows

Hi, I've just moved to Neo4j 4 (using 4.0.2), and so was just trying to tidy up my database names. Looking at the docs I thought I would use the 'copy' command from neo4j-admin. I'm running on windows, so I don't know if its different on other plat...

Resolved! Unable to use neo4j-algo

Hi, I upgraded my desktop from 1.2.1 to 1.2.4 today. In 1.2.1, my neo4j version was 3.5.2 and now I am unable to create a database with version 3.5.2. Why and how do I create a 3.5.2 database in 1.2.4 desktop? I have to create a 3.5.16 database whic...

2X_2_26507d837a20c3993cded6fa2665d7d82f263df4.png 2X_9_94792416a51ef54be0dadf62ae189f0e0eda50cd.png 2X_a_a190e67ec3e82725e3a7102c76faa4ead0fae078.png 2X_3_3088f7da156dc0e4db7e4219665644318e34152b.png

Resolved! Node to Vector

Hi, Is it possible that Neo4j could assign nodes to corresponding vectors in the space like Word2vec?