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
  • 922 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
  • 1164 Views
  • 1 replies
  • 1 kudos

"Task timed out error" Neo4j Aura

Hi Everyone I have started a project with Aura Free, and I keep running into a "Task timed out" error. These queries never time out when using Neo4j desktop, so I'm wondering what I could be doing wrong and perhaps some best practices for optimising ...

jaedag by Ninja
  • 552 Views
  • 1 replies
  • 0 kudos

BankSim Fraud Detection - ML Comparison

Hey everyone, I'm currently writing my Master-Thesis about a comparison between Graph ML and traditional ML. For this purpose I use this BankSim dataset and want to perform a Logistic Regression with Python and a Node Classification from the Graph Da...

philip by Node
  • 882 Views
  • 5 replies
  • 0 kudos

MERGE ... ON CREATE... ON MATCH gives an error

MERGE (k:Person {name: 'Keanu Reeves'}) ON CREATE SET k.created = timestamp() CREATE (k)-[REL]-(m: Movies {name:'M'}) ON MATCH SET k.lastSeen = timestamp() CREATE (k)-[REL]-(m: Movies {name:'M'}) RETURN k The above query gives a syntax error on the '...

Resolved! Calculate Min Date

Hi Everyone, Again I am stuck at a step, here I want to find the name of the nodes where the date is the least with a particular condition: this has multiple capacity nodes and I need to find out the least date nodes where Available capacity < Requi...

3X_2_a_2aaf4baddc3b7b122da867d492e5c62668c101e7.png