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

[Question]: Is R2 integration good for project with large amount of images? #144

Closed
FutureExcited opened this issue Jun 5, 2024 · 2 comments
Labels
question Further information is requested

Comments

@FutureExcited
Copy link
Contributor

I'm making a project, which acts as a huuuge gallery of memes. So, naturally there will be like 100-500 memes from user.

So, I've already have my setup which works by manually fetching objects via aws4fetch/aws-sdk from R2 Bucket.

My question: is NuxtHub suitable for projects with large amount of objects like this? And does it offer any advantages in working with these images, besides ease of setup?

Hopium is strong

@FutureExcited FutureExcited changed the title [Question]: Is R2 integration a good for project with large amount of images? [Question]: Is R2 integration good for project with large amount of images? Jun 5, 2024
@atinux atinux added the question Further information is requested label Jun 6, 2024 — with Volta.net
Copy link
Contributor

atinux commented Jun 6, 2024

Hey @FutureExcited

I don't see any issue of using R2 for that. The main problem might be the size of the images that you want to ensure to not be too big.

We are looking at solution to leverage Nuxt Image based on your Blob, see #131.

Another solution would be to let the user (our your app) to resize the image using something like https://github.com/nodeca/pica

@FutureExcited
Copy link
Contributor Author

Got it, thanks.

@atinux atinux closed this as not planned Won't fix, can't repro, duplicate, stale Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants