SlideShare une entreprise Scribd logo
1  sur  17
Télécharger pour lire hors ligne
Google App Engine




   2011        8   31   BP Study #48


2011   9   1
✤                      setomits
   ✤                        :
           ✤   2001   :         CAC
           ✤   2007   :
           ✤   2008   :
           ✤   2010   :
           ✤   2011   :               ←


2011   9   1
Python

   ✤       CAC /

           ✤   Python

           ✤



               ✤



               ✤



               ✤                 UI



2011   9   1
Python

   ✤



           ✤



               ✤



               ✤



   ✤



           ✤



           ✤   Web

2011   9   1
Python

   ✤



   ✤       Python

   ✤       Apache + mod_python

   ↓
   ✤



   ✤



   ✤




2011   9   1
Python

   ✤




           ✤




               ✤




           ✤




               ✤   Online to Offline    -

               ✤   Google App Engine


2011   9   1
✤                   →

   ✤               →

   ✤           →

   ✤               →       ...




2011   9   1
✤


           ✤


           ✤


           ✤




   ✤



           → Weak Ties
   ✤       Facebook / LinkedIn
           → Online to Offline

2011   9   1
TIPS                                     1/6

   ✤       GoogleAppEngineLauncher

           Preferences... : “Python Path”




2011   9   1
TIPS                                                  2/6

   ✤



           ✤                             “Extra Flags”

               “--address=0.0.0.0”
           ✤



               dev_appserver.py --help




2011   9   1
TIPS                                                       3/6

   ✤       App Engine

           ✤       app name

           ✤   app.yaml                                UI
                                     memcached

           application: myapp            application: myapp
           version: dev                  version: rel
           ...
           → dev.myapp.appspot.com       → rel.myapp.appspot.com



2011   9   1
TIPS                                                 4/6

   ✤




           ✤   myapp.apspot.com
                      appengine.google.com   Versions

           ✤              10




2011   9   1
TIPS                                                                    5/6

   ✤




           ✤


               appengine_config.py

               ref: http://d.hatena.ne.jp/nullpobug/20110528/1306516902

           ✤   Task Queue     Cron                                   ...

               ✤   basicauth.py


2011   9   1
class AuthMiddleware(object):
    def __init__(self, application, realm, authdic):
        self.application = application
        self.realm = realm
        self.authdic = authdic

       def _allowed(self):
           return ['Basic %s' % base64.b64encode('%s:%s' % (k, self.authdic[k]))
                   for k in self.authdic]

       def _management_access(self, p):
           if p.startswith('/task/') or p.startswith('/cron/'):
               return True
           else:
               return False

       def _authorized(self, a):
           if a in self._allowed():
               return True
           else:
               return False

       def __call__(self, environ, start_response):
           auth_header = environ.get('HTTP_AUTHORIZATION')
           path_info = environ.get('PATH_INFO')

               if self._management_access(path_info) or self._authorized(auth_header):
                   return self.application(environ, start_response)
               return auth_required_app(environ, start_response, self.realm)




2011   9   1
TIPS                                             6/6

   ✤




           ✤               DateTimeProperty
               UTC

           ✤   cron.yaml        UTC

           ✤                                  UTC




2011   9   1
GAE

   ✤




           OS



   ✤



   ✤



   ✤



2011   9   1
GAE

   ✤




           ✤




   ✤




           ✤   × http://hirukai.jp → ○ http://www.hirukai.jp
   ✤       Twitter    OAuth

           ✤                        IP

               http://stackoverflow.com/questions/3284205/twitter-rate-limit-
               exceeded-google-app-engine/3285127
2011   9   1

Contenu connexe

Similaire à Bpstudy48

Open Source Test Workshop for CIOs, CTOs, Managers
Open Source Test Workshop for CIOs, CTOs, ManagersOpen Source Test Workshop for CIOs, CTOs, Managers
Open Source Test Workshop for CIOs, CTOs, ManagersClever Moe
 
Google App Engine for Java
Google App Engine for JavaGoogle App Engine for Java
Google App Engine for JavaLars Vogel
 
MenloHacks Workshop 2019
MenloHacks Workshop 2019MenloHacks Workshop 2019
MenloHacks Workshop 2019Bruce Lin
 
Movable Type 5 Smartphone Option
Movable Type 5 Smartphone OptionMovable Type 5 Smartphone Option
Movable Type 5 Smartphone OptionSix Apart KK
 
