Google App Engine Mandeep Singh (37926)

Slides:



Advertisements
Similar presentations
Creating HIPAA-Compliant Medical Data Applications with Amazon Web Services Presented by, Tulika Srivastava Purdue University.
Advertisements

Cloud Service Models and Performance Ang Li 09/13/2010.
CLOUD COMPUTING AN OVERVIEW & QUALITY OF SERVICE Hamzeh Khazaei University of Manitoba Department of Computer Science Jan 28, 2010.
Google App Engine Cloud B. Ramamurthy 7/11/2014CSE651, B. Ramamurthy1.
 Java  Python  Bigtable(Bt) is a distributed storage system for managing structured data that is designed to scale to a very large size.  Query Language.
Cloud computing Tahani aljehani.
Platform as a Service (PaaS)
Google AppEngine. Google App Engine enables you to build and host web apps on the same systems that power Google applications. App Engine offers fast.
Google App Engine Google APIs OAuth Facebook Graph API
By: Devesh Sharma.  Why Cloud Computing? ◦ Traditional Business Applications  Expensive  Complicated  Difficult to manage  Idea behind Cloud Computing.
SENG 422 Lab 4 Cloud Computing Time: ELW B220 from (4:00 - 6:50) every Tuesday TA: Philip Baback Alipour Ph.D. Candidate in Electrical, Computer Engineering.
Google App Engine Danail Alexiev Technical Trainer SoftAcad.bg.
Plan Introduction What is Cloud Computing?
VAP What is a Virtual Application ? A virtual application is an application that has been optimized to run on virtual infrastructure. The application software.
DESIGN OF A PLATFORM OF VIRTUAL SERVICE CONTAINERS FOR SERVICE ORIENTED CLOUD COMPUTING Carlos de Alfonso Andrés García Vicente Hernández.
Cloud Computing for the Enterprise November 18th, This work is licensed under a Creative Commons.
Prof. A.R. Rele. What Is Google App Engine? Google App Engine lets users run web applications on Google's infrastructure. App Engine applications are.
Lecture 8 – Platform as a Service. Introduction We have discussed the SPI model of Cloud Computing – IaaS – PaaS – SaaS.
Cloud Operating System Unit 11 Sever Technology II M. C. Chiang Department of Computer Science and Engineering National Sun Yat-sen University Kaohsiung,
A Cloud is a type of parallel and distributed system consisting of a collection of inter- connected and virtualized computers that are dynamically provisioned.
Cloud Computing. What is Cloud Computing? Cloud computing is a model for enabling convenient, on-demand network access to a shared pool of configurable.
Google App Engine(GAE) Ma, Zhichao Cloud.
Introduction to Cloud Computing
Meet with the AppEngine Márk Gergely eu.edge. What is AppEngine? It’s a tool, that lets you run your web applications on Google's infrastructure. –Google's.
EXPOSE GOOGLE APP ENGINE AS TASKTRACKER NODES AND DATA NODES.
Windows Azure Conference 2014 Deploy your Java workloads on Windows Azure.
Paperless Timesheet Management Project Anant Pednekar.
© FPT SOFTWARE – TRAINING MATERIAL – Internal use 04e-BM/NS/HDCV/FSOFT v2/3 JSP Application Models.
GOOGLE APP ENGINE By Muktadiur Rahman. Contents  Cloud Computing  What is App Engine  Why App Engine  Development with App Engine  Quote & Pricing.
Web Technologies Lecture 13 Introduction to cloud computing.
Lecture III: Challenges for software engineering with the cloud CS 4593 Cloud-Oriented Big Data and Software Engineering.
 Cloud Computing technology basics Platform Evolution Advantages  Microsoft Windows Azure technology basics Windows Azure – A Lap around the platform.
© 2012 Eucalyptus Systems, Inc. Cloud Computing Introduction Eucalyptus Education Services 2.
Cofax Scalability Document Version Scaling Cofax in General The scalability of Cofax is directly related to the system software, hardware and network.
Introduction To Cloud Computing By Diptee Chikmurge And Minakshi Vharkate Asst.Professor MIT AOE Alandi(D),Pune.
Oracle Java Cloud Service Oracle Develop July 2013.
Google App Engine. Contents Overview Getting Started Databases Inter-app Communications Modes.
The Holmes Platform and Applications
Platform as a Service (PaaS)
Unit 3 Virtualization.
Chapter 6: Securing the Cloud
DevOps Cloud Native Microservices
Platform as a Service (PaaS)
Dr.S.Sridhar, Director, RVCT, RVCE, Bangalore
Platform as a Service (PaaS)
Architectural Overview Of Cloud Computing
Tulika Chaudharie / Harikharan Krishnaraju
Web Services application that operates over a network
Cloud computing-The Future Technologies
Prepared by: Assistant prof. Aslamzai
Platform as a Service.
Cloud Computing Platform as a Service
Dr.S.Sridhar, Director, RVCT, RVCE, Bangalore
Andrew McCombs March 10th, 2011
The Improvement of PaaS Platform ZENG Shu-Qing, Xu Jie-Bin 2010 First International Conference on Networking and Distributed Computing SQUARE.
AWS COURSE DEMO BY PROFESSIONAL-GURU. Amazon History Ladder & Offering.
OpenNebula Offers an Enterprise-Ready, Fully Open Management Solution for Private and Public Clouds – Try It Easily with an Azure Marketplace Sandbox MICROSOFT.
Google App Engine B. Ramamurthy Based on the material available at
Java in the cloud PaaS Platform in Comparison
Google App Engine Danail Alexiev
Scalable SoftNAS Cloud Protects Customers’ Mission-Critical Data in the Cloud with a Highly Available, Flexible Solution for Microsoft Azure MICROSOFT.
Brandon Hixon Jonathan Moore
Google App Engine Ying Zou 01/24/2016.
AWS Cloud Computing Masaki.
Distributed Systems through Web Services
Cloud Computing: Concepts
Agenda Need of Cloud Computing What is Cloud Computing
TN19-TCI: Integration and API management using TIBCO Cloud™ Integration
Johan Lindberg, inRiver
Presentation transcript:

