mimic-code icon indicating copy to clipboard operation
mimic-code copied to clipboard

Adds NW build scripts.

Open danamouk opened this issue 3 months ago • 0 comments

This pull request adds PostgreSQL build scripts and documentation for the Northwestern ICU (NWICU) dataset on PhysioNet.

The following files are added under nw/buildnw/postgres/:

README.md – setup and usage instructions

create.sql – schema creation script

load_gz.sql – load compressed CSV data

constraint.sql – primary/foreign key constraints

index.sql – indexes for performance

validate.sql – validation checks

postgres_env.sh – environment variable helper

danamouk avatar Sep 18 '25 03:09 danamouk