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

cypher to display all connections to nodes

I want to create a cypher so that while executing it will display all outgoing connections and deeper connections and return statement should have only one variable  MATCH p=(n:C)-[r:A|B]->(a:D) RETURN p MATCH p=(c:D)-[r:E]->() RETURN p return p her...

Resolved! Match doesn't work

Image -1 Image -2 Image -3 With reference to the above 3 images, all the 3 images have the same query but in the first 2 images we have a match query commented and we are getting the output. The problem is in 3rd image, when I match both suggestio...

vence_andersen1_0-1661513342187.png vence_andersen1_1-1661513370247.png vence_andersen1_2-1661513388666.png

Event handler for read operations

Is there an event handler available for read operations that allows augmentation of data?  I see the TransactionEventListener but handlers won't get notified about transactions that didn't perform any write operations along with some other cases.  I ...

Resolved! Unwind Multiple Arrays to Set Property

Greetings, I have 2 different arrays to Unwind. I'm trying to use the first Unwind and a Where clause to later establish what nodes will be set with the second Unwind data. Here are my arrays to unwind... datasourcefieldname = ['field1', 'field2','fi...

RedInk by Node Link
  • 1281 Views
  • 7 replies
  • 2 kudos

Resolved! Specific relationship vs Label

Hi guys, newbie here!  I'm kinda in doubt if it's better using specific relationships or labels, but first let me give you a little bit more context. Suppose that the graph should be able to answer the following questions/queries: Given a person, ret...

v1.png v2.png
fabio by Node Link
  • 633 Views
  • 3 replies
  • 1 kudos

3.5.0.10 tag missing

We found that version 3.5.0.10 was released in Maven, but there was no corresponding tag in github.And this version shows a vulnerability on Maven [CVE-2022-37423] [CVE-2021-42767] 1)What is the reason for tag's absence? a、This version code has probl...