Google App Engine Mandeep Singh (37926) Victorian Institute of Technology Introduction Datastore Types Two different data store types are 1. High Replication Datastore(HDR) – it is replicated across multiple data center. It has highest level of availability. It has higher latency on writes. Query data is eventually consistent. 2. Master/Slave – in this data storage one data centers holds master copy of the data. Data in the master is asynchronously copied to slaves. Periods of unavailability. Low latency. Highest level of consistency. Google App Engine is Google’s platform to build web applications on the cloud. It is a Platform as a Service (PaaS) product. It is a dynamic web server with full support to common web. It is designed to host applications with many simultaneous users. Unlike traditional web hosting or self-managed servers, with Google App Engine, you only pay for the resources you use. These resources are measured down to gigabyte. App Engine can be described as three parts: application instances, scalable data storage and scalable services. Google App Engine provides more infrastructure than other scalable hosting services such as Amazon Elastic Compute Cloud (EC2). The App Engine also eliminates some system administration and developmental tasks to make it easier to write scalable applications. To build an App engine application, you write code for one or more request handlers, and describe to App Engine which request go to which handlers, using configuration. The life of a request handler begins when a single request handler begins when a single request arrives, and ends when the handler has done the necessary work and calculated the response The Java Persistence API The App Engine Java SDK includes implementations of two data access interface standards: the Java Persistence API (JPA) and Java Data Objects (JDO) The JDO and JPA standards are similar, and share similar roots. The concepts that apply to the App Engine data store have similar interfaces in both standards but with different terminology and minor behavioral differences. Which one you choose may depend on how familiar you are with it, or how well it is implemented for your most likely porting target, if you have one in mind. billing and metering metrics and services Each Google App Engine application has a limited free quota, which can be used during development and to serve low-usage applications. As your resource usage grows, you only pay for what you use, eliminating the inefficiency of over-provisioning to prevent down time. Premier Accounts are also available for customers interested in operational support and high-volume pricing. Service level agreement (SLA) -Google App Engine offers an SLA of 99.95 percent availability within a monthly billing cycle for paid applications using the high replication data store. Frameworks that Google App Engine Support Java App Engine's Java runtime works with many popular Java frameworks including Struts 2 and Spring MVC. App Engine also supports several popular JVM-compatible languages such as JRuby and Scala. Python App Engine can run most Python web frameworks out-of-the box with few or no modifications. Go The Go runtime for App Engine includes almost all of the standard library, including the net/http package, which is sufficient for writing complete web apps. Many third-party libraries also work on App Engine without any modification. Entities and Keys In JPA, you define data classes as plain old Java objects (POJOs). You use annotations to tell JPA which classes to persist to the data store, and how to store its members. Defining your data exclusively in terms of the Java classes your application uses makes it easy to manipulate your persistent data. It also makes it easy to test your application, since you can create mock data objects directly from the classes. JPA also lets you use an XML file instead of annotations to describe Prepare App Engine service as Microservices In App Engine project, you can deploy multiple microservices as separate services, previously known as modules in app engine. These services have full isolation of code in these services. the only way to execute code in these services is through an HTTP invocation, such as a user request or a Restful API call. Code in one service can't directly call code in another service. Code can be deployed to services independently, and different services can be written in different languages, such as Python, Java, Go, and PHP. Auto scaling, load balancing, and machine instance types are all managed independently for services   Applications created with App Engine are intended to meet the requests from the clients by means of the web. In particular, a client utilizes the application by playing out a HTTP ask for, more often than not through a program. A heap balancer guides the demand to a specific server frontend, which recognizes the asset of enthusiasm by ID, space and any sub area determined in the URL. For every application a free sub-space like appspot.com is allocated. Micro services Architecture on Google App Engine Micro services refers to an engineering style for creating applications. It enables a large application to decay into free resulting parts, with each part having its own domain of duty. Properly actualized microservices based application can accomplish following objectives:- Define solid contact between different micro services. Improve general application versatility and unwavering quality Allow for free deployment cycles, including rollback. Minimize test automation and quality confirmation overhead. Improve clearness of logging and observing. References:- http://www.reedbushey.com/91Programming%20Google%20app%20Engine%202nd%20Edition.pdf http://www-personal.umich.edu/~csev/books/gae/lectures/01-AppEngine-Intro.pdf https://www.slideshare.net/dimityrdanailov/google-app-engine-varna-lab-19062013