An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Function as a service (FaaS) is a category of cloud computing services that provides a platform allowing customers to develop, run, and manage application functionalities without the complexity of building and maintaining the infrastructure typically associated with developing and launching an app. Building an application following this model is one way of achieving a "serverless" architecture, and is typically used when building microservices applications. FaaS was initially offered by various start-ups circa 2010, such as PiCloud.

Property Value
dbo:abstract
  • Function as a Service (FaaS) ist eine Kategorie des Cloud Computing und zwischen Backend as a Service (BaaS) und Software as a Service (SaaS) und im Rahmen von “Serverless Computing” einzuordnen. (de)
  • Function as a service (FaaS) is a category of cloud computing services that provides a platform allowing customers to develop, run, and manage application functionalities without the complexity of building and maintaining the infrastructure typically associated with developing and launching an app. Building an application following this model is one way of achieving a "serverless" architecture, and is typically used when building microservices applications. FaaS was initially offered by various start-ups circa 2010, such as PiCloud. AWS Lambda was the first FaaS offering by a large public cloud vendor, followed by Google Cloud Functions, Microsoft Azure Functions, IBM/Apache's OpenWhisk (open source) in 2016 and Oracle Cloud Fn (open source) in 2017. (en)
  • 서비스형 함수(Function as a service, FaaS) 또는 서비스형 함수는 고객들이 앱 개발 및 런칭에 관련한 하부 구조의 복잡한 빌드, 유지보수 없이 애플리케이션 기능을 개발, 실행, 관리할 수 있도록 플랫폼을 제공하는 클라우드 컴퓨팅 서비스의 한 분류이다. 이 모델을 따라 애플리케이션을 빌드하는 일은 서버리스 구조를 수행하는 한 방법이며 마이크로서비스 애플리케이션을 빌드할 때 일반적으로 사용된다. FaaS는 PiCloud 등 2010년 경 다양한 스타트업 기업들에 의해 처음 제공되었다. AWS 람다는 대형 퍼블릭 클라우드 벤더가 제공하는 최초의 FaaS 기능이었으며 이에 이어 의 Cloud Functions, 구글 클라우드 펑션, 마이크로소프트 애저 펑션, IBM/아파치의 오픈휘스크 (오픈 소스, 2016년), Fn (오픈 소스, 2017년)가 잇따랐다. (ko)
  • Функция как услуга (англ. function-as-a-service, FaaS) — архитектурный шаблон, предполагающий возможность вызова экземпляра управляющего кода без необходимости управления серверами и серверным приложением; ключевой компонент бессерверных вычислений. Одной из первых широко известных реализаций является представленный в 2014 году сервис AWS Lambda, аналогичные предложения среди публичных PaaS есть у Google (Cloud Functions), IBM (на в составе платформы Bluemix) и Microsoft (Azure Functions), Oracle . Идея состоит в том, что серверная часть разбивается на набор не зависящих от состояния (stateless) функций для обработки событий (которыми могут быть приходящие HTTP-запросы, появление новых сообщений в очереди, наступление указанного в планировщике времени и тому подобные события). Состояние в данном случае понимается в контексте развёртывания (deployment), то есть результат выполнения функции не должен зависеть от состояния памяти сервера (за вычетом переданных параметров вызова) и содержимого локальной файловой системы. При таких ограничениях, горизонтальное масштабирование выполняется автоматически провайдером, который может использовать любое доступное ему в данный момент вычислительное устройство, обеспечивающее требуемый уровень производительности. Также, как правило, время выполнения функции принудительно ограничивается несколькими минутами. (ru)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 51203641 (xsd:integer)
dbo:wikiPageLength
  • 3854 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1116534255 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
rdfs:comment
  • Function as a Service (FaaS) ist eine Kategorie des Cloud Computing und zwischen Backend as a Service (BaaS) und Software as a Service (SaaS) und im Rahmen von “Serverless Computing” einzuordnen. (de)
  • 서비스형 함수(Function as a service, FaaS) 또는 서비스형 함수는 고객들이 앱 개발 및 런칭에 관련한 하부 구조의 복잡한 빌드, 유지보수 없이 애플리케이션 기능을 개발, 실행, 관리할 수 있도록 플랫폼을 제공하는 클라우드 컴퓨팅 서비스의 한 분류이다. 이 모델을 따라 애플리케이션을 빌드하는 일은 서버리스 구조를 수행하는 한 방법이며 마이크로서비스 애플리케이션을 빌드할 때 일반적으로 사용된다. FaaS는 PiCloud 등 2010년 경 다양한 스타트업 기업들에 의해 처음 제공되었다. AWS 람다는 대형 퍼블릭 클라우드 벤더가 제공하는 최초의 FaaS 기능이었으며 이에 이어 의 Cloud Functions, 구글 클라우드 펑션, 마이크로소프트 애저 펑션, IBM/아파치의 오픈휘스크 (오픈 소스, 2016년), Fn (오픈 소스, 2017년)가 잇따랐다. (ko)
  • Function as a service (FaaS) is a category of cloud computing services that provides a platform allowing customers to develop, run, and manage application functionalities without the complexity of building and maintaining the infrastructure typically associated with developing and launching an app. Building an application following this model is one way of achieving a "serverless" architecture, and is typically used when building microservices applications. FaaS was initially offered by various start-ups circa 2010, such as PiCloud. (en)
  • Функция как услуга (англ. function-as-a-service, FaaS) — архитектурный шаблон, предполагающий возможность вызова экземпляра управляющего кода без необходимости управления серверами и серверным приложением; ключевой компонент бессерверных вычислений. Одной из первых широко известных реализаций является представленный в 2014 году сервис AWS Lambda, аналогичные предложения среди публичных PaaS есть у Google (Cloud Functions), IBM (на в составе платформы Bluemix) и Microsoft (Azure Functions), Oracle . (ru)
rdfs:label
  • Function as a Service (de)
  • Function as a service (en)
  • 서비스형 함수 (ko)
  • Функция как услуга (ru)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License