Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/technical_documentation/decisions/0002_xapi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ that will allow site operators to use it instead of, or in addition to, xAPI in
References
**********

- `OEP-26: Real Time Events <https://docs.openedx.org/projects/openedx-proposals/en/latest/architectural-decisions/oep-0026-arch-realtime-events.html/>`_
- `OEP-26`_: Real Time Events
- `event-routing-backends <https://event-routing-backends.readthedocs.io/en/latest/>`_
2 changes: 1 addition & 1 deletion docs/technical_documentation/how-tos/backfill.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Backfill xAPI data from tracking logs

Event routing backends provide a management command to backfill old or missing
data. The command is called ``transform_tracking_logs``, learn more about it in the
`Event Routing Backends documentation <https://event-routing-backends.readthedocs.io/en/latest/howto/how_to_bulk_transform.html>`_.
`Event Routing Backends documentation <https://event-routing-backends.readthedocs.io/en/latest/technical_documentation/how-tos/how_to_bulk_transform.html>`_.

.. warning::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,13 +386,13 @@ In addition to the usual CPU/Memory/Disk monitoring you can also monitor a few k
These are also captured in the Aspects Operator Dashboard as well as a filterable list of slowest ClickHouse queries to assist with troubleshooting.


.. _business critical: https://event-routing-backends.readthedocs.io/en/latest/getting_started.html#persistence
.. _batch requests: https://event-routing-backends.readthedocs.io/en/latest/getting_started.html#batching-configuration
.. _using the event bus: https://event-routing-backends.readthedocs.io/en/latest/getting_started.html#event-bus-configuration
.. _business critical: https://event-routing-backends.readthedocs.io/en/latest/technical_documentation/decisions/0009-persistence-and-retries-for-events.html
.. _batch requests: https://event-routing-backends.readthedocs.io/en/latest/technical_documentation/quickstarts/configuration.html#batching-configuration
.. _using the event bus: https://event-routing-backends.readthedocs.io/en/latest/technical_documentation/quickstarts/configuration.html#event-bus-configuration
.. _integrate directly: https://clickhouse.com/docs/en/integrations/kafka
.. _event-routing-backends docs: https://event-routing-backends.readthedocs.io/en/latest/getting_started.html#configuration
.. _event-routing-backends docs: https://event-routing-backends.readthedocs.io/en/latest/technical_documentation/quickstarts/configuration.html
.. _clickhouse-operator: https://github.com/Altinity/clickhouse-operator
.. _superset security configuration: https://superset.apache.org/docs/security/
.. _Ralph via Helm chart: https://openfun.github.io/ralph/latest/tutorials/helm/
.. _dump_data_to_clickhouse arguments: https://github.com/openedx/platform-plugin-aspects/blob/951ed84de01dda6bec9923c60fcd96bf80d6fa54/platform_plugin_aspects/management/commands/dump_data_to_clickhouse.py#L91
.. _transform_tracking_logs: https://event-routing-backends.readthedocs.io/en/latest/howto/how_to_bulk_transform.html
.. _transform_tracking_logs: https://event-routing-backends.readthedocs.io/en/latest/technical_documentation/how-tos/how_to_bulk_transform.html
2 changes: 1 addition & 1 deletion docs/technical_documentation/how-tos/xapi_transforms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ References
.. _xapi filters: https://github.com/eduNEXT/eox-nelp/blob/master/eox_nelp/openedx_filters/xapi/filters.py
.. _event-routing-backends: https://github.com/openedx/event-routing-backends
.. _ERB's verb list: https://github.com/openedx/event-routing-backends/blob/master/event_routing_backends/processors/xapi/constants.py
.. _ERB's xAPI filters: https://event-routing-backends.readthedocs.io/en/latest/getting_started.html#openedx-filters
.. _ERB's xAPI filters: https://event-routing-backends.readthedocs.io/en/latest/technical_documentation/how-tos/filters.html
.. _external ID: https://github.com/openedx/edx-platform/blob/master/openedx/core/djangoapps/external_user_ids/docs/decisions/0001-externalid.rst
.. _openedx-filters: https://github.com/openedx/openedx-filters
.. _pr#205: https://github.com/open-craft/openedx-completion-aggregator/pull/205
Expand Down