Extension Localimp


Extension Basics

Title
Localimp
Name
ckanext-localimp
Type
Public extension
Description
The `ckanext-localimp` extension for CKAN enhances the platform's data ingestion capabilities by en
CKAN versions
Download-Url (zip)
Last commit
7 years ago (2018-05-15 07:58:36)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

.. You should enable this project on travis-ci.org and coveralls.io to make these badges work. The necessary Travis and Coverage config files have been generated for you.

.. image:: https://travis-ci.org/surel89/ckanext-localimp.svg?branch=master :target: https://travis-ci.org/surel89/ckanext-localimp

.. image:: https://coveralls.io/repos/surel89/ckanext-localimp/badge.svg :target: https://coveralls.io/r/surel89/ckanext-localimp

.. image:: https://pypip.in/download/ckanext-localimp/badge.svg :target: https://pypi.python.org/pypi//ckanext-localimp/ :alt: Downloads

.. image:: https://pypip.in/version/ckanext-localimp/badge.svg :target: https://pypi.python.org/pypi/ckanext-localimp/ :alt: Latest Version

.. image:: https://pypip.in/py_versions/ckanext-localimp/badge.svg :target: https://pypi.python.org/pypi/ckanext-localimp/ :alt: Supported Python versions

.. image:: https://pypip.in/status/ckanext-localimp/badge.svg :target: https://pypi.python.org/pypi/ckanext-localimp/ :alt: Development Status

.. image:: https://pypip.in/license/ckanext-localimp/badge.svg :target: https://pypi.python.org/pypi/ckanext-localimp/ :alt: License

=============

ckanext-localimp

This extension enables users to import data from a home directory into ckan without the use of http uploads.

resource_create Instead of the old parameter upload (FieldStorage (optional) needs multipart/form-data) there are now to possibilities, where one can be chosen:

-upload_remote: Upload your file as FieldStorage (original ckan functionality)

-upload_local: Filepath relative to your home directory


Requirements

The application server needs access to the users home directories. Therefore it is best that the user of the application server is in all usergroups. We use LDAP (PosixAccount) with the extension ckanext-ldap <https://github.com/NaturalHistoryMuseum/ckanext-ldap>_ and provide an extra

Version
1.0
Version release date
2017-12-12
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
localimp
CKAN Settings (ckan.ini)
# ckanext.localimp.some_setting = some_default_value
DB migration to be executed
(not set)
<< back to Extensions