alpheios-project / documentation

Alpheios Developer Documentation
0 stars 0 forks source link

Lexicons Source Architecture #7

Open irina060981 opened 5 years ago

irina060981 commented 5 years ago

Current workflow to get lexicons:

if it already has cached dictionary it simply searched in it. So we could see the following disadvantages:

1) parsing, fetching data from the whole amount of data on the client side 2) we need to store the all definitions inside RAM

I suggest to look for a new workflow of retrieving this data - from structured database on the server - for example the easiest way - SQLite. It could be used on the server and for the local use.

balmas commented 5 years ago

The design discussion for managing offline content is relevant to this request: https://github.com/alpheios-project/documentation/blob/master/development/offline-content.md