Platform as a service

Platform as a Service (PaaS) or Application Platform as a Service (aPaaS) or platform base service is a category of cloud computing services that provides a platform allowing customers to develop, run, and manage applications without the complexity of building and maintaining the infrastructure typically associated with developing and launching an app.[1][2][3] PaaS can be delivered in three ways:

  • as a public cloud service from a provider, where the consumer controls software deployment with minimal configuration options, and the provider provides the networks, servers, storage, operating system (OS), middleware (e.g. Java runtime, .NET runtime, integration, etc.), database and other services to host the consumer's application.
  • as a private service (software or appliance) behind a firewall.
  • as software deployed on a public infrastructure as a service.[4][5]

Development and uses

Fotango, a London-based company owned by Canon Europe launched the world's first[6] public platform as a service known as "Zimki". It was developed in 2005 with a beta launch in March 2006 and a public launch at EuroOSCON in 2006.[7] Zimki was an end-to-end JavaScript web application development and utility computing platform that removed all the repetitive tasks encountered when creating web applications and web services. All aspects of infrastructure and operations from provisioning and setting up virtual servers, scaling, configuration, security and backups were done automatically by Zimki. Zimki introduced the tagline "Pre-Shaved Yaks" [8] to describe the removal of all these repetitive tasks.[9]

Zimki was a pure "pay as you go" code execution platform which enabled developers to build and deploy applications or web services without incurring any start-up costs on a true utility based computing platform. Charging was done on storage used, network traffic and JSOPs (Javascript Operations). It provided a multitenant platform where developers could create entire applications (front and back end through SSJS[10]) by using a single language - Javascript, with all development, billing, monitoring and application control exposed through APIs[11] and a range of component services from a No-SQL object store to Message Queue services.[12] Furthermore, all functions within Zimki could be exposed as web services and Zimki provided billing analysis down to individual functions.

Whilst the Zimki platform was rapidly growing and Fotango was profitable, the parent company decided this area was not core[13] and the service was closed in Dec 2007.[14] At the time of its closure, Zimki had several thousand developer accounts and had demonstrated the technical viability of Platform as a Service but also provided the first example of the perils of being dependent upon a single provider.[15] This risk had been highlighted in July 2007, when the CEO gave a presentation on Zimki at OSCON 2007 which announced that Zimki would no longer be open sourced and discussed the future of what was then called Framework as a Service (later renamed to Platform as a Service) covering the importance of a market of providers based upon an open source reference model. [16]

In April 2008, Google launched App Engine, with a free trial version limited to 10,000 developers.[17] This was said to have "turned the Internet cloud computing space into a fully-fledged industry virtually overnight."[18]

The original intent of PaaS was to simplify the code-writing process for developers, with the infrastructure and operations handled by the PaaS provider. Originally, all PaaSes were in the public cloud. Because many companies did not want to have everything in the public cloud, private and hybrid PaaS options (managed by internal IT departments) were created.[19]

PaaS provides an environment for developers and companies to create, host and deploy applications, saving developers from the complexities of the infrastructure side (setting up, configuring and managing elements such as servers and databases). PaaS can improve the speed of developing an app, and allow the consumer to focus on the application itself. With PaaS, the consumer manages applications and data, while the provider (in public PaaS) or IT department (in private PaaS) manages runtime, middleware, operating system, virtualization, servers, storage and networking.[4][20] Development tools provided by the vendor are customized according to the needs of the user.[21] The user can choose to maintain the software, or have the vendor maintain it.[4]

PaaS offerings may also include facilities for application design, application development, testing and deployment, as well as services such as team collaboration, web service integration, and marshalling, database integration, security, scalability, storage, persistence, state management, application versioning, application instrumentation, and developer community facilitation. Besides the service engineering aspects, PaaS offerings include mechanisms for service management, such as monitoring, workflow management, discovery and reservation.[22][23]

Advantages and disadvantages

The advantages of PaaS are primarily that it allows for higher-level programming with dramatically reduced complexity; the overall development of the application can be more effective, as it has built-in/self up-and-down ramping infrastructure resources; and maintenance and enhancement of the application is thus easier.

