Skip to main content

Open edX Caliper Tracking app can be used to transform Open edX tracking events into Caliper standard compliant events.

Project description

Description

Open edX Caliper Tracking can be used to transform the edx traditional event logs into IMS Caliper Standard format. Then those logs can be used with any analytics application that is compatible with Caliper Standard events.

Installation

To install openedx-caliper-tracking in your Open edX installation, please add the following line to your requirements file. (For most Open edX installations it is located at edx-platform/requirements/edx/base.txt):

openedx-caliper-tracking==0.9.0

Usage

To enable and use openedx-caliper-tracking:

Set the value of ENABLE_EVENT_CALIPERIZATION flag under FEATURES in the following files:

  • /edx/app/edxapp/lms.env.json

  • /edx/app/edxapp/cms.env.json

these files should be located at /edx/app/edxapp/ directory:

"FEATURES": {
    ...

    "ENABLE_EVENT_CALIPERIZATION": true,

}

Location of Transformed Logs

Transformed event logs can be found in /edx/var/logs/tracking/tracking.log file.

License

The code in this repository is licensed under the GPL 3.0 unless otherwise noted.

Please see LICENSE for details.

How To Contribute

To contribute, please make the PR in this repositry on Github: Open edX Caliper Tracking

If you have any issues or questions, please feel free to open an issue on Github: Open edX Caliper Tracking

Contributors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openedx-caliper-tracking-0.10.1.tar.gz (123.0 kB view hashes)

Uploaded Source

Built Distribution

openedx_caliper_tracking-0.10.1-py2-none-any.whl (334.6 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page