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

Resolved! Get terminating nodes in matching path

Hey there Given a hierarchical graph we search for nodes that contains a specific title and we only need the terminating nodes (nodes that do not have children with matching title) You may take this simplyfied graph MERGE (:KnowledgeEntry {title: "Ko...

3X_2_f_2f09481b2d71cd7f604faa727f11cc2dc81d869f.png
ms007 by Node Link
  • 1066 Views
  • 10 replies
  • 1 kudos

:play 4.0-intro-neo4j-exercises is Not Found

Hello, I'm trying to execute below in the sandbox I just created. But it's giving me an error saying NOT FOUND - No guide by that name. :play 4.0-intro-neo4j-exercises I set the movies database up and I can query the nodes and other stuff without ...

Vidu by Node
  • 304 Views
  • 0 replies
  • 0 kudos

Algorithm On Subgraph

Hi! Is there any way to obtain a cypher projection on GDS but starting from a custom node? And then run an algorithm over that subgraph? I would like to obtain the cypher projection starting from, let's say, Node-A, expand to 'n' hops (specifying the...

3X_3_f_3fb2a48fe5fc57c05495a64753048b25fae641a7.png

Port opening for a Neo4J server (Community Edition)

Hi, We are running neo4j 4.4.2 as a server on a machine within our VPN/internal network. Our DB is available if port forwarding is used. I have asked our sysadmin to open 7687 to inbound traffic within our internal network for TCP and UDP, however t...

saif by Node
  • 252 Views
  • 0 replies
  • 0 kudos

Fulltext index for specific nodes

Hello Neos, Is there any possibility to create a fulltext index for nodes with a specific label, but only for those which have a certain property and/or relationship? THX, JJJ

janezic by Graph Voyager
  • 378 Views
  • 1 replies
  • 0 kudos

Created AuraDB - but unable to connect

I have created an account for AuraDB, and the database is created. But am unable to connect. In the home page Neo4j Aura... the database is listed as running. when I launch "Open with -> Neo4j browser", and in the " Connect to Neo4j" , with username ...

Setting up Transaction Event Handlers

Hello, I am looking for some help on setting up Transaction Event Handlers. I see that custom event handlers are available here: https://gist.github.com/psuman/3118371 My question is where to put these files in the neo4j file structure? Is there any ...

Resolved! Computed Property Names in Neo4j?

Hello everyone, for a cypher statement that I am coding I would love to know whether there is a cypher functionality like in javascript's [ key ] : value. I am querying an object which is build as followed: { "Id": "Floor", "IdTyp...

klug by Node Link
  • 728 Views
  • 2 replies
  • 1 kudos

Will CDC get the index

I have such a question. When I start CDC, will index operations be collected and concurrent to Kafka?Because I want to synchronize a read-only neo4j to the customer, but I'm afraid that the query is very slow due to the large amount of data.

CDC for Neo4j 4.3 +

I am an Azure based developer and we are using neo4j for a data platform project (in Azure) where we need to push neo4j updates for some specific labels to downstream system (to Azure ADT). As per the documentation, the Neo4j Streams Source: Neo4j →...

Connect Neo4j as Database in eclipse

Please keep the following things in mind: did you search for what you want to ask before posting?please use tags for additional infouse a self-descriptive title Please format code + Cypher statements with the code </> icon, it's much easier to read. ...

Loop function in neo4j

Hi everyone How can I write a function in neo4j that takes each person's name as input and output that person's relationships with other people in different files?