All Projects → neo4j-examples → neo4j-grouping

neo4j-examples / neo4j-grouping

Licence: other
Graph Grouping using APOC based on Gradoop Demo

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Neo4j Graph Grouping Demo

Based on work by Martin Junghanns and Max Kiessling for the Gradoop Demo.

Uses the user defined procedure apoc.group.nodes to compute the grouping.

Run it live here: Grouping Demo

You can select:

  • the database connection

  • labels to be used in grouping (default all)

  • relationship-types to be used (default all)

  • properties to group by

  • aggregation operations for nodes and relationships, by default either are counted

group user country

Libraries used

  • Neo4j Javascript Driver

  • Cytoscape with Dagre for Visualization

  • jquery, select2 and spectre for UI

License

Apache License v2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].