Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KCSC viewer

Static King County Superior Court case viewer.

This repo is the public product surface. It loads normalized parquet tables and canonical case JSON from aimesy/kcsc-data.

Published site:

https://kcsc.amyc.us/

Fallback GitHub Pages URL:

https://aimesy.github.io/kcsc/

Cloudflare DNS must keep a DNS-only CNAME from kcsc to aimesy.github.io so GitHub Pages can issue and renew the custom-domain certificate.

Local smoke test from C:\Users\amita\Amybot\projects:

python -m http.server 8765

Then open:

http://127.0.0.1:8765/kcsc/?dataBase=../kcsc-data/

Data contract:

  • data/manifest.json
  • archive/cases-index/manifest.json
  • archive/cases-index/<prefix>.ndjson
  • data/cases.parquet
  • data/docket_entries.parquet
  • data/parties.parquet
  • data/attorneys.parquet
  • data/representation.parquet
  • data/calendar.parquet
  • archive/cases/<case_number>.json

KCSC does not yet have document-byte capture. The viewer surfaces deferred document rows from each case JSON instead of pretending document downloads exist.

About

King County Superior Court public records viewer

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages