Logo
Explore Help
Sign In
eghuro/log_ingest
1
0
Fork 0
You've already forked log_ingest
Code Pull Requests Releases Activity
Files
7f4aab32a1933b80a310d172b0d25a3f22bd10b2
log_ingest/Cargo.toml

16 lines
313 B
TOML
Raw Normal View History

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 - Parallel file processing for multi-day ingestion Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 22:34:48 +01:00
[package]
name = "log_ingest"
version = "0.0.1"
authors = ["Alexandr Mansurov"]
edition = "2024"
[dependencies]
clap = { version = "4.5.42", features = ["derive"] }
rusqlite = { version = "0.35", features = ["bundled"] }
chrono = "0.4"
regex = "1"
flate2 = "1"
anyhow = "1"
rayon = "1"
crossbeam-channel = "0.5"
Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 41ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API