ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
- Managing Images on Heroku -




                                       Hiroyuki ?Hayashi

  2012.09.11 ? ?Heroku ?Meetup ?#6 ? ?@STARTUP ?Base ?Camp
Who?
                          ??? Hiroyuki ?Hayashi	
                          ??? @hiroyou1984	



                          ???   CTO ? ?
                                at ?Entertainment-?©\?Kick ?Co., ?Ltd.	

                          ???   Use ?
                                Rails ?since ?Sep ?2011 ?-?©\? ?3.0.10 ?
                                Heroku ?since ?Apr ?2012	
2	
hRps://www.?ndjpn.com	
                                             2012/09/11
Since ?Aug ?2nd ?2011	
	
¡¡¡¡¡ý	
	
153 ?Activities ?
¡¡¡¡¡¡¡¡as ?of ?Sep ?11th




FindJPN
is ?a ?web ?service ?based ?in ?Japan ?for ?travellers ?to ?book ?and ?experience ?
o^eat ?activities ?hosted ?by ?locals. ?	

3	
hRps://www.?ndjpn.com	
                                                        2012/09/11
Problem

???   How ?should ?we ?manage ?images ?on ?heroku?	

      ???   Currently ?we ?manage ?the ?contents, ?but ?we¡¯d ?like ?to ?open ?our ?
            platform ?as ?a ?marketplace. ?At ?that ?time, ?we ?need ?to ?allow ?users ?
            to ?upload ?images ?by ?themselves.




4	
hRps://www.?ndjpn.com	
                                                        2012/09/11
Which ?do ?you ?like?
Details	
Shodo ?is ?a ?type ?of ?traditional ?Japanese ?
art ?style ?that ?uses ?brushes ?and ?ink ?to ?
write ?"?Kanji"?, ?or ?other ?Chinese ?
characters.	
	
In ?the ?world ?of ?Shodo ?every ?single ?
character ?has ?its ?own ?meaning ?and ?
how ?you ?write ?the ?character ?expresses ?         VS.
your ?feeling ?or ?your ?thought ?in ?what ?
you ?write.	
	
In ?this ?lesson, ?you'?ll ?have ?the ?
opportunity ?to ?create ?your ?own ?unique ?
Japanese ?souvenir ?by ?writing ?your ?
name ?in ?Kanji ?on ?a ?T-?©\?shirt, ?a ?Japanese ?
fan, ?or ?another ?item ?of ?your ?choice.	




5	
hRps://www.?ndjpn.com	
                                    2012/09/11
Requirements

¨¹??   Use ?images ?in ?di?erent ?sizes	
¨¹??   Cache ?the ?images	
¨¹??   Use ?CDN ?(if ?it¡¯s ?cheap)	



???   Are ?there ?addons ?to ?meet ?these ?requirements?


6	
hRps://www.?ndjpn.com	
                                    2012/09/11
Cloudinary
???   Does ?it ?meet ?the ?requirements?	
       ???   A ?heroku ?addon ?to ?manage ?images.	


???   What¡¯s ?the ?bene?t ?to ?use ?it ?as ?addon?	
       ???   They ?also ?provide ?non-?©\?addon ?plan ?which ?is ?cheaper.	


???   What ?do ?we ?have ?to ?do ?by ?ourselves?	
       ???   i.e. ?Another ?3rd ?party ?service ?¡®chute¡¯ ?provides ?an ?uploader ?
             which ?cloudinary ?doesn¡¯t.	


7	
hRps://www.?ndjpn.com	
                                                        2012/09/11
Thank ?you.
8	
                       @hiroyou1984
hRps://www.?ndjpn.com	
                  2012/09/11
Simple ?Sequence ?Diagram




9	
hRps://www.?ndjpn.com	
   2012/09/11

More Related Content

Managing Images on Heroku

  • 1. - Managing Images on Heroku - Hiroyuki ?Hayashi 2012.09.11 ? ?Heroku ?Meetup ?#6 ? ?@STARTUP ?Base ?Camp
  • 2. Who? ??? Hiroyuki ?Hayashi ??? @hiroyou1984 ??? CTO ? ? at ?Entertainment-?©\?Kick ?Co., ?Ltd. ??? Use ? Rails ?since ?Sep ?2011 ?-?©\? ?3.0.10 ? Heroku ?since ?Apr ?2012 2 hRps://www.?ndjpn.com 2012/09/11
  • 3. Since ?Aug ?2nd ?2011 ¡¡¡¡¡ý 153 ?Activities ? ¡¡¡¡¡¡¡¡as ?of ?Sep ?11th FindJPN is ?a ?web ?service ?based ?in ?Japan ?for ?travellers ?to ?book ?and ?experience ? o^eat ?activities ?hosted ?by ?locals. ? 3 hRps://www.?ndjpn.com 2012/09/11
  • 4. Problem ??? How ?should ?we ?manage ?images ?on ?heroku? ??? Currently ?we ?manage ?the ?contents, ?but ?we¡¯d ?like ?to ?open ?our ? platform ?as ?a ?marketplace. ?At ?that ?time, ?we ?need ?to ?allow ?users ? to ?upload ?images ?by ?themselves. 4 hRps://www.?ndjpn.com 2012/09/11
  • 5. Which ?do ?you ?like? Details Shodo ?is ?a ?type ?of ?traditional ?Japanese ? art ?style ?that ?uses ?brushes ?and ?ink ?to ? write ?"?Kanji"?, ?or ?other ?Chinese ? characters. In ?the ?world ?of ?Shodo ?every ?single ? character ?has ?its ?own ?meaning ?and ? how ?you ?write ?the ?character ?expresses ? VS. your ?feeling ?or ?your ?thought ?in ?what ? you ?write. In ?this ?lesson, ?you'?ll ?have ?the ? opportunity ?to ?create ?your ?own ?unique ? Japanese ?souvenir ?by ?writing ?your ? name ?in ?Kanji ?on ?a ?T-?©\?shirt, ?a ?Japanese ? fan, ?or ?another ?item ?of ?your ?choice. 5 hRps://www.?ndjpn.com 2012/09/11
  • 6. Requirements ¨¹?? Use ?images ?in ?di?erent ?sizes ¨¹?? Cache ?the ?images ¨¹?? Use ?CDN ?(if ?it¡¯s ?cheap) ??? Are ?there ?addons ?to ?meet ?these ?requirements? 6 hRps://www.?ndjpn.com 2012/09/11
  • 7. Cloudinary ??? Does ?it ?meet ?the ?requirements? ??? A ?heroku ?addon ?to ?manage ?images. ??? What¡¯s ?the ?bene?t ?to ?use ?it ?as ?addon? ??? They ?also ?provide ?non-?©\?addon ?plan ?which ?is ?cheaper. ??? What ?do ?we ?have ?to ?do ?by ?ourselves? ??? i.e. ?Another ?3rd ?party ?service ?¡®chute¡¯ ?provides ?an ?uploader ? which ?cloudinary ?doesn¡¯t. 7 hRps://www.?ndjpn.com 2012/09/11
  • 8. Thank ?you. 8 @hiroyou1984 hRps://www.?ndjpn.com 2012/09/11