-
Notifications
You must be signed in to change notification settings - Fork 29
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
Explore other Mosaic Backends (DB) #142
Comments
Merged
I'm also thinking about By with RTreeBackend("spatial_index.r") as mosaic:
mosaic.assets_for_tile(1,2,3)
mosaic.assets_for_point(lng, lat) |
Permitting read-only backends could allow you to make a read-only adapter to query a postgres-backed STAC API... |
This was referenced Jan 15, 2021
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DynamoDB backend is really interesting because it enables large-scale mosaic and with the latest changes we can even store a lot of mosaics in a single table.
As Mosaic become more popular (at least on my side 😄) I'll need to explore other
DB
backends for other cloud providers (e,g Azure Cosmos)The text was updated successfully, but these errors were encountered: