Extension Galileo


Extension Basics

Title
Galileo
Name
ckanext-galileo
Type
Public extension
Description
trial for alternative stats collection for BCDC
CKAN versions
Download-Url (zip)
Last commit
8 years ago (2017-10-03 23:21:48)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

ckanext-galileo

Logs CKAN usage to the Galileo Analytics platform

Installation

  1. Install ckanext-galileo

    Within the CKAN virtualenv run the following:

    pip install -e ‘git+https://github.com/bcgov/ckanext-galileo#egg=ckanext-galileo’

  2. Update the CKAN .ini file

    ckan.plugins=,galileo,

Galileo settings

  galileo_service_token = <token here>
  galileo_environment = <environment name here>
  galileo_host = <collector host name here>
  galileo_port = <colector port here>

Known issues

This package depends on mashape-analytics which itself has some dependencies.
Mashape-analytics requires specific versions of its dependencies. CKAN also has some dependencies, some of which overlap those of mashape-analytics. In some cases the required versions may be incompatible. Suggested work arounds:

  1. run ckanext-galileo in its own virtualenv
  2. await an update to mashape analytics that fixes this issue: https://github.com/Mashape/analytics-agent-python/issues/8
Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
  1. Install ckanext-galileo

    Within the CKAN virtualenv run the following:

    pip install -e ‘git+https://github.com/bcgov/ckanext-galileo#egg=ckanext-galileo’

  2. Update the CKAN .ini file

    ckan.plugins=,galileo,

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