Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.
/ ckanext-galileo Public archive

trial for alternative stats collection for BCDC

License

Notifications You must be signed in to change notification settings

bcgov/ckanext-galileo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'
  1. 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: Kong/analytics-agent-python#8

About

trial for alternative stats collection for BCDC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages