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
The example of integrating titiler with redis-based caching is helpful but seems to involve rewriting large chunks of TilerFactory, which is unappealing for downstream use.
By comparison, I'd love to be able to have titiler cache tiles with a modicum of setup, something like:
pip install titiler.core[redis] (ala the way the docs indicate to hook up OTel
CACHE_HOST = os.getenv("TITILER_CACHE_HOST") (ala various other examples in the docs)
sane (but overrideable) defaults re: TTL, etc.
This also would let the project publish a cache-enabled docker image so that making it work would merely be a matter of setting an env-var.
Is there interest in patches along these lines? I'm very interested in contributing and collaborating on design if so.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The example of integrating titiler with redis-based caching is helpful but seems to involve rewriting large chunks of TilerFactory, which is unappealing for downstream use.
By comparison, I'd love to be able to have titiler cache tiles with a modicum of setup, something like:
pip install titiler.core[redis](ala the way the docs indicate to hook up OTelCACHE_HOST = os.getenv("TITILER_CACHE_HOST")(ala various other examples in the docs)This also would let the project publish a cache-enabled docker image so that making it work would merely be a matter of setting an env-var.
Is there interest in patches along these lines? I'm very interested in contributing and collaborating on design if so.
Beta Was this translation helpful? Give feedback.
All reactions