This repository was archived by the owner on May 23, 2026. It is now read-only.
v0.3.0
·
50 commits
to main
since this release
Minor Changes
-
d1ef54a: Add
--patternoption toingestcommand for selective file ingestionThe
ingestcommand now accepts a--patternoption to specify which files to import:# Import specific files using a glob pattern shc2es ingest --pattern "events-2025-12-*.ndjson" # Import a single file shc2es ingest --pattern "events-2025-12-10.ndjson"
Patterns without
/are relative to the data directory (~/.shc2es/data/). Absolute paths are also supported.