thehunmonkgroup / ca-analytics

Analytics library for CircleAnywhere

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ca Analytics

Installation

$ cd ca-analytics
$ mkvirtualenv -p /usr/bin/python3 circling
$ workon circling
$ pip3 install -r conf/requirements.pip

Developing/testing this script will require you to have access to working CouchDB and MongoDB instances with seeded data.

To set up one with docker read Docker.md.

Usage

Assuming the databases are configured properly:

$ cd ca-analytics
$ workon circling
$ ./src/ca-analytics.py

About

Analytics library for CircleAnywhere


Languages

Language:Python 82.9%Language:Shell 17.1%