Scalable Image Storage

前端 未结 11 592
半阙折子戏
半阙折子戏 2020-12-12 09:42

I\'m currently designing an architecture for a web-based application that should also provide some kind of image storage. Users will be able to upload photos as one of the k

11条回答
  •  轮回少年
    2020-12-12 10:15

    Use Seaweed-FS (used to be called Weed-FS), an implementation of Facebook's haystack paper.

    Seaweed-FS is very flexible and pared down to the basics. It was created to store billions of images and serve them fast.

提交回复
热议问题