Possible perceived disadvantages of various PaaS providers as cited by their users include increased pricing at larger scales, lack of operational features,[24] reduced control[25], and the vagaries of traffic routing systems[26].

Types

Public, private and hybrid (PAAS)

There are several types of PaaS, including public, private and hybrid.[19] PaaS was originally intended for applications on public cloud services, before expanding to include private and hybrid options.[19]

Public PaaS is derived from software as a service (SaaS),[17] and is situated in cloud computing between SaaS and infrastructure as a service (IaaS).[1] SaaS is software that is hosted in the cloud, so that it doesn't take up hard drive from the computer of the user or the servers of a company. IaaS provides virtual hardware from a provider with adjustable scalability.[1] With IaaS, the user still has to manage the server, whereas with PaaS the server management is done by the provider.[27] Jelastic is the example of Public PaaS (still, the platform also provides Private and Hybrid types as well).[28]

A private PaaS can typically be downloaded and installed either in a company's on-premises data center, or in a public cloud. Once the software is installed on one or more machines, the private PaaS arranges the application and database components into a single hosting platform.[29] Private PaaS vendors include Apprenda, which started out on the Microsoft .NET platform before rolling out a Java PaaS; Red Hat's OpenShift, Pivotal Cloud Foundry, Heroku and Platform.sh.[30]

Hybrid PaaS is typically a deployment consisting of a mix of public and private deployments.

Communications platform as a service (CPaaS)

A CPaaS is a cloud-based platform that enables developers to add real-time communications features (voice, video, and messaging) in their own applications without needing to build backend infrastructure and interfaces.

Mobile platform as a service

Initiated in 2012, mobile PaaS (mPaaS) provides development capabilities for mobile app designers and developers.[31] The Yankee Group identified mPaaS as one of its themes for 2014.[32][33]

Open PaaS

Open PaaS does not include hosting, but rather it provides open source software allowing a PaaS provider to run applications in an open source environment, such as Google App Engine. Some open platforms let the developer use any programming language, database, operating system or server to deploy their applications.[34]

PaaS for rapid development

In 2014, Forrester Research defined enterprise public cloud platforms for rapid developers as an emerging trend, naming a number of providers including Mendix, Salesforce.com, OutSystems and Acquia.[35]

In 2015, 451 Research named Jelastic as a containerized solution, that expands alongside IaaS-PaaS convergence for hosting service providers, systems integrators and enterprises. [36]

In 2018, Forrester Research published an updated report on Low Code Development Platforms. The report highlighted 14 vendors, naming AppSheet, Betty Blocks, and PowerApps as industry leaders. [37]

Providers

There are various types of PaaS providers. All offer application hosting and a deployment environment, along with various integrated services. Services offer varying levels of scalability and maintenance.[18] Developers can write an application and upload it to a PaaS that supports their software language of choice, and the application runs on that PaaS.[38]

See also

