guacsec / guac

GUAC aggregates software security metadata into a high fidelity graph database.
https://guac.sh
Apache License 2.0
1.29k stars 176 forks source link

task: [collector] create file/folder collector #48

Closed lumjjb closed 2 years ago

lumjjb commented 2 years ago

Create a collector that will read from a file path to import a bunch of documents.

https://github.com/guacsec/guac/blob/main/pkg/handler/collector/collector.go

For a simple test reference; see https://github.com/guacsec/guac/blob/main/cmd/collector/cmd/mockcollector/mock_collector.go

lumjjb commented 2 years ago

Completed by https://github.com/guacsec/guac/pull/79