ShiftLeftSecurity / overflowdb

ShiftLeft OverflowDB
Apache License 2.0
112 stars 21 forks source link

odb importer/exporter as (abstract) main apps #300

Closed mpollmeier closed 2 years ago

mpollmeier commented 2 years ago

This allows us to create simple CLI apps to import/export from/to different standard graph formats like neo4jcsv. We cannot make them entirely generic unfortunately, because at runtime they depend on the (usually generated) domain specific code.