Appium workshop technopark trivandrum
Appium workshop technopark trivandrumAppium workshop technopark trivandrum
Appium workshop technopark trivandrumSyam Sasi
 
Django Article V0
Django Article V0Django Article V0
Django Article V0Udi Bauman
 
Working Software Over Comprehensive Documentation
Working Software Over Comprehensive DocumentationWorking Software Over Comprehensive Documentation
Working Software Over Comprehensive DocumentationAndrii Dzynia
 
Beyond Fluffy Bunny. How I leveraged WebObjects in my lean startup.
Beyond Fluffy Bunny. How I leveraged WebObjects in my lean startup.Beyond Fluffy Bunny. How I leveraged WebObjects in my lean startup.
Beyond Fluffy Bunny. How I leveraged WebObjects in my lean startup.WO Community
 
Oracle Forms Performance Testing PushToTest TestMaker JAT
Oracle Forms Performance Testing PushToTest TestMaker JATOracle Forms Performance Testing PushToTest TestMaker JAT
Oracle Forms Performance Testing PushToTest TestMaker JATClever Moe
 
Designing flexible apps deployable to App Engine, Cloud Functions, or Cloud Run
Designing flexible apps deployable to App Engine, Cloud Functions, or Cloud RunDesigning flexible apps deployable to App Engine, Cloud Functions, or Cloud Run
Designing flexible apps deployable to App Engine, Cloud Functions, or Cloud Runwesley chun
 
Pycon2011 android programming-using_python
Pycon2011 android programming-using_pythonPycon2011 android programming-using_python
Pycon2011 android programming-using_pythonGeorge Goh
 
20110903 candycane
20110903 candycane20110903 candycane
20110903 candycaneYusuke Ando
 
Utilizing HTML5 APIs
Utilizing HTML5 APIsUtilizing HTML5 APIs
Utilizing HTML5 APIsIdo Green
 
Firebase analytics event_201607
Firebase analytics event_201607Firebase analytics event_201607
Firebase analytics event_201607PRADA Hsiung
 
Google Platform Overview (April 2014)
Google Platform Overview (April 2014)Google Platform Overview (April 2014)
Google Platform Overview (April 2014)Ido Green
 
SpringOne Platform recap 정윤진
SpringOne Platform recap 정윤진SpringOne Platform recap 정윤진
SpringOne Platform recap 정윤진VMware Tanzu Korea
 

Similaire à Bpstudy48 (20)

Open Source Test Workshop for CIOs, CTOs, Managers
Open Source Test Workshop for CIOs, CTOs, ManagersOpen Source Test Workshop for CIOs, CTOs, Managers
Open Source Test Workshop for CIOs, CTOs, Managers
 
Google App Engine for Java
Google App Engine for JavaGoogle App Engine for Java
Google App Engine for Java
 
MenloHacks Workshop 2019
MenloHacks Workshop 2019MenloHacks Workshop 2019
MenloHacks Workshop 2019
 
Movable Type 5 Smartphone Option
Movable Type 5 Smartphone OptionMovable Type 5 Smartphone Option
Movable Type 5 Smartphone Option
 
Reusable Apps
Reusable AppsReusable Apps
Reusable Apps
 
Appium workshop technopark trivandrum
Appium workshop technopark trivandrumAppium workshop technopark trivandrum
Appium workshop technopark trivandrum
 
Django Article V0
Django Article V0Django Article V0
Django Article V0
 
Working Software Over Comprehensive Documentation
Working Software Over Comprehensive DocumentationWorking Software Over Comprehensive Documentation
Working Software Over Comprehensive Documentation
 
Old Dogs and New Tricks
Old Dogs and New TricksOld Dogs and New Tricks
Old Dogs and New Tricks
 
Beyond Fluffy Bunny. How I leveraged WebObjects in my lean startup.
Beyond Fluffy Bunny. How I leveraged WebObjects in my lean startup.Beyond Fluffy Bunny. How I leveraged WebObjects in my lean startup.
Beyond Fluffy Bunny. How I leveraged WebObjects in my lean startup.
 
Oracle Forms Performance Testing PushToTest TestMaker JAT
Oracle Forms Performance Testing PushToTest TestMaker JATOracle Forms Performance Testing PushToTest TestMaker JAT
Oracle Forms Performance Testing PushToTest TestMaker JAT
 
