{"id":47799523,"url":"https://github.com/junaidrahim/sigil","last_synced_at":"2026-04-03T16:52:16.327Z","repository":{"id":345740104,"uuid":"1186642220","full_name":"junaidrahim/sigil","owner":"junaidrahim","description":"collect, store, and analyse your ai usage data from claude code and codex cli. supports local   parquet, iceberg, and clickhouse backends.","archived":false,"fork":false,"pushed_at":"2026-03-21T02:49:42.000Z","size":421,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-21T04:48:40.303Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/junaidrahim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-19T20:57:49.000Z","updated_at":"2026-03-21T02:49:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/junaidrahim/sigil","commit_stats":null,"previous_names":["junaidrahim/sigil"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/junaidrahim/sigil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junaidrahim%2Fsigil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junaidrahim%2Fsigil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junaidrahim%2Fsigil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junaidrahim%2Fsigil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junaidrahim","download_url":"https://codeload.github.com/junaidrahim/sigil/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junaidrahim%2Fsigil/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31364562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T15:19:21.178Z","status":"ssl_error","status_checked_at":"2026-04-03T15:19:20.670Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-03T16:52:15.883Z","updated_at":"2026-04-03T16:52:16.314Z","avatar_url":"https://github.com/junaidrahim.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sigil\n\nCollect, store, and analyze your AI usage data from Claude Code and OpenAI Codex CLI.\n\n## Install\n\n```bash\npip install sigil-ai\n```\n\n## Quick Start\n\n```bash\n# See all available commands\nuvx --from sigil-ai sigil --help\n\n# Interactive config setup\nuvx --from sigil-ai sigil init\n\n# Push session data (auto-detects ~/.claude/projects/ and ~/.codex/sessions/)\nuvx --from sigil-ai sigil push\n\n# Incremental push is the default — use --full to re-push everything\nuvx --from sigil-ai sigil push --full\n```\n\n## Storage Backends\n\nConfigure via `sigil init` or `~/.sigil/config.toml`. Three backends are supported:\n\n| Backend | Use case | Config key |\n|---|---|---|\n| `local` (default) | Parquet files in `~/.sigil/rows/` | — |\n| `iceberg` | Apache Iceberg via REST catalog | `[iceberg]` |\n| `clickhouse` | ClickHouse Cloud/self-hosted | `[clickhouse]` |\n\nEnvironment variables (`SIGIL_*`) can override any config value. See `.env.template` for the full list.\n\n## Configuration\n\n```toml\n# ~/.sigil/config.toml\nstorage_backend = \"clickhouse\"\n\n[iceberg]\ncatalog_name = \"default\"\ncatalog_uri = \"http://localhost:8181\"\nwarehouse = \"s3://bucket/warehouse\"\n\n[clickhouse]\nhost = \"localhost\"\ndatabase = \"sigil\"\nuser = \"default\"\npassword = \"\"\n```\n\n## Development\n\n```bash\nuv run pytest              # Run tests\nuv run ruff check src/     # Lint\nuv run sigil --help        # CLI help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunaidrahim%2Fsigil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunaidrahim%2Fsigil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunaidrahim%2Fsigil/lists"}