apicrafter / metacrafter

Metadata and data identification tool and Python library. Identifies PII, common identifiers, language specific identifiers. Fully customizable and flexible rules
Apache License 2.0
44 stars 5 forks source link

Add rule caching #15

Open ivbeg opened 2 years ago

ivbeg commented 2 years ago

Without cache, tool reloads rules on each run. It makes it harder to process thousands of datasets from the command line.