Add a very simple KnownSwhidFilterProxy
Compare changes
Files
3
swh/provenance/backend/known_swhid_proxy.py
0 → 100644
+ 331
− 0
This filters (return None) provenance results for a bunch of well-known content and directory objects (empty file etc.) so that provenance queries on these objects do not hammer swh-graph with these known objects.
This is far from a definitive solution, but should help for now.