用于照片共享应用程序的Nodejs和Amazon S3友谊

时间:2014-12-29 05:27:18

标签: performance amazon-s3

我们目前正在开发一项服务,以分享有关人们兴趣的照片,我们正在使用以下技术。 (新手顺便说一句。)

用于后端

  • 的NodeJS
  • MongoDB的
  • Amazon S3

for frontend

  • IOS
  • 机器人
  • web(Angularjs)

存储和提供图像对我们的服务来说是一件大事(必须快速)。我们正在考虑性能问题。我们先将照片存储在mongodb上,然后将其更改为aws S3。 所以,

1.our clients can upload images from the app(s) 
2.we are handling these images on nodejs and sending them to the aws S3 storage
3.s3 sends an url back to us
4.we save the url into the user's related post
5.so, when user wants to see his photos the app gets the photos from with their urls
6.finally we are getting images from S3 to the user directly.

这是处理这种情况的好方法吗?或者有最好的方法吗? 感谢

0 个答案:

没有答案