{"id":20037722,"url":"https://github.com/openedx/event-routing-backends","last_synced_at":"2025-04-09T09:05:24.641Z","repository":{"id":37686924,"uuid":"297765428","full_name":"openedx/event-routing-backends","owner":"openedx","description":"Consume edx tracking events and transform/transmit them to other LRSs.","archived":false,"fork":false,"pushed_at":"2025-04-02T05:04:50.000Z","size":1126,"stargazers_count":11,"open_issues_count":11,"forks_count":18,"subscribers_count":50,"default_branch":"master","last_synced_at":"2025-04-02T08:11:20.317Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openedx.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-22T20:33:20.000Z","updated_at":"2025-03-28T13:48:04.000Z","dependencies_parsed_at":"2022-07-20T16:02:46.718Z","dependency_job_id":"ded3cea3-23d5-4350-b495-0ae259685d68","html_url":"https://github.com/openedx/event-routing-backends","commit_stats":{"total_commits":266,"total_committers":29,"mean_commits":9.172413793103448,"dds":0.8157894736842105,"last_synced_commit":"e64bfaec7dfb1a2204ec39dedb318a34dd872ba3"},"previous_names":["edx/event-routing-backends"],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openedx%2Fevent-routing-backends","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openedx%2Fevent-routing-backends/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openedx%2Fevent-routing-backends/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openedx%2Fevent-routing-backends/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openedx","download_url":"https://codeload.github.com/openedx/event-routing-backends/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247999840,"owners_count":21031044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T10:21:19.556Z","updated_at":"2025-04-09T09:05:24.620Z","avatar_url":"https://github.com/openedx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"event-routing-backends\n=============================\n\n|pypi-badge| |ci-badge| |codecov-badge| |doc-badge| |pyversions-badge|\n|license-badge|\n\nVarious backends for retransmitting edX LMS events to external services.\n\nOverview\n--------\n\nevent-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.\n\nCurrently work to support xAPI and Caliper event formats is in progress.\n\nSee `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.\n\n.. _event-tracking: https://github.com/openedx/event-tracking\n.. _OEP 26: https://open-edx-proposals.readthedocs.io/en/latest/oep-0026-arch-realtime-events.html\n\nDocumentation\n-------------\n\nDocumentation for this repo is published to `Read the Docs \u003chttps://event-routing-backends.readthedocs.io/en/latest/\u003e`_\n\nLicense\n-------\n\nThe code in this repository is licensed under the AGPL 3.0 unless\notherwise noted.\n\nPlease see `LICENSE.txt \u003cLICENSE.txt\u003e`_ for details.\n\nHow To Contribute\n-----------------\n\nContributions are very welcome.\nPlease read `How To Contribute \u003chttps://github.com/openedx/.github/blob/master/CONTRIBUTING.md\u003e`__ for details.\nshould be followed for all Open edX projects.\n\nThe pull request description template should be automatically applied if you are creating a pull request from GitHub. Otherwise you\ncan find it at `PULL_REQUEST_TEMPLATE.md \u003c.github/PULL_REQUEST_TEMPLATE.md\u003e`_.\n\nThe issue report template should be automatically applied if you are creating an issue on GitHub as well. Otherwise you\ncan find it at `ISSUE_TEMPLATE.md \u003c.github/ISSUE_TEMPLATE.md\u003e`_.\n\nReporting Security Issues\n-------------------------\n\nPlease do not report security issues in public. Please email security@openedx.org.\n\nGetting Help\n------------\n\nIf you're having trouble, we have discussion forums at https://discuss.openedx.org where you can connect with others in the community.\n\nOur real-time conversations are on Slack. You can request a `Slack invitation`_, then join our `community Slack workspace`_.\n\nFor more information about these options, see the `Getting Help \u003chttps://openedx.org/getting-help\u003e`__ page.\n\n.. _Slack invitation: https://openedx.org/slack\n.. _community Slack workspace: https://openedx.slack.com/\n\n.. |pypi-badge| image:: https://img.shields.io/pypi/v/event-routing-backends.svg\n    :target: https://pypi.python.org/pypi/event-routing-backends/\n    :alt: PyPI\n\n.. |ci-badge| image:: https://github.com/openedx/event-routing-backends/workflows/Python%20CI/badge.svg?branch=master\n    :target: https://github.com/openedx/event-routing-backends/actions?query=workflow%3A%22Python+CI%22\n    :alt: CI\n\n.. |codecov-badge| image:: https://codecov.io/github/edx/event-routing-backends/coverage.svg?branch=master\n    :target: https://codecov.io/github/edx/event-routing-backends?branch=master\n    :alt: Codecov\n\n.. |doc-badge| image:: https://readthedocs.org/projects/event-routing-backends/badge/?version=latest\n    :target: https://event-routing-backends.readthedocs.io/en/latest/\n    :alt: Documentation\n\n.. |pyversions-badge| image:: https://img.shields.io/pypi/pyversions/event-routing-backends.svg\n    :target: https://pypi.python.org/pypi/event-routing-backends/\n    :alt: Supported Python versions\n\n.. |license-badge| image:: https://img.shields.io/github/license/edx/event-routing-backends.svg\n    :target: https://github.com/openedx/event-routing-backends/blob/master/LICENSE.txt\n    :alt: License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenedx%2Fevent-routing-backends","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenedx%2Fevent-routing-backends","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenedx%2Fevent-routing-backends/lists"}