Git Product home page Git Product logo

Comments (4)

creighton avatar creighton commented on August 17, 2024

cache_statement_list is a database table that stores information about statement queries in the case that there are more results than can be returned in one response. see https://github.com/adlnet/xAPI-Spec/blob/master/xAPI.md#42-retrieval-of-statements about the 'more' url.

To fix this error you need to create the table 'cache_statement_list' using this command: python manage.py createcachetable cache_statement_list

Let me know how that goes for you

from adl_lrs.

kangos avatar kangos commented on August 17, 2024

thank you very much for your answer. I have two PC with the software installed in one of these worked well so take the SQL and create the table manually and it work.

Take to ask advice. We are using ADL_LRS for a research project TEDI (http://www.tedi.cl). Educational books are digital and we are currently doing the piloting. We are in 2 schools with 2 courses of 40 students about which sent an average of 20-30 per class statement (depending on the activity could register up to 80 per student). For now, the LRS has responded well, I know that the project is in development, but decided to use it because in a previous conversation you told me, which was stable for sending and receiving.

I had some problems, for example, to request the URL more he response took too long so I decided to up the number of stament returned directly on setting.py.

Also to consult with parameter limit = 1 it took much more than obtain them all.

Any advice you can give me is valuable for me.

(excuse my bad english)

from adl_lrs.

creighton avatar creighton commented on August 17, 2024

This is good feedback. We have been testing the LRS to try to get better response times, but our work has been on the 1.0 LRS.

I can say that the filters do take more time, such as limit. This is because of the way we did the filtering. Another issue with limit, is that if there are more results than the limit, we have to store the rest in that cache table and return a more url. This requires more processing as well.

I don't have any real helpful solutions for your issues. You could try the 1.0 LRS, which might require changes to your statements and digital books. You could give your server more resource, particularly more memory so that it can handle larger lists of statements. You could try getting the statements asynchronously and storing them locally.

tom

from adl_lrs.

kangos avatar kangos commented on August 17, 2024

Thanks and it was nice talking to you, now I'm going out but then you more story to share my experience with ADL_LRS.

Carlos.

from adl_lrs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.