AppThreat / atom

Atom is a novel intermediate representation for applications and a standalone tool that is powered by chen.
https://appthreat.com
Apache License 2.0
43 stars 2 forks source link

Support for exporting data flow slice to age and neo4j format #3

Open prabhu opened 1 year ago

prabhu commented 1 year ago

For apache age, there is a csv format for loading graphs

https://age.apache.org/age-manual/master/intro/agload.html

Support graphml format to export the DataFlows slice. Must be usable with filtering #4.

https://neo4j.com/docs/apoc/current/import/graphml/

My preference would be graphml so that it could be imported using python networkx directly.

https://networkx.org/documentation/stable/reference/readwrite/graphml.html

Finally, add a section on README explaining the steps involved to export, import and query the information.