Skip to main content

A tool to rescue (download) data from CKAN portals.

Project description

CKAN Rescue

A Python CLI tool to rescue (download) data from CKAN portals that implement the ckanext-datajson extension. This tool downloads all datasets and their distributions from a CKAN portal's data.json endpoint, organizing them in a structured directory format.

Description

CKAN Rescue allows you to bulk download datasets from CKAN data portals by fetching their data.json file and downloading all associated data files. The tool creates an organized directory structure based on the portal's homepage and dataset identifiers, making it easy to archive or backup entire data portals.

Key features:

  • Parallel downloads with configurable thread count
  • Organized directory structure by portal and dataset
  • Comprehensive logging of successful and failed downloads
  • Preserves original filenames when available
  • Handles large data portals efficiently

Installation from PyPI

Install the latest version using pip:

pip install ckan-rescue

Or install using uv:

uv add ckan-rescue

How to Use

Basic Usage

ckan-dcat-download <data.json_url>

Advanced Usage

# Specify output directory
ckan-dcat-download https://example.com/data.json -o /path/to/output

# Use more threads for faster downloads
ckan-dcat-download https://example.com/data.json -t 10

# Combine options
ckan-dcat-download https://example.com/data.json -o downloads -t 8

Command Line Options

  • url (required): URL of the data.json file from the CKAN portal
  • -o, --output: Output directory (default: output)
  • -t, --threads: Number of threads for parallel downloads (default: 5)
  • -v, --version: Show version information
  • -h, --help: Show help message

Examples

Download from a government data portal:

ckan-dcat-download https://data.gov/data.json

Download to a specific directory with 10 parallel threads:

ckan-dcat-download https://opendata.city.gov/data.json -o city_data -t 10

Output Structure

The tool creates the following directory structure:

output/
└── <portal_homepage>/
    ├── data.json                    # Original data.json file
    ├── logs.txt                     # Download logs
    └── data/
        └── <dataset_id>/
            └── <distribution_id>/
                └── <filename>       # Downloaded data file

Example Output Structure

output/
└── data.example.gov/
    ├── data.json
    ├── logs.txt
    └── data/
        ├── population-data-2023/
        │   ├── csv-distribution/
        │   │   └── population.csv
        │   └── json-distribution/
        │       └── population.json
        └── budget-dataset/
            └── excel-distribution/
                └── budget_2023.xlsx

How to Develop

This project uses uv for dependency management and development.

Prerequisites

Install uv if you haven't already:

curl -LsSf https://astral.sh/uv/install.sh | sh

Development Setup

  1. Clone the repository:
git clone https://github.com/pdelboca/ckan-rescue.git
cd ckan-rescue
  1. Create and activate a virtual environment:
uv venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
  1. Install the project in development mode:
uv pip install -e .

Local Testing

Test your changes locally:

# Install in development mode
uv pip install -e .

# Test the CLI
ckan-dcat-download --help

How to Publish to PyPI

This project uses uv for building and publishing to PyPI.

Publishing Steps

  1. Update version: Update the version of the project:
uv version  --bump [patch|minor|major]
  1. Build the package:
uv build
  1. Create tag and commit files:
git add pyproject.toml uv.lock  # Edited by uv version --bump
git commit -a -m "bump: Release v<NEW_VERSION>"
git tag "v<NEW_VERSION>"
git push --tags
  1. Publish to PyPI:
# Publish to PyPI
uv publish --token <YOUR_PYPI_TOKEN>

# Or publish to TestPyPI first (recommended)
uv publish --index-url https://test.pypi.org/simple/
  1. Create Github Release: Create a Github Release to document the new version.

Issues

If you encounter any problems or have feature requests, please file an issue at GitHub Issues.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ckan_rescue-0.0.3.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ckan_rescue-0.0.3-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file ckan_rescue-0.0.3.tar.gz.

File metadata

  • Download URL: ckan_rescue-0.0.3.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.14

File hashes

Hashes for ckan_rescue-0.0.3.tar.gz
Algorithm Hash digest
SHA256 00c05366b96744f94672aac8df86b2a97432b826a006df90f8bbc775b153323b
MD5 8d480046f90419270f34201e64703ecf
BLAKE2b-256 b4a091f80a52fd2e81942c67a0a4fbb61c97a7611473b2a3b54dd26d2494f2ea

See more details on using hashes here.

File details

Details for the file ckan_rescue-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for ckan_rescue-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4a711d091c1e07f476c59a9113a36994bdbae58e5a663fffa7e297123c666471
MD5 8b6c0fc5354f3cec254e53b3f38643e8
BLAKE2b-256 70ae1d8c4911b38121b53e481e9b33f0f303e53f9f4d7784e1261bfd61097678

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page