티스토리 뷰

반응형

What is Google App Engine?


Jason Nam


개인적으로 Mobile Application 서비스를 개발하려고 할 때 가장 큰 장애물이 서버 개발과 인프라 구축에 대한 부분이다. 모바일 개발자는 대부분 인프라 관련 경험이 거의 없다보니 Web Application을 만들었다고 해도, 경험 운영은 누가 어떻게 해야 하는지에 대한 것도 추가적인 부담이기도 하다. 요즘 들어 Paas, Iaas 같은 알수 없는 외계어들이 등장하고 있어 나도 조금은 관심을 갖고 봐야할 필요가 있는 것 같다. 그래서 일단 Google App Engine을 먼저 살펴 보려고 한다.


What is Google App Engine?[각주:1]

Google App Engine is a Platform as a Service(Paas) offering that lets you build and run applications on Google's infrastructure. App Engine applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs change. With App Engine, there are no servers for you to maintain. You simply upload your application and it’s ready to go.


구글 앱 엔진 런타임 환경

지원 언어 : Java, Python, PHP, Go


구글 앱 엔진 개발 환경

개발 언어별 SDK 제공

로컬 컴퓨터에서 App Engine Service 테스트가 가능

Cloud 배포 도구 제공

Application 버전별 관리 기능 제공


할당량 및 제한

1GB 데이터 스토리지와 트래픽까지 무료 제공.


  1. https://cloud.google.com/appengine/docs/whatisgoogleappengine [본문으로]
반응형