-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
144 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
- name: codejail | ||
src: -e git+https://github.com/edunext/tutor-contrib-codejail@quince#egg=tutor-contrib-codejail | ||
url: https://github.com/eduNEXT/tutor-contrib-codejail/ | ||
author: eduNEXT | ||
maintainer: eduNEXT | ||
description: | | ||
Tutor plugin to enable execution of untrusted code in secure sandboxes. | ||
In particular, this plugin is required to run Python-evaluated input XBlocks. | ||
- name: pod-autoscaling | ||
src: -e git+https://github.com/eduNEXT/[email protected]#egg=tutor-contrib-pod-autoscaling | ||
url: https://github.com/eduNEXT/tutor-contrib-pod-autoscaling | ||
author: eduNEXT | ||
maintainer: eduNEXT | ||
description: | | ||
Tutor plugin enable pod-autoscaling mechanisms for OpenedX installations in Kubernetes. | ||
The specific mechanisms are HPA and VPA. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
# This is the index for all Tutor plugins that are officially maintained by Overhang.IO. | ||
# It is available at the following location: https://overhang.io/tutor/main/quince/plugins.yml | ||
# It can be modified by opening a pull request on the following repository: https://github.com/overhangio/tpi/ | ||
|
||
- name: android | ||
src: tutor-android>=17.0.0,<18.0.0 | ||
url: https://github.com/overhangio/tutor-android | ||
author: Overhang.IO <[email protected]> | ||
maintainer: Overhang.IO <[email protected]> | ||
description: | | ||
Build an Android mobile application for your Open edX platform. | ||
- name: cairn | ||
src: tutor-cairn>=17.0.0,<18.0.0 | ||
url: https://overhang.io/tutor/plugin/cairn | ||
author: Overhang.IO <[email protected]> | ||
maintainer: Overhang.IO <[email protected]> | ||
description: | | ||
Scalable, real-time analytics for Open edX. | ||
Analytics are an essential component of an online learning platform: you need to know whether your courses are effective and which parts need some improvement. You need to know if your students are falling by, and if they do, you need to detect the early warning signs. When your courses are successful, you want to get periodical engagement reports. | ||
We created a tool to help you answer all these questions. Cairn is a Tutor plugin that you install on top of an Open edX platform and that gives you access to a powerful, full-blown analytics stack. Cairn comes with the following features out of the box: | ||
❄️ Unified datalake of learner events and stateful data: both learner-triggered events, coming from the Open edX tracking logs, and stateful data, coming from the existing databases, are available for querying in a single unified interface. This means that you can, for instance, query the grades of the students that visited your platform in the past 24 hours, or collect the email addresses of the students who did not yet complete the latest assignment. | ||
⚡ Real-time: new events are visible immediately in your analytics interface. No more waiting for slow batch jobs to complete! | ||
🔑 Course- and org-based data access rights: your course staff is granted access only to the data rows that concern them. Cairn makes it easy to create new users with granular access permissions. | ||
🎁 Working dashboards out of the box: Cairn comes with a fully functional dashboard that you can start playing with right away. | ||
🛠️ Fully customizable data and dashboards: your data scientists, business intelligence team and other tinkerers can freely explore your course data, create and share their own queries, datasets and dashboards. All it takes is a little bit of SQL. | ||
🚀 Scalable: Cairn scales as much as its backend, which was designed for Internet scale. | ||
- name: discovery | ||
src: tutor-discovery>=17.0.0,<18.0.0 | ||
url: https://github.com/overhangio/tutor-discovery | ||
author: Overhang.IO <[email protected]> | ||
maintainer: Overhang.IO <[email protected]> | ||
description: | | ||
Integrate the Open edX Course Discovery application. | ||
This plugins makes it easy to install the course-discovery application | ||
(https://github.com/openedx/course-discovery) in your Open edX environment. | ||
- name: ecommerce | ||
src: tutor-ecommerce>=17.0.0,<18.0.0 | ||
url: https://github.com/overhangio/tutor-ecommerce | ||
author: Overhang.IO <[email protected]> | ||
maintainer: Overhang.IO <[email protected]> | ||
description: | | ||
E-commerce plugin to sell course products on Open edX. | ||
This plugins makes it easy to install the ecommerce application | ||
(https://github.com/openedx/ecommerce) in your Open edX environment. Note that this | ||
plugin depends on the discovery and the MFE plugins, which must also be enabled. | ||
- name: forum | ||
src: tutor-forum>=17.0.0,<18.0.0 | ||
url: https://github.com/overhangio/tutor-forum | ||
author: Overhang.IO <[email protected]> | ||
maintainer: Zaat.dev <[email protected]> | ||
description: | | ||
Add discussion forum to your Open edX platform. | ||
- name: indigo | ||
src: tutor-indigo>=17.0.0,<18.0.0 | ||
url: https://github.com/overhangio/tutor-indigo | ||
author: Overhang.IO <[email protected]> | ||
maintainer: Overhang.IO <[email protected]> | ||
description: | | ||
A beautiful, blue theme for Open edX. | ||
- name: jupyter | ||
src: tutor-jupyter>=17.0.0,<18.0.0 | ||
url: https://github.com/overhangio/tutor-jupyter | ||
author: Overhang.IO <[email protected]> | ||
maintainer: Overhang.IO <[email protected]> | ||
description: | | ||
Run Jupyter notebooks right in your LMS. | ||
Launch a JupyterHub single-node cluster and install the Jupyter XBlock in the Open | ||
edX LMS/CMS. This makes it very easy to launch student-editable code editors rights | ||
in your courses. | ||
- name: mfe | ||
src: tutor-mfe>=17.0.0,<18.0.0 | ||
url: https://github.com/overhangio/tutor-mfe | ||
author: Overhang.IO <[email protected]> | ||
maintainer: Overhang.IO <[email protected]> | ||
description: | | ||
Easy integration of custom microfrontends with your Open edX platform. | ||
Microfrontends form the backbone of Open edX. Thus, this plugin is required by most Open edX installations. | ||
- name: minio | ||
src: tutor-minio>=17.0.0,<18.0.0 | ||
url: https://github.com/overhangio/tutor-minio | ||
author: Overhang.IO <[email protected]> | ||
maintainer: Overhang.IO <[email protected]> | ||
description: | | ||
Scalable object storage for Open edX. | ||
This plugins is pretty much a requirement to run Open edX on Kubernetes. | ||
- name: notes | ||
src: tutor-notes>=17.0.0,<18.0.0 | ||
url: https://github.com/overhangio/tutor-notes | ||
author: Overhang.IO <[email protected]> | ||
maintainer: eduNEXT | ||
description: | | ||
Add student notes to the Open edX courseware. | ||
- name: webui | ||
src: tutor-webui>=17.0.0,<18.0.0 | ||
url: https://github.com/overhangio/tutor-webui | ||
author: Overhang.IO <[email protected]> | ||
maintainer: Overhang.IO <[email protected]> | ||
description: | | ||
Manage your Tutor-powered Open edX installation from the browser. | ||
- name: xqueue | ||
src: tutor-xqueue>=17.0.0,<18.0.0 | ||
url: https://github.com/overhangio/tutor-xqueue | ||
author: Overhang.IO <[email protected]> | ||
maintainer: eduNEXT | ||
description: | | ||
Xqueue external grading system for your Open edX platform. | ||