References

  1. 1 2 3 Brandon Butler, "PaaS Primer: What is platform as a service and why does it matter?" Network World, February 11, 2013.
  2. "Understanding the Cloud Computing Stack: SaaS, PaaS, IaaS," Rackspace, October 22, 2013.
  3. William Y. Chang, Hosame Abu-Amara, Jessica Feng Sanford, Transforming Enterprise Cloud Services, London: Springer, 2010, pp. 55-56.
  4. 1 2 3 Judith Hurwitz, Marcia Kaufman, Fern Halper and Dan Kirsh, "What Is Platform as a Service (PaaS) in Cloud Computing?" Hybrid Cloud For Dummies, Hoboken, NJ: John Wiley & Sons, 2012.
  5. "The NIST Definition of Cloud Computing" (PDF). National Institute of Science and Technology. Retrieved 24 July 2011.
  6. Wardley, Simon (20 Feb 2015). "On open source, gameplay and cloud". Bits or pieces?. Simon Wardley. Archived from the original (HTML) on 8 March 2016. Retrieved 29 December 2016.
  7. Zimki, hosted JavaScript environment, http://radar.oreilly.com/2006/09/zimki-hosted-javascript-enviro.html
  8. What is a pre-shaved Yak, https://www.flickr.com/photos/zimki/243779431/in/photostream/
  9. Pre Shaved Yaks, http://archive.ianwinter.co.uk/2007/09/25/zimki-is-no-more/
  10. "Server-Side JavaScript". developer.mozilla.org. August 25, 2018.
  11. Fotango Opens its APIs, http://www.prnewswire.co.uk/news-releases/fotango-opens-its-zimki-customer-api-153777895.html
  12. Fotango Opens its Zimki Customer API, http://www.prnewswire.co.uk/news-releases/fotango-opens-its-zimki-customer-api-153777895.html
  13. "There and back again ... a personal journey". blog.gardeviance.org. April 22, 2009.
  14. Zimki Shuts Down, http://blog.gerv.net/2007/09/zimki_shuts_down/
  15. Zimki closure shows the perils of hosted web platforms, http://www.itwriting.com/blog/337-zimki-closure-shows-the-perils-of-hosted-web-platforms.html
  16. OSCON Keynote 2007, http://mais.uol.com.br/view/v1xaxe2lamb3/oscon--commoditisation-of-it-and-what-the-future-holds-0402D4B10386?types=A
  17. 1 2 Jack Schofield, "Google angles for business users with ‘platform as a service’," The Guardian, April 16, 2008.
  18. 1 2 Dion Hinchcliffe, "Comparing Amazon’s and Google’s Platform-as-a-Service (PaaS) Offerings," ZDNet, April 11, 2008.
  19. 1 2 3 Mike Kavis, "Top 8 Reasons Why Enterprises Are Passing On PaaS," Forbes, September 15, 2014.
  20. Sean Ludwig, "An ugly duckling no more: Why Platform-as-a-Service is poised for huge growth," VentureBeat, October 8, 2012.
  21. Andrea Peiro, "Keep Your Head in the Cloud," Inc., January 2009.
  22. M. Boniface, "Platform-as-a-Service Architecture for Real-Time Quality of Service Management in Clouds," ieee.org, May 2010.
  23. Chen, Tse-Shih, et al. "Platform-as-a-Service Architecture for Parallel Video Analysis in Clouds." Advances in Intelligent Systems and Applications-Volume 2. Springer Berlin Heidelberg, 2013. 619-626.
  24. https://www.forbes.com/sites/mikekavis/2014/09/15/top-8-reasons-why-enterprises-are-passing-on-paas/#2b65b66165aa
  25. https://www.forbes.com/sites/mikekavis/2014/09/15/top-8-reasons-why-enterprises-are-passing-on-paas/2/#196203128cd0
  26. https://genius.com/James-somers-herokus-ugly-secret-annotated
  27. Andrew C. Oliver, "Which freaking PaaS should I use?" InfoWorld, October 8, 2012.
  28. "Forrester : Webinar : Platform-As-A-Service - Cloud Providers' Silver Bullet?". www.forrester.com. Retrieved 2018-06-14.
  29. Jason Brooks, "Apprenda 3.0 Brings Private PaaS to .NET Developers," eWeek, January 6, 2012.
  30. Ben Kepes, "Apprenda Extends Its PaaS And Aims A Kick In The Direction of Red Hat," Forbes, October 6, 2014.
  31. Anthony Wing Kosner, "Developers in Demand: Platform As A Service Is Key to Growth of Mobile Cloud Computing," Forbes, June 8, 2012.
  32. Yankee 2014 Predictions Mobility hits a tipping point Archived 2014-01-22 at the Wayback Machine., Yankee Group, 2014.
  33. Christina Warren, "How to Pick a Server for Your App," Mashable, November 16, 2011.
  34. "Interview With Brian Sullivan – Inventor of Open Platform As A Service," Archived 2013-10-04 at the Wayback Machine. sullivansoftwaresystems.com, 2010.
  35. "Forrester Wave: Enterprise Public Cloud Platforms," Q4 2014.
  36. "Jelastic expands alongside IaaS-PaaS convergence, containers". 451research.com. Retrieved 2018-06-14.
  37. Hammond, Jeffrey. "The Forrester Wave™: Mobile Low-Code Platforms For Business Developers, Q3 2018". www.forrester.com. Forrester Research. Retrieved 8 August 2018.
  38. Nancy Gohring, "Platform as a service heats up," Computerworld, July 8, 2013.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.