-
Notifications
You must be signed in to change notification settings - Fork 54
Description
Is your feature request related to a problem? Please describe.
Scenario 1:
We have two databases that contain partially the same data because the corresponding systems communicate with each other via APIs and exchange this data (e.g. names and addresses).
Example goal: Person X with first name "Richard Roe" will become "John Doe" in both dumps.
Scenario 2:
A dump is automatically created every night for the development. Different anonymized values should not be generated every night for the same original values.
Example goal: Person X with the first name "Richard Roe" becomes "John Doe" today and "John Doe" tomorrow and not "Foo Bar".
In both cases, the resulting data for the same input is different.
Describe the solution you'd like
A possibility to persist the cache entries in a cache file. Then a next execution would already find the cached value and return the same result for the same input.