scrape-and-load

Installation
SKILL.md

Run the full data pipeline sequentially from the cap/ directory.

Steps

  1. Scrape Star Wars data

    cd cap && npm run scrape
    

    Uses committed cache by default (fast). If the user requests --bypass-cache, ask for explicit confirmation first, then run npm run scrape:bypass-cache instead.

  2. Build CDS artifacts

    cd cap && npm run build
    
  3. Load fixture data into SQLite

    cd cap && npm run load_sqlite
    
Installs
2
GitHub Stars
89
First Seen
Apr 24, 2026
scrape-and-load — sap-samples/cloud-cap-hana-swapi