Extension Galileo Analytics


Extension Basics

Title
Galileo Analytics
Name
ckanext-galileo
Type
Public extension
Description
Logs CKAN usage to the Galileo Analytics platform. Trial extension for alternative statistics collection for BC Data Catalogue.
CKAN versions
Download-Url (zip)
Last commit
8 years ago (2017-10-04 01:21:48)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

ckanext-galileo

Logs CKAN usage to the Galileo Analytics platform.

This is a trial for alternative stats collection for BCDC (BC Data Catalogue).

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 = <collector 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

Note: This repository was archived by the owner on Nov 15, 2018. It is now read-only.

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


Installation Guide

Configuration hints

Requires Galileo Analytics service credentials. Depends on mashape-analytics which may have version conflicts with CKAN dependencies.

Plugins to configure (ckan.ini)
galileo
CKAN Settings (ckan.ini)
# galileo_service_token = <token here>
# galileo_environment = <environment name here>
# galileo_host = <collector host name here>
# galileo_port = <collector port here>
DB migration to be executed
(not set)
<< back to Extensions