Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

https://github.com/edx/edx-analytics-pipeline

This library is used to compute data that will then be inserted into the ES cluster used by edx-analytics-data-api.

Libraries:

  • elasticsearch python only

Creates common interfaces for performing tasks that will put data into ES:

Utilizes these interfaces for these tasks:

https://github.com/edx/edx-analytics-pipeline/blob/e63292012af075f37b42876c38a155e57291db36/edx/analytics/tasks/insights/module_engagement.py

Testing

  • Has unit and acceptance tests

  • Acceptance tests will be run on PR by edX once it’s ready.

  • No labels