We want to cache results from the NLP so data is not run multiple times on the same text. Additionally this should improve performance in cases where multiple dashboards for the same text are open.
We may want to run the full set of indicators on the student text every so often to always try and provide information immediately to teachers, even if the indicators are a little bit out of data.
This could include indexing by text or by document id.
The cache should include which indicators were run, the results from the indicators, and additional meta data about the cache (like process id).
We want to cache results from the NLP so data is not run multiple times on the same text. Additionally this should improve performance in cases where multiple dashboards for the same text are open.
We may want to run the full set of indicators on the student text every so often to always try and provide information immediately to teachers, even if the indicators are a little bit out of data.
This could include indexing by text or by document id.
The cache should include which indicators were run, the results from the indicators, and additional meta data about the cache (like process id).