dst-data

Community

Fetch DST data into DuckDB for offline analysis.

Authormikkelkrogsholm
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill fetches data from the Danmarks Statistik API and stores it in DuckDB, enabling you to build an offline, reproducible data store for analysis.

Core Features & Use Cases

  • Data acquisition: Download DST table data via the API and persist it as a local DuckDB table named dst_<TABLE_ID>.
  • Offline analysis: Build a local data repository to run SQL queries and analyses without repeated API calls.
  • Metadata tracking: Maintain a dst_metadata record to track updates and provenance.

Quick Start

Run: python scripts/fetch_and_store.py --table-id <TABLE_ID> to download and store a DST table locally.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: dst-data
Download link: https://github.com/mikkelkrogsholm/dst-skills/archive/main.zip#dst-data

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository