Extension EBA Custom Portal


Extension Basics

Title
EBA Custom Portal
Name
ckanext-eba
Type
Public extension
Description
A custom CKAN extension for EBA (European Banking Authority), providing customizations and access restrictions for their data portal.
CKAN versions
Download-Url (zip)
Last commit
3 years ago (2023-01-13 16:25:48)
Url to repo
Category
Regional Government Themes


Background Infos

Description (long)
Show details

ckanext-eba

A custom CKAN extension developed by Datopian for EBA (European Banking Authority). This extension provides customizations and features specifically tailored for EBA’s data portal requirements.

Requirements

Compatibility with core CKAN versions:

CKAN Version Status
2.6 and earlier not tested
2.7 not tested
2.8 not tested
2.9 not tested

Installation

To install ckanext-eba:

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate
    
  2. Clone the source and install it on the virtualenv:

    git clone https://github.com/datopian/ckanext-eba.git
    cd ckanext-eba
    pip install -e .
    pip install -r requirements.txt
    
  3. Add eba to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/ckan.ini).

  4. Restart CKAN.

Developer installation

To install ckanext-eba for development, activate your CKAN virtualenv and do:

git clone https://github.com/datopian/ckanext-eba.git
cd ckanext-eba
python setup.py develop
pip install -r dev-requirements.txt

Tests

To run the tests, do:

pytest --ckan-ini=test.ini

License

AGPL-3.0

Version
0.0.2
Version release date
2023-01-13
Contact name
Datopian
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Add ‘eba’ to ckan.plugins. This is a custom extension for the European Banking Authority portal with specific customizations and access restrictions.

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