본문 바로가기

Data & MarTech/Google Cloud Platform

[Google App Engine] Index of Features

반응형

Overview of App Engine Features


내용을 읽어보니 Google App Engine에서 지원하는 주요 기능들에 대한 설명이다.


기능별 등급 구분

설명에 따르면 GAE 특징은 상태 및 가용성에 따라 분류한다고 한다.

  • General Availability(GA) : 공개 이용 가능한 버전, Stable 버전에 해당
  • Beta : 공개 이용 가능한 버전, GA 바로 이전 단계
  • Alpha


기능 목록

 App Identity 

 A framework that provides access to the application's identity, and the ability to assert this identity using OAuth.

 Appstats Analytics 

 Provides data visualization and analysis pertaining to the utilization of your application.

 Google Cloud Endpoints

 Generates APIs for Android, iOS, and web clients, making it easier to create a web backend for your app.

 Images

 Manipulate, combine, and enhance images. Converts between image formats, access image metadata such as height and frequency of colors.

 MapReduce

 An optimized adaptation of the MapReduce computing model for efficient distributed computing over large data sets.

 OAuth

 Using Google Accounts and the OAuth API, any App Engine application can be an OAuth consumer.

 SSL for Custom Domains

 Serve applications via HTTPS and HTTP from a custom domain rather than anappspot.com address. 

 Traffic Splitting

 Routes incoming requests to different versions of your app, allowing you to do A/B testing and roll out new features incrementally.

 URL Fetch

 Uses Google's networking infrastructure to efficiently issue HTTP and HTTPS requests to URLs on the web.

 XMPP

 Allows an application to send and receive chat messages to and from any XMPP-compatible chat messaging service.


기능들을 살펴보니 관심이 가는 특징들이 몇 가지 있다.

Traffic Splitting : A/B테스트 지원 기능. 버전이 다른 두가지 앱을 테스트해 볼 수 있도록 라우팅 처리가 가능하다.

Twillo : 내가 이해한 바가 맞다면 교환기 서버 기능을 제공하는 것으로 보임.

XMPP : 메시징 프로토콜


현재 지원하는 기능들로 여러 기능 테스트에 활용해 보는 것도 좋을 것 같다. :)



반응형