Merge pull request #7 from wagesj45/codex/update-readme.md-for-log-importing-details

Add note on rotated log import order
This commit is contained in:
Jordan Wages 2025-07-18 00:05:47 -05:00 committed by GitHub
commit cb4ab29045
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,3 +33,8 @@ Use the `run-import.sh` script to set up the Python environment if needed and im
```
This script is suitable for cron jobs as it creates the virtual environment on first run, installs dependencies and reuses the environment on subsequent runs.
The importer handles rotated logs in order from oldest to newest so entries are
processed exactly once. If you rerun the script, it only ingests records with a
timestamp newer than the latest one already stored in the database, preventing
duplicates.