{"id":633,"date":"2019-05-13T06:45:22","date_gmt":"2019-05-13T04:45:22","guid":{"rendered":"http:\/\/blog.zhaw.ch\/splab\/?p=633"},"modified":"2019-05-14T07:14:18","modified_gmt":"2019-05-14T05:14:18","slug":"insights-into-aws-sar","status":"publish","type":"post","link":"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/","title":{"rendered":"Insights into AWS SAR"},"content":{"rendered":"\n<p>The Serverless Application Repository by Amazon Web Services (<a href=\"https:\/\/aws.amazon.com\/serverless\/serverlessrepo\/\">AWS SAR<\/a>) is, in simplified terms, a marketplace for Lambda functions. You can speed up application development by building on the functions (or function compositions) provided by it, and you can share your own functions with other cloud application developers. AWS SAR was launched over a year ago. In the Service Prototyping Lab at Zurich University of Applied Sciences, we are investigating better ways of building applications for cloud and post-cloud environments. Consequently, we did a full year observation of AWS SAR to find out what&#8217;s in it and what&#8217;s going on. Read on for some interesting excerpts and findings and for accessing the study document.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"369\" src=\"https:\/\/blog.zhaw.ch\/splab\/files\/2019\/05\/awssar-1024x369.jpg\" alt=\"\" class=\"wp-image-636\" srcset=\"https:\/\/blog.zhaw.ch\/splab\/files\/2019\/05\/awssar-1024x369.jpg 1024w, https:\/\/blog.zhaw.ch\/splab\/files\/2019\/05\/awssar-300x108.jpg 300w, https:\/\/blog.zhaw.ch\/splab\/files\/2019\/05\/awssar-768x277.jpg 768w, https:\/\/blog.zhaw.ch\/splab\/files\/2019\/05\/awssar-676x243.jpg 676w, https:\/\/blog.zhaw.ch\/splab\/files\/2019\/05\/awssar.jpg 1119w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<!--more-->\n\n\n\n<p>With more than 500 serverless applications, defined as either a Lambda function or a combination of such functions and backend services, AWS SAR is big enough to justify an investigation, and still small enough to notice all trends and any shift in how it is used by developers. In a nutshell, the figure below shows on the left scale how both present vendors and available cloud functions have grown over time. (Please ignore the sudden jump at the end of April 2019 &#8211; it merely corrected that we forgot to include cloud functions with custom IAM requirements, and all historic data on them before that point is lost &#8211; nostra culpa!) On the right scale, the growing number of deployments is shown. (Please also ignore that the graphs, just like some others, only starts in July instead of February 2018. The data before that were not precise enough &#8211; nostra culpa again! Research ain&#8217;t easy, sometimes.)<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"550\" src=\"https:\/\/blog.zhaw.ch\/splab\/files\/2019\/05\/insights-totals-plot.summer.png\" alt=\"\" class=\"wp-image-638\" srcset=\"https:\/\/blog.zhaw.ch\/splab\/files\/2019\/05\/insights-totals-plot.summer.png 800w, https:\/\/blog.zhaw.ch\/splab\/files\/2019\/05\/insights-totals-plot.summer-300x206.png 300w, https:\/\/blog.zhaw.ch\/splab\/files\/2019\/05\/insights-totals-plot.summer-768x528.png 768w, https:\/\/blog.zhaw.ch\/splab\/files\/2019\/05\/insights-totals-plot.summer-676x465.png 676w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>Interestingly, there have not been many new functions since around the end of January 2019 (growth &lt;1%) &#8211; while deployments are going linearly strong as ever (growth ~7%). Is SAR already a legacy system, or are other changes ahead? As we continue to observe the development, we hope to give better answers to this question, in particular given that AWS is the only vendor operating a marketplace right now (although we had a joint research prototype <a href=\"https:\/\/blog.zhaw.ch\/icclab\/cloud-function-marketplaces-as-enablers-of-serverless-computing-communities\/\">before them<\/a>).<\/p>\n\n\n\n<p>One of the interesting questions is: Which type of serverless application is published on the repository? The following table gives an overview in terms of the number of occurrences of each type with more than five representatives. It is clear that &#8220;pure&#8221; Lambda functions have the absolute majority. This means that the Serverless Application Model (SAM), which defines complex deployments of cloud functions including backend resources, is not yet fully exploited by most repository entries. Two thirds of serverless applications could be expressed by a simple Lambda+S3+API-Gateway syntax, but the long tail of various combinations (totalling a considerable 21%) presumably justifies the more complex SAM syntax.<\/p>\n\n\n\n<table class=\"wp-block-table\"><tbody><tr><td><strong>Type of serverless application<\/strong><\/td><td><strong>Percentage<\/strong><\/td><\/tr><tr><td>Just Lambda function<\/td><td>53<\/td><\/tr><tr><td>Lambda + S3<\/td><td>8<\/td><\/tr><tr><td>Lambda + API-Gateway<\/td><td>5<\/td><\/tr><tr><td>Lambda + SNS<\/td><td>4<\/td><\/tr><tr><td>Lambda + SimpleTable (DynamoDB abstraction)<\/td><td>3<\/td><\/tr><tr><td>Lambda + DynamoDB<\/td><td>2<\/td><\/tr><tr><td>Lambda + permissions<\/td><td>2<\/td><\/tr><tr><td>Lambda + Kinesis<\/td><td>1<\/td><\/tr><tr><td>Lambda + IAM<\/td><td>1<\/td><\/tr><\/tbody><\/table>\n\n\n\n<p>Most programmers want to see a statistic on their favourite language. The dominance of just two languages over all others is crystal-clear when consulting the following table. As there are multiple statistics (deviating e.g. by the number of source files and absence of code repository information for some functions), we give all the numbers but consider the last column the most precise one (according to function runtime).<\/p>\n\n\n\n<table class=\"wp-block-table\"><tbody><tr><td><strong>Language<\/strong><\/td><td><strong>% acc. GitHub metadata<\/strong><\/td><td><strong>% acc. GitHub repos<\/strong><\/td><td><strong>% acc. SAM<\/strong><\/td><\/tr><tr><td>JavaScript (node.js)<\/td><td>30<\/td><td>50<\/td><td>52<\/td><\/tr><tr><td>Python (2 &amp; 3)<\/td><td>56<\/td><td>44<\/td><td>37<\/td><\/tr><tr><td>Go<\/td><td>3<\/td><td>2<\/td><td>3<\/td><\/tr><tr><td>Java<\/td><td>3<\/td><td>2<\/td><td>2<\/td><\/tr><tr><td>all others<\/td><td>8<\/td><td>2<\/td><td>6<\/td><\/tr><\/tbody><\/table>\n\n\n\n<p>On the critical remarks side, we noticed several quality issues with AWS SAR, most of which could be prevented by a more stringent publishing procedure and a tightened data (entity-relationship) model. We will get in touch with AWS and other cloud providers to verify our findings and to see what the plans are for expanding the serverless ecosystem through and beyond such repositories. With commodity players such as GitHub entering the artefact repository space, quality and trust are becoming the two important differentiators for developers (unconfirmed hypothesis).<\/p>\n\n\n\n<p>The analysis contains further metrics on metadata (e.g. dominant or trending vendors, choice of licences), on the code repositories (e.g. duplicity, forks), and on required runtime capabilities, among others.<\/p>\n\n\n\n<p>The complete AWS SAR study document can be accessed from <a href=\"https:\/\/arxiv.org\/abs\/1905.04800\">arXiv:1905.04800<\/a>. If you enjoy the reading, we would like to point out a previous ecosystem study for <a href=\"https:\/\/blog.zhaw.ch\/splab\/2019\/01\/05\/diving-into-the-helm-ecosystems-from-charts-to-metrics\/\">Helm charts<\/a>, and our ongoing work on Kubernetes Operators and similar software artefact ecosystems. Related to FaaS, we also point out the new insightful <a href=\"https:\/\/epsagon.com\/blog\/what-aws-lambdas-performance-stats-reveal\/\">runtime analysis<\/a> by Epsagon and our previous (joint) <a href=\"https:\/\/research.chalmers.se\/publication\/507685\/file\/507685_Fulltext.pdf\">empirical study<\/a> on how serverless development works in practice.<\/p>\n<div class=\"pt-sm\">Schlagw\u00f6rter: <a href=\"http:\/\/blog.zhaw.ch\/splab\/tag\/aws\/\">aws<\/a>, <a href=\"http:\/\/blog.zhaw.ch\/splab\/tag\/datascience\/\">datascience<\/a>, <a href=\"http:\/\/blog.zhaw.ch\/splab\/tag\/evolution\/\">evolution<\/a>, <a href=\"http:\/\/blog.zhaw.ch\/splab\/tag\/faas\/\">faas<\/a>, <a href=\"http:\/\/blog.zhaw.ch\/splab\/tag\/maomao\/\">maomao<\/a>, <a href=\"http:\/\/blog.zhaw.ch\/splab\/tag\/marketplace\/\">marketplace<\/a>, <a href=\"http:\/\/blog.zhaw.ch\/splab\/tag\/paper\/\">paper<\/a>, <a href=\"http:\/\/blog.zhaw.ch\/splab\/tag\/serverless\/\">serverless<\/a><br><\/div>","protected":false},"excerpt":{"rendered":"<p>The Serverless Application Repository by Amazon Web Services (AWS SAR) is, in simplified terms, a marketplace for Lambda functions. You can speed up application development by building on the functions (or function compositions) provided by it, and you can share your own functions with other cloud application developers. AWS SAR was launched over a year [&hellip;]<\/p>\n","protected":false},"author":203,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"footnotes":""},"categories":[4],"tags":[18,67,66,7,37,65,22,8],"features":[],"class_list":["post-633","post","type-post","status-publish","format-standard","hentry","category-research","tag-aws","tag-datascience","tag-evolution","tag-faas","tag-maomao","tag-marketplace","tag-paper","tag-serverless"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Insights into AWS SAR - Service Prototyping Lab<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Insights into AWS SAR\" \/>\n<meta property=\"og:description\" content=\"The Serverless Application Repository by Amazon Web Services (AWS SAR) is, in simplified terms, a marketplace for Lambda functions. You can speed up application development by building on the functions (or function compositions) provided by it, and you can share your own functions with other cloud application developers. AWS SAR was launched over a year [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/\" \/>\n<meta property=\"og:site_name\" content=\"Service Prototyping Lab\" \/>\n<meta property=\"article:published_time\" content=\"2019-05-13T04:45:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-05-14T05:14:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.zhaw.ch\/splab\/files\/2019\/05\/awssar-1024x369.jpg\" \/>\n<meta name=\"author\" content=\"Josef Spillner\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Josef Spillner\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/\"},\"author\":{\"name\":\"Josef Spillner\",\"@id\":\"https:\/\/blog.zhaw.ch\/splab\/#\/schema\/person\/33a5227c6cc1fa3329279d33c3cc440e\"},\"headline\":\"Insights into AWS SAR\",\"datePublished\":\"2019-05-13T04:45:22+00:00\",\"dateModified\":\"2019-05-14T05:14:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/\"},\"wordCount\":755,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.zhaw.ch\/splab\/files\/2019\/05\/awssar-1024x369.jpg\",\"keywords\":[\"aws\",\"datascience\",\"evolution\",\"faas\",\"maomao\",\"marketplace\",\"paper\",\"serverless\"],\"articleSection\":[\"Research\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/\",\"url\":\"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/\",\"name\":\"Insights into AWS SAR - Service Prototyping Lab\",\"isPartOf\":{\"@id\":\"https:\/\/blog.zhaw.ch\/splab\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.zhaw.ch\/splab\/files\/2019\/05\/awssar-1024x369.jpg\",\"datePublished\":\"2019-05-13T04:45:22+00:00\",\"dateModified\":\"2019-05-14T05:14:18+00:00\",\"author\":{\"@id\":\"https:\/\/blog.zhaw.ch\/splab\/#\/schema\/person\/33a5227c6cc1fa3329279d33c3cc440e\"},\"breadcrumb\":{\"@id\":\"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/#primaryimage\",\"url\":\"https:\/\/blog.zhaw.ch\/splab\/files\/2019\/05\/awssar-1024x369.jpg\",\"contentUrl\":\"https:\/\/blog.zhaw.ch\/splab\/files\/2019\/05\/awssar-1024x369.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/blog.zhaw.ch\/splab\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Insights into AWS SAR\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.zhaw.ch\/splab\/#website\",\"url\":\"https:\/\/blog.zhaw.ch\/splab\/\",\"name\":\"Service Prototyping Lab\",\"description\":\"A Blog of the ZHAW Zurich University of Applied Sciences\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.zhaw.ch\/splab\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/blog.zhaw.ch\/splab\/#\/schema\/person\/33a5227c6cc1fa3329279d33c3cc440e\",\"name\":\"Josef Spillner\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/c57d7019e91373902c08eac230e003cb4f8498ecf68c9d119e9ecb82fdf6c400?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c57d7019e91373902c08eac230e003cb4f8498ecf68c9d119e9ecb82fdf6c400?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c57d7019e91373902c08eac230e003cb4f8498ecf68c9d119e9ecb82fdf6c400?s=96&d=mm&r=g\",\"caption\":\"Josef Spillner\"},\"description\":\"Head of the Service Prototyping Lab. Research on distributed systems and application computing paradigms. Senior lecturer at Zurich University of Applied Sciences.\",\"url\":\"https:\/\/blog.zhaw.ch\/splab\/author\/spio\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Insights into AWS SAR - Service Prototyping Lab","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/","og_locale":"en_GB","og_type":"article","og_title":"Insights into AWS SAR","og_description":"The Serverless Application Repository by Amazon Web Services (AWS SAR) is, in simplified terms, a marketplace for Lambda functions. You can speed up application development by building on the functions (or function compositions) provided by it, and you can share your own functions with other cloud application developers. AWS SAR was launched over a year [&hellip;]","og_url":"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/","og_site_name":"Service Prototyping Lab","article_published_time":"2019-05-13T04:45:22+00:00","article_modified_time":"2019-05-14T05:14:18+00:00","og_image":[{"url":"https:\/\/blog.zhaw.ch\/splab\/files\/2019\/05\/awssar-1024x369.jpg","type":"","width":"","height":""}],"author":"Josef Spillner","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Josef Spillner","Estimated reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/#article","isPartOf":{"@id":"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/"},"author":{"name":"Josef Spillner","@id":"https:\/\/blog.zhaw.ch\/splab\/#\/schema\/person\/33a5227c6cc1fa3329279d33c3cc440e"},"headline":"Insights into AWS SAR","datePublished":"2019-05-13T04:45:22+00:00","dateModified":"2019-05-14T05:14:18+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/"},"wordCount":755,"commentCount":0,"image":{"@id":"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.zhaw.ch\/splab\/files\/2019\/05\/awssar-1024x369.jpg","keywords":["aws","datascience","evolution","faas","maomao","marketplace","paper","serverless"],"articleSection":["Research"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/","url":"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/","name":"Insights into AWS SAR - Service Prototyping Lab","isPartOf":{"@id":"https:\/\/blog.zhaw.ch\/splab\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/#primaryimage"},"image":{"@id":"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.zhaw.ch\/splab\/files\/2019\/05\/awssar-1024x369.jpg","datePublished":"2019-05-13T04:45:22+00:00","dateModified":"2019-05-14T05:14:18+00:00","author":{"@id":"https:\/\/blog.zhaw.ch\/splab\/#\/schema\/person\/33a5227c6cc1fa3329279d33c3cc440e"},"breadcrumb":{"@id":"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/#primaryimage","url":"https:\/\/blog.zhaw.ch\/splab\/files\/2019\/05\/awssar-1024x369.jpg","contentUrl":"https:\/\/blog.zhaw.ch\/splab\/files\/2019\/05\/awssar-1024x369.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/blog.zhaw.ch\/splab\/2019\/05\/13\/insights-into-aws-sar\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/blog.zhaw.ch\/splab\/"},{"@type":"ListItem","position":2,"name":"Insights into AWS SAR"}]},{"@type":"WebSite","@id":"https:\/\/blog.zhaw.ch\/splab\/#website","url":"https:\/\/blog.zhaw.ch\/splab\/","name":"Service Prototyping Lab","description":"A Blog of the ZHAW Zurich University of Applied Sciences","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.zhaw.ch\/splab\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/blog.zhaw.ch\/splab\/#\/schema\/person\/33a5227c6cc1fa3329279d33c3cc440e","name":"Josef Spillner","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/c57d7019e91373902c08eac230e003cb4f8498ecf68c9d119e9ecb82fdf6c400?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c57d7019e91373902c08eac230e003cb4f8498ecf68c9d119e9ecb82fdf6c400?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c57d7019e91373902c08eac230e003cb4f8498ecf68c9d119e9ecb82fdf6c400?s=96&d=mm&r=g","caption":"Josef Spillner"},"description":"Head of the Service Prototyping Lab. Research on distributed systems and application computing paradigms. Senior lecturer at Zurich University of Applied Sciences.","url":"https:\/\/blog.zhaw.ch\/splab\/author\/spio\/"}]}},"_links":{"self":[{"href":"https:\/\/blog.zhaw.ch\/splab\/wp-json\/wp\/v2\/posts\/633","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.zhaw.ch\/splab\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.zhaw.ch\/splab\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.zhaw.ch\/splab\/wp-json\/wp\/v2\/users\/203"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.zhaw.ch\/splab\/wp-json\/wp\/v2\/comments?post=633"}],"version-history":[{"count":8,"href":"https:\/\/blog.zhaw.ch\/splab\/wp-json\/wp\/v2\/posts\/633\/revisions"}],"predecessor-version":[{"id":669,"href":"https:\/\/blog.zhaw.ch\/splab\/wp-json\/wp\/v2\/posts\/633\/revisions\/669"}],"wp:attachment":[{"href":"https:\/\/blog.zhaw.ch\/splab\/wp-json\/wp\/v2\/media?parent=633"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.zhaw.ch\/splab\/wp-json\/wp\/v2\/categories?post=633"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.zhaw.ch\/splab\/wp-json\/wp\/v2\/tags?post=633"},{"taxonomy":"features","embeddable":true,"href":"https:\/\/blog.zhaw.ch\/splab\/wp-json\/wp\/v2\/features?post=633"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}