This repository was archived by the owner on Aug 22, 2025. It is now read-only.
0.0.1 - Initial Release with Enhanced LMDB Handling and Configurable Parameters
🚀 Release Notes - Filer v0.0.1
Release Date: 2025-01-08
Tag: v0.0.1
Title: Enhanced Configuration Flexibility and Automatic Cleanup
✨ New Features
⚙️ Configurable Environment Variables
-
Resource and Performance Management:
KERI_BASER_MAP_SIZE: Defines the maximum size of the LMDB database. Defaults to104857600(100 MB).FILER_CHUNK_SIZE: Configures the size of chunks used for file processing, optimizing memory usage for handling large files.
-
Service Configuration:
VLEI_VERIFIER: Specifies the base URL of the Vlei Verifier.
🗑️ Automatic LMDB Cleanup
- Optimized Database Usage:
- Processed reports are now automatically removed from the LMDB database after verification, preventing database size issues.
🛠️ How to Run
To start the Filer service, use the following command:
reg-pilot-filer server start --config-dir scripts --config-file reg-pilot-filer-config.json