You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.
The Take Home Android app requests and loads HTML resources from the BeLL-Apps server wirelessly. Since there are hundreds of files (attachments) associated with an HTML resource (app), it's a huge payload which results in very slow loading on the Android app. One way to tackle this would be to compress the files ( CouchDB attachments and metadata) into a single archive, when a particular resource is requested by an Android device. To make this happen, we would probably need to have an interface in the Bell-App which allows execution of this operation on a particular CouchDB resource on demand.
Note: One of the potential solutions I came across is an npm package called couchdb-dump which enables to perform compression,archiving and migration of CouchDB database.
The text was updated successfully, but these errors were encountered:
This issue is linked to open-learning-exchange/take-home#63 .. On take-home issue log..
We are working towards moving documents (not database) from couchdb on raspberry pi to android device..
The Take Home Android app requests and loads HTML resources from the BeLL-Apps server wirelessly. Since there are hundreds of files (attachments) associated with an HTML resource (app), it's a huge payload which results in very slow loading on the Android app. One way to tackle this would be to compress the files ( CouchDB attachments and metadata) into a single archive, when a particular resource is requested by an Android device. To make this happen, we would probably need to have an interface in the Bell-App which allows execution of this operation on a particular CouchDB resource on demand.
Note: One of the potential solutions I came across is an npm package called couchdb-dump which enables to perform compression,archiving and migration of CouchDB database.
The text was updated successfully, but these errors were encountered: