Skip to content
This repository was archived by the owner on May 23, 2026. It is now read-only.

v0.3.0

Choose a tag to compare

@walterra-dev-release walterra-dev-release released this 12 Dec 11:04
· 50 commits to main since this release
bf2b40d

Minor Changes

  • d1ef54a: Add --pattern option to ingest command for selective file ingestion

    The ingest command now accepts a --pattern option 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.