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
  • 988 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
  • 1205 Views
  • 1 replies
  • 1 kudos

use of 'after' phase in trigger

with reference to the:  Solved: Freezed query after implemented AFTER trigger - Neo4j - 14059  , I understood that we should not use 'after' phase selector while creating a trigger for a 'create' event.I was trying to create a trigger. Which is:CALL ...

suvi by Node Link
  • 613 Views
  • 2 replies
  • 0 kudos

Pregel: Store Messages in Nodes

Hi everyone, I am currently trying to write a procedure using the Pregel-API, where I would like to use the compute-method, to store each of the incoming messages for a node. However, I am kind of struggling with the Messages-object right now. The pr...

Unable to start neo4j DB

Neo4j won't start after accidentally upgrading it from 4.2.4 to 4.4.8. Gives below error.     Caused by: org.neo4j.kernel.impl.transaction.log.entry.UnsupportedLogVersionException: Log file contains entries with prefix 4, and the highest supported pr...

Resolved! Unexpected list index behavior

I am seeing unexpected list index behavior while using negative indices.Here is a trivial list: WITH RANGE(1,10) AS indices RETURN indices I would like to answer the last item of the list as well as the last three items.I therefore use the fo...

tms by Graph Buddy
  • 790 Views
  • 2 replies
  • 3 kudos

Resolved! Install Neo4j cluster in managed Kuberenetes

Hi everyone, I was wondering if anyone has installed the neo4j cluster in a server with managed kubernetes and had to deal with a proxy problem while trying to install helm? The idea behind is that when I need to access the kubernetes cluster/server ...

Resolved! Neo4j JDBC connector for Oracle

Hi everyone, Does the jdbc connector that can be used to import data from Oracle to Neo4j, support any encryption or security? If yes, is it enabled by default or how it be enabled? Thank you in advance!!

Neo4j Linux 3.5.32 backup empty

Hi, we are using Neo4j 3.5.32 in a Linux/Debian Ec2 instances, using crontab with a .sh backup file, a backup file size are around 850MB but sudenly (without any modification) the backup size are 29kb, why is this happen?, we try to execute the backu...

Resolved! create unique node

hello im trying create node with 1 unique property called name so i try create something like thisCREATE CONSTRAINT ON (n:words) assert n.name is uniqueand after thatcreate (n:words{name:"test"})so my problem is i dont want to be case sensitive i mea...

How to find 1st degree, 2nd degree and so on ..

I want to find all the relationships of particular node which is directly connected to the node.for the 2nd degree I want to find all relationships to that node and also find all the relationships for their relationships node How to write query to fi...

relationship.png