Extension Big Resources


Extension Basics

Title
Big Resources
Name
ckanext-big-resources
Type
Public extension
Description
CKAN extension that overwrites upload and download of resources using configurable chunk sizes for more efficient server resource usage.
CKAN versions
Download-Url (zip)
Last commit
2 years ago (2023-12-06 00:00:00)
Url to repo
Category
Corporate & Business


Background Infos

Description (long)
Show details

CKAN extension that overwrites the upload and download of the resources. The extension breaks the resources into chunks and streams the response. This extension is useful if you want to configure the chunk size of upload and download in order to use the server resources (RAM and CPU) in more efficient way. Note: This extension cannot be combined with cloud storage CKAN extensions (like ckanext-cloudstorage or ckanext-s3filestore). If CKAN is extended with cloud storage extensions, the upload and download of resources is taken over by the cloud storage extension and ckanext-big-resources becomes obsolete.

Version
Version release date
(not set)
Contact name
Keitaro Inc
Contakt email
(not set)
Contact Url


Installation Guide

Configuration hints

Configure ckanext.big_resources.chunk_upload and ckanext.big_resources.chunk_download in ckan.ini (values in bytes).

Plugins to configure (ckan.ini)
big_resources
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions