ckanext-galileo
Logs CKAN usage to the Galileo Analytics platform.
This is a trial for alternative stats collection for BCDC (BC Data Catalogue).
Installation
Install ckanext-galileo
Within the CKAN virtualenv run the following:
pip install -e 'git+https://github.com/bcgov/ckanext-galileo#egg=ckanext-galileo'
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.