Designing flexible apps deployable to App Engine, Cloud Functions, or Cloud Run
Designing flexible apps deployable to App Engine, Cloud Functions, or Cloud RunDesigning flexible apps deployable to App Engine, Cloud Functions, or Cloud Run
Designing flexible apps deployable to App Engine, Cloud Functions, or Cloud Run
 
Photoshop Elements 11
Photoshop Elements 11Photoshop Elements 11
Photoshop Elements 11
 
Pycon2011 android programming-using_python
Pycon2011 android programming-using_pythonPycon2011 android programming-using_python
Pycon2011 android programming-using_python
 
Photoshop Elements 11
Photoshop Elements 11Photoshop Elements 11
Photoshop Elements 11
 
20110903 candycane
20110903 candycane20110903 candycane
20110903 candycane
 
Utilizing HTML5 APIs
Utilizing HTML5 APIsUtilizing HTML5 APIs
Utilizing HTML5 APIs
 
Firebase analytics event_201607
Firebase analytics event_201607Firebase analytics event_201607
Firebase analytics event_201607
 
Google Platform Overview (April 2014)
Google Platform Overview (April 2014)Google Platform Overview (April 2014)
Google Platform Overview (April 2014)
 
SpringOne Platform recap 정윤진
SpringOne Platform recap 정윤진SpringOne Platform recap 정윤진
SpringOne Platform recap 정윤진
 

Dernier

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 

Dernier (20)

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 

Bpstudy48

  • 1. Google App Engine 2011 8 31 BP Study #48 2011 9 1
  • 2. setomits ✤ : ✤ 2001 : CAC ✤ 2007 : ✤ 2008 : ✤ 2010 : ✤ 2011 : ← 2011 9 1
  • 3. Python ✤ CAC / ✤ Python ✤ ✤ ✤ ✤ UI 2011 9 1
  • 4. Python ✤ ✤ ✤ ✤ ✤ ✤ ✤ Web 2011 9 1
  • 5. Python ✤ ✤ Python ✤ Apache + mod_python ↓ ✤ ✤ ✤ 2011 9 1
  • 6. Python ✤ ✤ ✤ ✤ ✤ Online to Offline - ✤ Google App Engine 2011 9 1
  • 7. → ✤ → ✤ → ✤ → ... 2011 9 1
  • 8. ✤ ✤ ✤ ✤ → Weak Ties ✤ Facebook / LinkedIn → Online to Offline 2011 9 1
  • 9. TIPS 1/6 ✤ GoogleAppEngineLauncher Preferences... : “Python Path” 2011 9 1
  • 10. TIPS 2/6 ✤ ✤ “Extra Flags” “--address=0.0.0.0” ✤ dev_appserver.py --help 2011 9 1
  • 11. TIPS 3/6 ✤ App Engine ✤ app name ✤ app.yaml UI memcached application: myapp application: myapp version: dev version: rel ... → dev.myapp.appspot.com → rel.myapp.appspot.com 2011 9 1
  • 12. TIPS 4/6 ✤ ✤ myapp.apspot.com appengine.google.com Versions ✤ 10 2011 9 1
  • 13. TIPS 5/6 ✤ ✤ appengine_config.py ref: http://d.hatena.ne.jp/nullpobug/20110528/1306516902 ✤ Task Queue Cron ... ✤ basicauth.py 2011 9 1
  • 14. class AuthMiddleware(object): def __init__(self, application, realm, authdic): self.application = application self.realm = realm self.authdic = authdic def _allowed(self): return ['Basic %s' % base64.b64encode('%s:%s' % (k, self.authdic[k])) for k in self.authdic] def _management_access(self, p): if p.startswith('/task/') or p.startswith('/cron/'): return True else: return False def _authorized(self, a): if a in self._allowed(): return True else: return False def __call__(self, environ, start_response): auth_header = environ.get('HTTP_AUTHORIZATION') path_info = environ.get('PATH_INFO') if self._management_access(path_info) or self._authorized(auth_header): return self.application(environ, start_response) return auth_required_app(environ, start_response, self.realm) 2011 9 1
  • 15. TIPS 6/6 ✤ ✤ DateTimeProperty UTC ✤ cron.yaml UTC ✤ UTC 2011 9 1
  • 16. GAE ✤ OS ✤ ✤ ✤ 2011 9 1
  • 17. GAE ✤ ✤ ✤ ✤ × http://hirukai.jp → ○ http://www.hirukai.jp ✤ Twitter OAuth ✤ IP http://stackoverflow.com/questions/3284205/twitter-rate-limit- exceeded-google-app-engine/3285127 2011 9 1