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

How to convert APOC output to table?

Hi! I am using apoc.coll.frequencies, and I get the following as my output. [ { "item": "Aboriginal", "count": 7 }, { "item": "Afghan", "count": 9 }, { "item": "Afghani", "count": 3 } ] I now just want to convert this to a t...

Resolved! Counting rows performance

I'm trying to count the amount of rows that Neo4j will return but the count (or the query) is very slow. Version 1 (70 sec): MATCH (person:Person)-[:HAS_ORDER]->(order:Order) WHERE order.timestamp >= 1632434400 AND size((order)<-[:HAS_ORDER]-(:OrderL...

3X_7_7_77d6195cee4130f30573856971969b3e689f2549.png

Logging in Neo4j Procedures

I have created some Neo4j procedures. I inject a Log using the @Context annotation. I pass the Log through the call chain to other methods so I can log within those methods. This works fine. I now want to unit test the methods independently, which r...

Joining results from two subqueries

Hi Everyone! Given the following db schema: I'm trying to fetch all parents, children and the respective properties of both parents and children in the following format: parent | child | parent_property | child_property I'm using the UNION clause t...

3X_f_1_f1b880a90063b1397a94ebce5a074f2fdfbc479e.png