HERE Anonymizer Preprocessor data lifecycle
The HERE Anonymizer Preprocessor reads the data from the input location, aggregates and organizes it in the format that aligns with the expectations of HERE Anonymizer Self-Hosted, and stores the preprocessed data to the output location.
Amazon S3
S3 allows you to manage the lifecycle of objects.
The S3 objects that reach the end of their lifetime based on their lifecycle configuration are marked for expiration.
To learn more, see the AWS S3 Documentation
Azure Blob Storage
The Azure Blob Storage allows you to define a rule-based policy for lifecycle management of blob data. When the defined conditions are met, the specified actions are performed by the management policy.
To learn more, see the Azure Blob Storage Documentation.
Java Garbage Collector
The default (parallel) Java Garbage Collector runs in the application's environment and removes the in-memory raw data on every run.
Updated 16 days ago