Extension DataPusher


Extension Basics

Title
DataPusher
Name
datapusher
Type
Core extension
Description
Automatically uploads CSV, TSV and other tabular data files to the CKAN DataStore using an external DataPusher service.
CKAN versions
Download-Url (zip)
Download-Url commit date
2024-01-01
Url to repo
Category
Cloud Infrastructure & Storage


Background Infos

Description (long)
Show details

Automatically pushes tabular data from uploaded resources to the DataStore for API access and preview. Built into CKAN core, requires external DataPusher service.

Version
Version release date
2024-01-01
Contact name
CKAN Team
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

Requires external DataPusher service configuration.

Plugins to configure (ckan.ini)
datapusher
CKAN Settings (ckan.ini)
#ckan.plugins = datapusher #ckan.datapusher.formats = csv xls xlsx tsv application/csv application/vnd.ms-excel application/vnd.openxmlformats-officedocument.spreadsheetml.sheet #ckan.datapusher.url = http://127.0.0.1:8800 #ckan.datapusher.api_token = [API_TOKEN]
DB migration to be executed
(not set)
<< back to Extensions