Skip to content

Speasy offline mode #237

@jeandet

Description

@jeandet

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 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

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions