Files
edx-platform/xmodule/modulestore/docs/mixedmodulestore.rst
2022-06-20 18:20:06 +05:00

12 lines
420 B
ReStructuredText

#################
MixedModuleStore
#################
MixedModuleStore provides a common API for all modulestore functions.
In addition, MixedModuleStore allows you to select which modulestore a
specific course is stored in (XMLModuleStore, DraftModuleStore, Split Mongo)
and routes requests for that course to the correct modulestore.
MixedModuleStore can also handle some conversions from one modulestore to
another.