Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 586 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 586 Bytes

Looking for the repository containing the current Fingerpost wires? Try editorial-wires instead (Guardian employees only, sorry!)

newswires

Running locally

Ingestion Lambda

docker compose up
npm run dev -w ingestion-lambda

Newswires (API and UI)

pushd newswires
pushd client
npm i
popd
./scripts/setup
# setup the DB tunnel; TODO make this optional and offer a way to connect to a local DB
ssm ssh -t newswires,CODE -p editorial-feeds -x --newest --rds-tunnel 5432:newswires,CODE
sbt run