-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ricecooker Studio upload optimizations #231
Comments
+1 for this. There is no reason for it to take so long... I know @lyw07 had previously thought about performance improvements for ricecooker along these lines. The current implementation makes repeated calls to Here is one possible way we could implement a "bulk upload" path:
I'm not sure how the Studio tasks API works so maybe @kollivier can comment about feasibility/suitability for this purpose. The main thing is that processing the channel tree after the POST to |
Alternatively, we could write to a sqlite db and read that (which might fit in nicely if we ever wanted to integrate the tools with Kolibri directly) |
Here is proof of concept for how a and session log:
|
Closing in favour of #321 |
Description
This issue serves as a reminder/discussion for possible avenues to ricecooker optimizations.
Some things suggested already were:
The text was updated successfully, but these errors were encountered: