Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
It's probably as quick to use file system if you could never the users and dates to strings and store them that way?
-
Some use google app engine, others use Amazon web services, snapchat is built using googles cloud
-
@bobotay well image storage wise you are right, but as for the metadata it would take too long to scrape a thousand pictures along with the added benifit of being able to off load storage space by adding an access url in that metadata
-
Possibly a graph database. It would manage network reqs better than a relational db. Possibly Neo4j
What kind of database do apps like Snapchat, Instagram, etc. use to store pictures and info. I'm guessing it is not MySQL, or Firebase, or Parse, so then what is it.
undefined