The Drupal Issue Explorer is a tool that allows visualization and exploration of Drupal.org issues and their relationships using a graph database.
Getting started is quite easy using ddev.
- Clone the project
 - Run 
ddev startin the project root - Run 
ddev neo4j-importto ge the latest data - Run 
ddev launchto open the project in your browser 
This will launch the project with a prepopulated Neo4j database and launch the webserver. The data is updated every 8 hours.
- Pull all the changes 
git pull - Start your project 
ddev neo4j-import - Run 
ddev launchto open the project in your browser 
- Explore issues and their relationships
 - Search for issues with fulltext search
 - Load orphaned issues
 - Issue detail view with working links to other issues
 - Set any node as root of your graph
 - Explode the graph in 2D or 3D
 
