-
Notifications
You must be signed in to change notification settings - Fork 10
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
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:
- 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
-
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.
- 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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed