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

Resolved! Neo4j browser output on multi statement query

Hello, In Neo4j browser the following mutli statement succeeds, but doesn't show any output, neither in graph or table form CREATE (a) CREATE (b) CREATE (a)-[:KNOWS]->(b); MATCH (n) RETURN n Obviously executing the last line separately show the expec...

csbrkl by Node
  • 852 Views
  • 2 replies
  • 0 kudos

Resolved! Unable to install plugins

hi, I'm trying to install neo4j plugins but the button is disabled. I managed to install it manually by copying the jars into the DB/plugins folder. However, I'd like to know what's the issue when doing it through the user interface: When hovering ...

2X_4_41126e41dc198eb13a0645050f179484b12aae24.png 2X_3_33b2b56d847fffd9365f301ff2ff4f2389653dfc.png

Modelling explanation

Hi. Trying to wrap my head around how modelling works and got stuck. Looking at this modelling: HOW would the modelling look like if the User would like to rate the actors in movies? For instance: if User would like to rate Jack Blacks performance i...

2X_8_885eb5ce725144361fdce0466f5585947e15d6d2.png

Resolved! How do I make my queries run in milliseconds

Hi I currently need help on how to optimize this query match (c:client{client_id:$var3}) optional match (d:client) where (c.address =d.address or c.employer =d.employer) and c<>d and d.status ='WRITE_OFF' return count(distinct d) run in much faste...

Resolved! Cypher optimitization

Hi Michael, I need your help in optimising this cypher query to run pretty much faster preferably in milliseconds. match (c:client{client_id:$var3}) optional match (d:client) where (c.address =d.address or c.employer =d.employer) and c<>d and d.statu...