Commit Graph

14 Commits

Author SHA1 Message Date
a37f8074de Skip BE and DA v0.0.1-bkp 2026-01-22 02:10:22 +01:00
63c04f8bef LICENSE 2026-01-22 01:18:46 +01:00
12b2fc9b52 Restore id 2026-01-22 00:51:31 +01:00
04959583bb Update README 2026-01-22 00:48:39 +01:00
15285d3225 Fix failing constraint 2026-01-22 00:48:27 +01:00
8fd9ff9140 Optimize disk usage 2026-01-22 00:34:32 +01:00
946d0184a1 Parallel processing 2026-01-22 00:15:25 +01:00
2d9f6eaa98 Cross-compilation instructions 2026-01-21 23:47:30 +01:00
db8609a248 Ingest more log formats 2026-01-21 23:46:40 +01:00
6802308239 Allow missing fields 2026-01-21 23:18:06 +01:00
6c61aed7a1 Parse error breakdown, polish warnings 2026-01-21 22:49:04 +01:00
5966e6cee6 CLAUDE.md 2026-01-21 22:42:32 +01:00
f0a390d802 README 2026-01-21 22:37:13 +01:00
30cc4fae01 Add log ingestion tool for loading signature logs into SQLite
- Parse signature messages from log files extracting app info, device
  details, and feature flags (autofill, touchID, offline login, etc.)
- Support both plain .log and gzip compressed .log.gz files
- File discovery by date range (YYYY/mm/dd directory structure)
- Batch inserts for performance with large files (10GB+ per day)
- Index on session_id and version for efficient queries
- Extensible parser architecture via MessageParser trait

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 22:34:48 +01:00