educational-technology-collective / morf

The MOOC Replication Framework (MORF)
MIT License
16 stars 7 forks source link

create extraction utils, especially for mysql interfacing #31

Open jpgard opened 6 years ago

jpgard commented 6 years ago

MORF could provide a public set of functions for querying SQL during the feature extraction process. This would require users to install the morf api directly within their docker containers, but would probably privide a convenient and simple interface that many users desire. Most seem to use SQL, and dealing with it is a pain -- this would ease that pain.

See examples of the functions in the various morf example scripts (mwe, morf-test-course, morf-test-session, morf-test-all). This would also make those scripts easier to use and understand.

jpgard commented 6 years ago

Note that all of these modules mentioned above now use the same sql functions and syntax; modularizing those would be a good start.