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. 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/

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.2.tar.gz (5.0 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.2-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for ckan_rescue-0.0.2.tar.gz
Algorithm Hash digest
SHA256 c1b578f22bf05d509a90161a424ffaad2316ada6835e6f5c50cef5e367c03361
MD5 0da1b1c9fe7ea78426a0c8071f2b43dc
BLAKE2b-256 b8cec55c4075d7ca4c6ddca33a84c57c63d84a19daa88a9b42e103462e21fe3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ckan_rescue-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2630a22e8bf8138c4e7cdba2238ae35e8f7f17f018c56f55bdc93395e55c89f3
MD5 d49d8393c5a7c76184ff0b2c9e692472
BLAKE2b-256 d000374fb624f9b2af0bd632c93c35637a488c7cb4813d8909e6dd94fc0f0d31

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