Re: [edx-code] File storage for course-associated files

2018-01-14 Thread Camilo Aguilar
What happen to that proposal? Is there a way of using S3 or Minio instead of GridFS? It is too expensive for us to store static assets in MongoDB. On Monday, August 11, 2014 at 12:58:37 PM UTC-5, John Eskew wrote: > > The proposal to which Don refers is publicly accessible here: > > https://open

[edx-code] Re: Is any movements in GridFS replacement?

2018-01-14 Thread Camilo Aguilar
How are you guys using S3 instead as contentstore? For us using GridFS is too expensive unfortunately. I would love to have an option out of GridFS. Any guidance is very much appreciated. On Wednesday, July 20, 2016 at 7:11:07 AM UTC-5, Toby Lawrence wrote: > > Hey there! I'm a performance en

[edx-code] Re: DoesNotExist: User matching query does not exist.

2018-03-06 Thread Camilo Aguilar
We are running into the same in Ginkgo with openassessment. When submissions are made through Studio, they end up being stored with user_id 'student'. Then when the LMS loads them up, it tries to make the relation with 'student' in the database and it obviously doesn't exist. On Monday, August