Extension Knowledgehub


Extension Basics

Title
Knowledgehub
Name
ckanext-knowledgehub
Type
Public extension
Description
The `ckanext-knowledgehub` extension customizes CKAN specifically for the Knowledge Hub on Displace
CKAN versions
Download-Url (zip)
Last commit
4 years ago (2021-04-23 11:43:04)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

Build Status Coverage Status

ckanext-knowledgehub

This is the main repo for the Knowledge Hub on Displaced Populations in the MENA Region. All of the CKAN customizations are added in this extension.

Table of contents

Getting started

Requirements

This extension requires CKAN 2.8.x version.

Additional Requirements

Installation

To install ckanext-knowledgehub:

  1. Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
  1. Install the ckanext-knowdledgehub Python package into your virtual environment:
pip install ckanext-knowledgehub
  1. Initialize the tables:
knowledgehub -c /etc/ckan/default/production.ini db init
  1. Add knowledgehub to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini).

  2. Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubunt

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


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
knowledgehub
CKAN Settings (ckan.ini)
# ckanext.knowledgehub.themes_per_page = 20
# ckanext.knowledgehub.sub_themes_per_page = 20
# ckanext.knowledgehub.dashboards_per_page = 20
# ckanext.knowledgehub.rnn.sequence_length = 12
# ckanext.knowledgehub.rnn.sentence_step = 2
# ckanext.knowledgehub.rnn.number_predictions = 2
# ckanext.knowledgehub.rnn.min_length_corpus = 300
# ckanext.knowledgehub.rnn.max_epochs = 30
# ckanext.knowledgehub.rnn.model_weights = /home/user/model_weights.h5
# ckanext.knowledgehub.rnn.model_network = /home/user/model_network.h5
DB migration to be executed
(not set)
<< back to Extensions