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

Neo4j- APOC trigger fires without any reason

I have the following two triggers named 'loadEnrollments' and 'loadDeenrollments'. CALL apoc.trigger.add('loadEnrollments', "UNWIND apoc.trigger.nodesByLabel($assignedLabels, 'Enrollment') AS node MERGE (p1:SPerson { name: node.name, cell: node.cell...

Deprecated FILTER and EXTRACT

I am following examples of the book "Neo4j Graph Data Modeling" to learn Cypher. Unfortunately, some of the codes have been deprecated in newer versions of Cypher. Could some one teach me how to change the following old codes to the current version: ...

Resolved! How to collect results is Neo4J?

Hello guys! I have a following situation: MATCH (post: Post)<-[postRule:POST_RULE]-(rule: Rule) <-[catRule: RULE_CATEGORY]-(category:Category) RETURN post, category Post has many rules Rules have many categories I have an array of allowed categoryId...

2X_4_4e9a6b965e694704af24f2f18cf8bcfedc4fb505.png

GraphQL schema query problem

Hi, I am working with parts of the GRANDStack starter project (but changing it a bit for my own project). An issue is that I only get an empty array out of the following query and data: GraphQL: query { Company { name person { firstName ...

Multi-node setup with Neo4j Community Edition

Hello, I am trying to understand whether running Neo4j in distributed mode is feasible with Community edition.I got to know from the documentation that HA and Causal Clustering are only available with Enterprise edition. Is there a way I can run a mu...