Damien Hardy, is it true, that your plugin allows: 1. store original images to hbase 2. resize orignal images and persist result back to hbase?
2014-08-08 12:00 GMT+04:00 Damien Hardy <[email protected]>: > Hello Serega, > > We use it this way here via a python image manipulation service named > Thumbor > https://github.com/thumbor/thumbor/ > + a pluggin of my own : > > https://github.com/thumbor/thumbor/wiki/Plugins#thumbor_hbase-by-damien-hardy > > One big advantage is you can use it with lazy loading plugin HBase as > storage and filer or http source as loader this way images will populate > Hbase at the first call if missing in HBase. > > keys are spread on cluster with md5 prefix to avoid hotspot. > > > Le 08/08/2014 09:46, Serega Sheypak a écrit : > > Hi, we have 10^8 small jpg/png images each size is 20-100 Kb. They are > > thumbs. > > These images are used in many web-sites as static content. > > Is it good Idea to place them to HBase and serve to users? > > > > right now all images are on SSD discs with complicated partitioning and > > backup procedures. It becomes hard to maintain them because qtty and > total > > size of images grow. > > > > -- > Damien HARDY > > >
