That's a great read. I've always been interested in learning how such tech-oriented companies found their initial traction. Are there any blog posts / articles / podcasts about Uploadcare's early days and the search for the product/market fit?
How Uploadcare Built a Stack That Handles 350M File API Requests per Day
21–30 of 42 posts
Re: How Uploadcare Built a Stack That Handles 350M File API Requests per Day
#22350M/day = just about 4K QPS. Is that considered impressive nowadays?
4K QPS where Q = file uploads -> Definitely.
4K QPS where Q = HEAD request? -> Not so much.
Re: How Uploadcare Built a Stack That Handles 350M File API Requests per Day
#23By using AWS.
Re: How Uploadcare Built a Stack That Handles 350M File API Requests per Day
#24I wonder what's the breakdown between unique files delivered as opposed to files delivered from the CDN cache. Also, what's the breakdown for file uploads, manipulation and delivery? The 350M API requests per day would make more sense if we get this brakdown
Unfortunately, I can't say anything more than that.
Re: How Uploadcare Built a Stack That Handles 350M File API Requests per Day
#25350M/day = just about 4K QPS. Is that considered impressive nowadays?
Impressive or not I just wish people would stop using monthly averages in the headline like this. You can't really make the case that this in-depth stack dive is for a layman audience, so you have to know what a meaningless metric it is.
On the other hand I feel that the article is very light and is indeed more for layman audience :) In depth one would be 10-15 times longer (and 100 times harder to write).
Re: How Uploadcare Built a Stack That Handles 350M File API Requests per Day
#26By using AWS.
The hard thing is to make it cost effective. To that end I can proudly say that AWS bill is not in the top list of Uploadcare expenses.
Re: How Uploadcare Built a Stack That Handles 350M File API Requests per Day
#27I wonder what's the breakdown between unique files delivered as opposed to files delivered from the CDN cache. Also, what's the breakdown for file uploads, manipulation and delivery? The 350M API requests per day would make more sense if we get this brakdown
Cached/uncached file delivery is close to the universal 80/20 ratio. Cached operations are not included in that number. Unfortunately, I can't say anything more than that.
Re: How Uploadcare Built a Stack That Handles 350M File API Requests per Day
#28User generated content (especially images) are a great attack vector, what do you do to isolate/mitigate against attacks like that ?.
How so? Obviously they won’t be executing (or likely even analysing) any of the uploaded content. Similarly, browsers should not generally be particularly vulnerable to malicious content being loaded with appropriate MIME types in appropriate containers (e.g. ) It sounds like you should be asking how browsers protect users from malicious content. Perhaps you could elaborate?
Re: How Uploadcare Built a Stack That Handles 350M File API Requests per Day
#29Earlier quoted context omitted.
How so? Obviously they won’t be executing (or likely even analysing) any of the uploaded content. Similarly, browsers should not generally be particularly vulnerable to malicious content being loaded with appropriate MIME types in appropriate containers (e.g. ) It sounds like you should be asking how browsers protect users from malicious content. Perhaps you could elaborate?
Image and Video codecs come under attack quite often see https://blog.sucuri.net/2016/05/imagemagick-remote-command-e... In this context the image manipulation they do with pillow and the underlying libjpeg would be a potential source of vulnerabilities.
Re: How Uploadcare Built a Stack That Handles 350M File API Requests per Day
#30That's a great read. I've always been interested in learning how such tech-oriented companies found their initial traction. Are there any blog posts / articles / podcasts about Uploadcare's early days and the search for the product/market fit?
I just got wind of it, we at Uploadcare will soon be releasing an article with more info about the early days :) And, I believe, a podcast or two. Thanks for this question, btw. Would you elaborate on what you would like to know? It'll help us compile a great article, thanks :)
The reason why it's particularly interesting to me, i.e. to someone with a dev background, is that the lean startup wisdom says you should be very specific about the customer you're after and Uploadcare seems like a solution targetted at a broad spectrum of customer segments. Of course, I'm happy to be proved wrong if there are one or two dominant customer segments that you address Uploadcare to. Also, you might have as well started out with a very specific customer persona and spread to other segments. Whatever it was, curious to know.
I guess many developers dream up products targetted at developers like them selves. Selling to fellow developers is hard. It would be great to read a success story for a change.