openedx / tutor-contrib-coursegraph

Work-in-progress Tutor plugin to enable the Open edX CourseGraph tool
GNU Affero General Public License v3.0
2 stars 4 forks source link

Persist tutor-contrib-coursegraph data in k8s deployment #21

Closed kdmccormick closed 2 years ago

kdmccormick commented 2 years ago

Currently, in k8s mode, Neo4j data is held in the coursegraph container. Upon shutdown, all CourseGraph data is erased.

In line with how it behaves in dev and local mode, the plugin should store data in a persistent volume instead of in the container.

kdmccormick commented 2 years ago

https://github.com/openedx/tutor-contrib-coursegraph/pull/28