File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,13 @@ Here are some reports that utilize Neo4j's [Graph Data Science Library](https://
46
46
- [ Similarity with Jaccard] ( ./results/AxonFramework-4.10.3/similarity-csv/Package_Similarity.csv ) ([ Source Script] ( ./scripts/reports/SimilarityCsv.sh ) )
47
47
- [ Topology Sort] ( ./results/AxonFramework-4.10.3/topology-csv/Package_Topological_Sort.csv ) ([ Source Script] ( ./scripts/reports/TopologicalSortCsv.sh ) )
48
48
49
+ ### :art : Graph Visualization
50
+
51
+ Here are some fully automated graph visualizations utilizing [ GraphViz] ( https://graphviz.org ) :
52
+
53
+ - [ Java Artifact Build Levels] ( ./results/AxonFramework-4.10.3/internal-dependencies-visualization/JavaArtifactBuildLevels.svg ) ([ Query] ( ./cypher/Internal_Dependencies/Java_Artifact_build_levels_for_graphviz.cypher ) , [ Source Script] ( ./scripts/visualization/visualizeQueryResults.sh ) )
54
+ - [ Java Artifact Longest Path Contributors] ( ./results/AxonFramework-4.10.3/path-finding-visualization/JavaArtifactLongestPaths.svg ) ([ Query] ( ./cypher/Path_Finding/Path_Finding_6_Longest_paths_contributors_for_graphviz.cypher ) , [ Source Script] ( ./scripts/visualization/visualizeQueryResults.sh ) )
55
+
49
56
## :book : Blog Articles
50
57
51
58
- [ Analyze java dependencies with jQAssistant] ( https://joht.github.io/johtizen/data/2021/02/21/java-jar-dependency-analysis.html )
You can’t perform that action at this time.
0 commit comments