Skip to content

Consume edx tracking events and transform/transmit them to other LRSs.

License

Notifications You must be signed in to change notification settings

openedx/event-routing-backends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

46b2e54 · May 22, 2024
May 17, 2024
Mar 21, 2024
May 22, 2024
May 17, 2024
Sep 19, 2023
Apr 19, 2023
Sep 24, 2020
Sep 26, 2023
Sep 10, 2022
Sep 19, 2023
Sep 22, 2020
Dec 6, 2023
May 22, 2024
Sep 22, 2020
Nov 10, 2021
May 17, 2024
Oct 31, 2023
Sep 20, 2023
Aug 30, 2021
Sep 22, 2020
Dec 22, 2020
Nov 6, 2020
Mar 19, 2024
Jun 22, 2022
Nov 29, 2023
May 17, 2024
Apr 2, 2024
May 17, 2024

Repository files navigation

event-routing-backends

PyPI CI Codecov Documentation Supported Python versions License

Various backends for retransmitting edX LMS events to external services.

Overview

event-routing-backends contains plugins for the event-tracking app that is installed as a part of edx-platform. It provides a backend that can take events and re-transmit them to external services. It also provides some new processers that can convert edx-platform events into other formats.

Currently work to support xAPI and Caliper event formats is in progress.

See OEP 26 for background; the xAPI and Caliper subdocuments in particular include a specification of how LMS events will be translated to the format of the respective protocols.

Documentation

Documentation for this repo is published to Read the Docs

License

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

Please see LICENSE.txt for details.

How To Contribute

Contributions are very welcome. Please read How To Contribute for details. should be followed for all Open edX projects.

The pull request description template should be automatically applied if you are creating a pull request from GitHub. Otherwise you can find it at PULL_REQUEST_TEMPLATE.md.

The issue report template should be automatically applied if you are creating an issue on GitHub as well. Otherwise you can find it at ISSUE_TEMPLATE.md.

Reporting Security Issues

Please do not report security issues in public. Please email [email protected].

Getting Help

If you're having trouble, we have discussion forums at https://discuss.openedx.org where you can connect with others in the community.

Our real-time conversations are on Slack. You can request a Slack invitation, then join our community Slack workspace.

For more information about these options, see the Getting Help page.