Ingests real legislative data from Congress.gov, OpenStates, and LegiScan into GitTheGov
  • TypeScript 99.6%
  • Dockerfile 0.4%
Find a file
Vinnie Esposito a1bca1095c fix: guard extractCourtId and extractIdFromUri against undefined URIs
CourtListener API returns null court field on some clusters, causing
.replace() to fail on undefined.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-27 09:22:44 -05:00
k8s Add CourtListener API token auth and deployment env vars for all DBs 2026-04-27 09:18:11 -05:00
src fix: guard extractCourtId and extractIdFromUri against undefined URIs 2026-04-27 09:22:44 -05:00
.gitignore Initial data-pipeline: Congress.gov + OpenStates ingestion with git-as-legislation-history 2026-04-24 11:48:06 -05:00
bun.lock Add Federal Register, USASpending, and CourtListener ingestion workers 2026-04-26 11:26:23 -05:00
Dockerfile Initial data-pipeline: Congress.gov + OpenStates ingestion with git-as-legislation-history 2026-04-24 11:48:06 -05:00
package.json Add Federal Register, USASpending, and CourtListener ingestion workers 2026-04-26 11:26:23 -05:00
tsconfig.json Initial data-pipeline: Congress.gov + OpenStates ingestion with git-as-legislation-history 2026-04-24 11:48:06 -05:00