Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Support GPKG / mbtiles (SQLite) from S3 (using HTTP range requests) #606

Open
asafMasa opened this issue Nov 8, 2022 · 0 comments

Comments

@asafMasa
Copy link

asafMasa commented Nov 8, 2022

Context

As S3 is a more viable solution for storing and handling large amounts of files, we need a way to serve GPKG / mbtiles from it.

This can be done using https://github.com/michalc/sqlite-s3-query solution

This was already implemented for Mbtiles here - https://github.com/uktrade/mbtiles-s3-server

Expected Behavior

Serve GPKG and mbtiles files from S3 😃

Actual Behavior

GPKG and mbtiles files can't be served from S3 😢

Possible Fix

Use https://github.com/michalc/sqlite-s3-query in order to serve the sqlite (gpkg or mbtiles) from S3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants