-
Notifications
You must be signed in to change notification settings - Fork 4
Cache Prefilling Support #35
Copy link
Copy link
Open
Labels
GUIThis issue is about something which may be implemented in mapget's /status GUI.This issue is about something which may be implemented in mapget's /status GUI.RESTThis issue concerns mapget's REST/TileLayerStream API.This issue concerns mapget's REST/TileLayerStream API.ServiceThis issue concerns the mapget service API/implementation.This issue concerns the mapget service API/implementation.
Metadata
Metadata
Assignees
Labels
GUIThis issue is about something which may be implemented in mapget's /status GUI.This issue is about something which may be implemented in mapget's /status GUI.RESTThis issue concerns mapget's REST/TileLayerStream API.This issue concerns mapget's REST/TileLayerStream API.ServiceThis issue concerns the mapget service API/implementation.This issue concerns the mapget service API/implementation.
Background:
While the current lazy-loading approach to cache filling is effective in many situations, it falls short when dealing with multiple or slow data sources. Users often know the specific spatial extent they wish to analyze and would benefit from a cache prefilling phase, even if it takes time to complete. This also allows developers to initially focus on optimizing the interaction between mapget and client applications like a map viewer, before turning their attention to optimizing the entire data pipeline, including data source interactions.
Goal:
Implement cache prefilling in mapget to enhance user experience by making data rapidly available post-prefill.
Acceptance Criteria: