Neo4j
Create
Log in / Sign up
Home
Workspace
35
Changelog
Voters
bnaya@weknow.network
Powered by Canny
1
Aggregation
bnaya@weknow.network
No way to aggregate a few node into a group in order to see the broader picture.
My schema is (Locale)<-[]-(Industry)-[]->(Industry)-[]->(Locale)
I like to group each couple of Industry + Locale into a single representation which will project the Locale's text property
December 15, 2022
Activity Feed
Sort by
Newest first
Michael Hunger
You can use the apoc graph grouping procedure
Or apoc collapse nodes
https://neo4j.com/blog/apoc-release-for-neo4j-3-4-with-graph-grouping/
·
December 19, 2022
·
Reply
bnaya@weknow.network
Michael Hunger
: TNX, I'll try it
·
December 20, 2022
·
Reply
Powered by Canny