nick11
nick11
KPCKevin Powell - Community
Created by nick11 on 12/6/2023 in #back-end
mongodb
Okay thanks.
5 replies
KPCKevin Powell - Community
Created by nick11 on 12/6/2023 in #back-end
mongodb
@Jochem thank you for replying. By basic features i meant like searching ,sorting filtering , pagination , joins between tables
5 replies
KPCKevin Powell - Community
Created by nick11 on 10/26/2023 in #back-end
How to compress images in s3 bucket ?
Okay thanks @Joao
18 replies
KPCKevin Powell - Community
Created by nick11 on 10/26/2023 in #back-end
How to compress images in s3 bucket ?
Actually i am building an ecommerce app and want to store seller's product images and seller's documentand also other images . My concern is that should i store them as it is in my s3 bucket or should i apply further compression but i also want to fetch the good image (is there something as decompression i want to ask) . I f i only store images as they are , wouldn't they increase my storage costs?
18 replies
KPCKevin Powell - Community
Created by nick11 on 10/26/2023 in #back-end
How to compress images in s3 bucket ?
can i decompress the images back (almost) to their original quality so that i can serve the client . i have seen people using sharp but they just show the tutorial for compressing not for decompressing to original shape ?
18 replies
KPCKevin Powell - Community
Created by nick11 on 10/26/2023 in #back-end
How to compress images in s3 bucket ?
thanks for replying @Joao , let me tell you the flow , actually when front end is getting any images it is sending them to the server and at serverside( i.e in nodejs), we are uploading them to our aws s3 bucket . here i dont want to directly upload the images to s3 but compress them before uploading to s3 also i need uncompressed images (good qaulity image) whenever the client wants them .
18 replies