We should be able to use Speasy even offline or when a server is down (#236) 1. Option 1, implicit cache and automatic offline mode, this implies: - we should not set expiration date on cache entries anymore (for data) - we should warn if there is a missing fragment inside a requested interval - users depend on previous requests and luck 2. Option 2, explicit data index, as described in #122, users could explicitly save data into a dedicated index for later usage. - this has to be simple to create, use and extend - it should be simple to update data inside an index - when extending an index, we might add data new fragments that have been reprocessed next to older ones
We should be able to use Speasy even offline or when a server is down (#236)
Option 1, implicit cache and automatic offline mode, this implies:
Option 2, explicit data index, as described in Option to replace cache by an exportable persistent index #122, users could explicitly save data into a dedicated index for later usage.