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
  • 992 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
  • 1209 Views
  • 1 replies
  • 1 kudos

Resolved! How to count number of elements in a list?

I am trying to count the number of elements in a list UNWIND [{id:'0001',name:'Test',size:'10mm'}] as rows RETURN count(rows) However this always returns 1. For this example the return value should be 3, even if the list is empty then it should retu...

Resolved! Differences between functions and procedures in neo4j

Hi, I ask a question because I got curious while reading the manual. The difference between functions and procedures in apoc is confusing. https://neo4j.com/developer/procedures-functions/ Functions are simple computations / conversions and return a ...

Resolved! Query help

Stuck with a query today and wonder if someone wants to help out? MATCH (visitor:User)-[:VISIT]->(visit:Visit)-[:VISIT]->(user:User) WHERE (user.UserId = "xxx") This is the pattern I am starting with. Want a list of visitors that visited user with ...

Load dump file in docker container

Hi, I'm using neo4j 4.0.4. I'm trying to load a dump file into a neo4j docker container. What I did was that I created a dump file by using the docker-admin dump command. Then I copied the file over to the docker container. And I tried to use docker-...

Resolved! Basic intersection of sets using Cypher

Hi Group ! I'm a very basic and newbie user of neo4J and Cypher and I'm trying to build a query. This is about the visibility of a Component in an application given a set of eligibility conditions (items) for the Employee that is connected to the app...

2X_e_e3800f9a5b386ec5b754eb3b12e3437663e25255.png