Skip to content

Convert CDA (Class Dependencies Analyzer) XML exports files, to neo4j graph

Notifications You must be signed in to change notification settings

mikrob/cda2neo4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

launch com.octo.cda2neo4j.Cda2Graph.main() with parameters : -in file.odem -out outfolder

file.odem has to be put at the root of the project
This parse the XML and insert all node in neo4j with correct relation betweens.

Then 
Unit test QueriesTests are queries example

findOrpheanNodes find all node without relationships (orphean node)
findNodesWithNoEntranceLinks find all node without incoming relationships (node never used)

About

Convert CDA (Class Dependencies Analyzer) XML exports files, to neo4j graph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages