{"id":461,"date":"2025-03-07T07:15:11","date_gmt":"2025-03-07T07:15:11","guid":{"rendered":"http:\/\/20.200.23.200\/foundations\/?p=461"},"modified":"2025-03-14T06:18:37","modified_gmt":"2025-03-14T06:18:37","slug":"cloud-native-architecture","status":"publish","type":"post","link":"https:\/\/www.alachisoft.com\/foundations\/distributed-systems\/cloud-native-architecture\/","title":{"rendered":"Cloud-Native Architecture","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<h1>Cloud-Native Architecture<\/h1>\n<p><a href=\"\/resources\/docs\/ncache\/getting-started-cloud-service\/\">Cloud-native architecture<\/a> is a way to design and implement applications to best utilize cloud computing platforms, which are highly scalable and responsive to change. It consists of small, standalone components called <a href=\"\/blogs\/scale-microservices-performance-with-distributed-caching\/\">microservices<\/a>. These microservices are managed dynamically &#8211; deployed in <a href=\"\/resources\/docs\/ncache\/containerization\/\">containers<\/a>, and optimized to work well in cloud settings. The primary objective is to enable businesses to rapidly and effectively develop and run applications that can scale and evolve in different environments, such as public, private, and hybrid clouds. This page explores the basics of cloud-native architecture and demonstrates how the distributed caching solution <a href=\"\/ncache\/\">NCache<\/a> fits seamlessly into these environments.<\/p>\n<h2>Key Characteristics of Cloud-Native Architecture<\/h2>\n<p>The cloud-native architecture has the following key characteristics:<\/p>\n<ul>\n<li><a href=\"\/blogs\/scale-microservices-performance-with-distributed-caching\/\"><strong>Microservices<\/strong><\/a>: Applications are broken down into small, independent components that can be deployed and managed dynamically, without affecting the rest of the application.<\/li>\n<li><a href=\"\/resources\/docs\/ncache\/containerization\/\"><strong>Containerization<\/strong><\/a><strong>: <\/strong>Microservices are packaged within containers, which provide a light, predictable, and portable computing environment. This makes moving and running them on different systems straightforward.<\/li>\n<li><strong>Dynamic Orchestration: <\/strong>Container management is dynamic, ensuring optimal utilization of resources and smooth operation of the application throughout its lifetime. This approach facilitates efficient computing and makes updating and <a href=\"\/blogs\/scaling-out-and-staying-up-exploring-topologies-in-ncache\/\">scaling<\/a> more manageable.<\/li>\n<\/ul>\n<h2>Challenges Addressed by Cloud-Native Architecture<\/h2>\n<p>The cloud-native architecture addresses the following issues:<\/p>\n<ul>\n<li><strong>Scalability<\/strong>: Automatically scales individual components to meet changing demand without impacting the overall system.<\/li>\n<li><strong>Flexibility<\/strong>: Supports many technological frameworks and languages, allowing for tailored solutions.<\/li>\n<li><strong>Resilience<\/strong>: Improves application robustness by managing distributed cloud environments, preserving uptime, and mitigating outages.<\/li>\n<\/ul>\n<h2>Integrating Distributed Caching with Cloud-Native Architecture Using NCache<\/h2>\n<p>NCache, an <a href=\"\/blogs\/introduction-to-ncache-an-in-memory-distributed-datastore\/\">in-memory distributed caching<\/a> solution, reduces database load by keeping the frequently accessed information in the cache. This prevents multiple queries from hitting the database, thereby enhancing the performance and scalability of <a href=\"\/resources\/docs\/ncache\/cloud-software\/\">cloud-native applications<\/a>.<\/p>\n<p><strong>Cloud Integration: <\/strong><\/p>\n<p>NCache provides support for <a href=\"\/resources\/docs\/ncache\/getting-started-cloud-service\/\">cloud services<\/a> and <a href=\"\/resources\/docs\/ncache\/containerization\/\">containerization<\/a> as discussed below:<\/p>\n<ul>\n<li><strong>Azure and AWS: <\/strong>NCache is fully compatible with cloud platforms such as <a href=\"\/resources\/docs\/ncache\/cloud-software\/deploy-ncache-azure.html\">Azure<\/a> and <a href=\"\/resources\/docs\/ncache\/cloud-software\/deploy-ncache-aws.html\">AWS<\/a>, enabling businesses to benefit from both its distributed nature of cloud resources and the advantages of caching. You can easily set NCache clusters in these environments to make efficient use of cloud resources, offering a highly available caching layer that extends across different regions.<\/li>\n<li><a href=\"\/ncache\/kubernetes-docker.html\"><strong>Kubernetes and Docker<\/strong><\/a><strong>: <\/strong>NCache provides support for containerization with <a href=\"\/resources\/docs\/ncache\/containerization\/\">Kubernetes<\/a> and <a href=\"\/resources\/docs\/ncache\/install-guide\/getting-started-guide-docker.html\">Docker<\/a>. This compatibility simplifies deployment, scaling, and management. Moreover, NCache can scale as needed by the applications it supports, following cloud-native design principles.<\/li>\n<\/ul>\n<h2>Best Practices for Using NCache in Cloud-Native Architectures<\/h2>\n<p>As a best practice, keep the following in mind while using NCache in cloud-native architectures:<\/p>\n<ul>\n<li><strong>Stateless Design: <\/strong>Maintain application design stateless across requests, and let NCache manage <a href=\"\/resources\/docs\/ncache\/prog-guide\/aspnet-session-state-provider.html\">session state<\/a> and <a href=\"\/resources\/docs\/ncache\/prog-guide\/basic-cache-operations.html\">data caching<\/a> to preserve performance without compromising the distributed nature of cloud-native applications.<\/li>\n<li><strong>Data Replication: <\/strong>Using NCache&#8217;s <a href=\"\/resources\/docs\/ncache\/admin-guide\/replicated-topology.html\">data replication<\/a> functionality can guarantee high availability and data durability between cloud regions and zones.<\/li>\n<li><strong>Performance Monitoring: <\/strong>NCache allows you to continuously monitor the <a href=\"\/resources\/docs\/ncache\/admin-guide\/monitor-ncache.html\">cache performance<\/a>. You can easily configure <a href=\"\/resources\/docs\/ncache\/admin-guide\/configure-eviction-policy.html\">eviction policies<\/a>, <a href=\"\/resources\/docs\/ncache\/admin-guide\/cache-size.html\">cache size<\/a>, and other parameters based on changing access patterns and load.<\/li>\n<\/ul>\n<h2>Conclusion<\/h2>\n<p>As discussed, the cloud-native architecture focuses on developing and managing applications that are easily expandable and adaptable in today&#8217;s cloud environments. NCache enhances this architecture by offering quick data access, which reduces database load. It also ensures continuous operation and the ability to scale across different systems.<\/p>\n<h2>Further Exploration<\/h2>\n<p>For developers looking to deploy and optimize NCache in cloud-native environments, exploring NCache&#8217;s <a href=\"\/resources\/docs\/\">extensive documentation<\/a> can offer practical insights and detailed guidance.<\/p>\n<ul class=\"ctas-list\">\n<li style=\"list-style-type: none;\">\n<ul class=\"ctas-list\">\n<li><a href=\"\/ncache\/\">NCache Details<\/a><\/li>\n<li><a href=\"\/resources\/docs\/ncache\/cloud-software\/\">NCache Docs<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>Cloud-Native Architecture Cloud-native architecture is a way to design and implement applications to best utilize cloud computing platforms, which are highly scalable and responsive to change. It consists of small, standalone components called microservices. These microservices are managed dynamically &#8211; deployed in containers, and optimized to work well in cloud settings. The primary objective is&hellip;<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[34,31,32,29,30,33,35],"class_list":["post-461","post","type-post","status-publish","format-standard","hentry","category-distributed-systems","tag-cloud-architecture","tag-cloud-computing","tag-cloud-native","tag-distributed-caching","tag-in-memory-cache","tag-microservices","tag-microservices-deployment","category-3","description-off"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Cloud-Native Architecture - NCache<\/title>\n<meta name=\"description\" content=\"Learn how cloud-native architecture enhances scalability and flexibility, and learn how NCache optimizes performance with distributed caching.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.alachisoft.com\/foundations\/distributed-systems\/cloud-native-architecture\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cloud-Native Architecture - NCache\" \/>\n<meta property=\"og:description\" content=\"Learn how cloud-native architecture enhances scalability and flexibility, and learn how NCache optimizes performance with distributed caching.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.alachisoft.com\/foundations\/distributed-systems\/cloud-native-architecture\/\" \/>\n<meta property=\"og:site_name\" content=\"NCache\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/people\/NCache\/100092526626800\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-03-07T07:15:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-14T06:18:37+00:00\" \/>\n<meta name=\"author\" content=\"NCache Software Foundations\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@NCache\" \/>\n<meta name=\"twitter:site\" content=\"@NCache\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"NCache Software Foundations\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.alachisoft.com\/foundations\/distributed-systems\/cloud-native-architecture\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.alachisoft.com\/foundations\/distributed-systems\/cloud-native-architecture\/\"},\"author\":{\"name\":\"NCache Software Foundations\",\"@id\":\"https:\/\/www.alachisoft.com\/foundations\/#\/schema\/person\/f3f04060106c107e1824b4ee073e6bfb\"},\"headline\":\"Cloud-Native Architecture\",\"datePublished\":\"2025-03-07T07:15:11+00:00\",\"dateModified\":\"2025-03-14T06:18:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.alachisoft.com\/foundations\/distributed-systems\/cloud-native-architecture\/\"},\"wordCount\":575,\"publisher\":{\"@id\":\"https:\/\/www.alachisoft.com\/foundations\/#organization\"},\"keywords\":[\"Cloud Architecture\",\"Cloud Computing\",\"Cloud Native\",\"Distributed Caching\",\"In Memory Cache\",\"Microservices\",\"Microservices Deployment\"],\"articleSection\":[\"Distributed Systems &amp; Cloud Computing\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.alachisoft.com\/foundations\/distributed-systems\/cloud-native-architecture\/\",\"url\":\"https:\/\/www.alachisoft.com\/foundations\/distributed-systems\/cloud-native-architecture\/\",\"name\":\"Cloud-Native Architecture - NCache\",\"isPartOf\":{\"@id\":\"https:\/\/www.alachisoft.com\/foundations\/#website\"},\"datePublished\":\"2025-03-07T07:15:11+00:00\",\"dateModified\":\"2025-03-14T06:18:37+00:00\",\"description\":\"Learn how cloud-native architecture enhances scalability and flexibility, and learn how NCache optimizes performance with distributed caching.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.alachisoft.com\/foundations\/distributed-systems\/cloud-native-architecture\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.alachisoft.com\/foundations\/distributed-systems\/cloud-native-architecture\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.alachisoft.com\/foundations\/distributed-systems\/cloud-native-architecture\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.alachisoft.com\/foundations\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cloud-Native Architecture\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.alachisoft.com\/foundations\/#website\",\"url\":\"https:\/\/www.alachisoft.com\/foundations\/\",\"name\":\"NCache Foundations\",\"description\":\"Extreme Performance and Scalability\",\"publisher\":{\"@id\":\"https:\/\/www.alachisoft.com\/foundations\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.alachisoft.com\/foundations\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.alachisoft.com\/foundations\/#organization\",\"name\":\"NCache\",\"alternateName\":\"Alachisoft\",\"url\":\"https:\/\/www.alachisoft.com\/foundations\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.alachisoft.com\/foundations\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.alachisoft.com\/foundations\/wp-content\/uploads\/2025\/03\/square-logo.png\",\"contentUrl\":\"https:\/\/www.alachisoft.com\/foundations\/wp-content\/uploads\/2025\/03\/square-logo.png\",\"width\":400,\"height\":400,\"caption\":\"NCache\"},\"image\":{\"@id\":\"https:\/\/www.alachisoft.com\/foundations\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/people\/NCache\/100092526626800\/\",\"https:\/\/x.com\/NCache\",\"https:\/\/www.instagram.com\/ncache_alachisoft\/\",\"https:\/\/www.linkedin.com\/showcase\/ncache\/\",\"https:\/\/www.youtube.com\/NCache\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.alachisoft.com\/foundations\/#\/schema\/person\/f3f04060106c107e1824b4ee073e6bfb\",\"name\":\"NCache Software Foundations\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.alachisoft.com\/foundations\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3614718d62f09b9843ba870e45dabbe5375a5c69d4b37aec7fff8bfa6186d997?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3614718d62f09b9843ba870e45dabbe5375a5c69d4b37aec7fff8bfa6186d997?s=96&d=mm&r=g\",\"caption\":\"NCache Software Foundations\"},\"sameAs\":[\"https:\/\/www.alachisoft.com\/foundations\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Cloud-Native Architecture - NCache","description":"Learn how cloud-native architecture enhances scalability and flexibility, and learn how NCache optimizes performance with distributed caching.","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:\/\/www.alachisoft.com\/foundations\/distributed-systems\/cloud-native-architecture\/","og_locale":"en_US","og_type":"article","og_title":"Cloud-Native Architecture - NCache","og_description":"Learn how cloud-native architecture enhances scalability and flexibility, and learn how NCache optimizes performance with distributed caching.","og_url":"https:\/\/www.alachisoft.com\/foundations\/distributed-systems\/cloud-native-architecture\/","og_site_name":"NCache","article_publisher":"https:\/\/www.facebook.com\/people\/NCache\/100092526626800\/","article_published_time":"2025-03-07T07:15:11+00:00","article_modified_time":"2025-03-14T06:18:37+00:00","author":"NCache Software Foundations","twitter_card":"summary_large_image","twitter_creator":"@NCache","twitter_site":"@NCache","twitter_misc":{"Written by":"NCache Software Foundations","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.alachisoft.com\/foundations\/distributed-systems\/cloud-native-architecture\/#article","isPartOf":{"@id":"https:\/\/www.alachisoft.com\/foundations\/distributed-systems\/cloud-native-architecture\/"},"author":{"name":"NCache Software Foundations","@id":"https:\/\/www.alachisoft.com\/foundations\/#\/schema\/person\/f3f04060106c107e1824b4ee073e6bfb"},"headline":"Cloud-Native Architecture","datePublished":"2025-03-07T07:15:11+00:00","dateModified":"2025-03-14T06:18:37+00:00","mainEntityOfPage":{"@id":"https:\/\/www.alachisoft.com\/foundations\/distributed-systems\/cloud-native-architecture\/"},"wordCount":575,"publisher":{"@id":"https:\/\/www.alachisoft.com\/foundations\/#organization"},"keywords":["Cloud Architecture","Cloud Computing","Cloud Native","Distributed Caching","In Memory Cache","Microservices","Microservices Deployment"],"articleSection":["Distributed Systems &amp; Cloud Computing"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.alachisoft.com\/foundations\/distributed-systems\/cloud-native-architecture\/","url":"https:\/\/www.alachisoft.com\/foundations\/distributed-systems\/cloud-native-architecture\/","name":"Cloud-Native Architecture - NCache","isPartOf":{"@id":"https:\/\/www.alachisoft.com\/foundations\/#website"},"datePublished":"2025-03-07T07:15:11+00:00","dateModified":"2025-03-14T06:18:37+00:00","description":"Learn how cloud-native architecture enhances scalability and flexibility, and learn how NCache optimizes performance with distributed caching.","breadcrumb":{"@id":"https:\/\/www.alachisoft.com\/foundations\/distributed-systems\/cloud-native-architecture\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.alachisoft.com\/foundations\/distributed-systems\/cloud-native-architecture\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.alachisoft.com\/foundations\/distributed-systems\/cloud-native-architecture\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.alachisoft.com\/foundations\/"},{"@type":"ListItem","position":2,"name":"Cloud-Native Architecture"}]},{"@type":"WebSite","@id":"https:\/\/www.alachisoft.com\/foundations\/#website","url":"https:\/\/www.alachisoft.com\/foundations\/","name":"NCache Foundations","description":"Extreme Performance and Scalability","publisher":{"@id":"https:\/\/www.alachisoft.com\/foundations\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.alachisoft.com\/foundations\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.alachisoft.com\/foundations\/#organization","name":"NCache","alternateName":"Alachisoft","url":"https:\/\/www.alachisoft.com\/foundations\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.alachisoft.com\/foundations\/#\/schema\/logo\/image\/","url":"https:\/\/www.alachisoft.com\/foundations\/wp-content\/uploads\/2025\/03\/square-logo.png","contentUrl":"https:\/\/www.alachisoft.com\/foundations\/wp-content\/uploads\/2025\/03\/square-logo.png","width":400,"height":400,"caption":"NCache"},"image":{"@id":"https:\/\/www.alachisoft.com\/foundations\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/people\/NCache\/100092526626800\/","https:\/\/x.com\/NCache","https:\/\/www.instagram.com\/ncache_alachisoft\/","https:\/\/www.linkedin.com\/showcase\/ncache\/","https:\/\/www.youtube.com\/NCache\/"]},{"@type":"Person","@id":"https:\/\/www.alachisoft.com\/foundations\/#\/schema\/person\/f3f04060106c107e1824b4ee073e6bfb","name":"NCache Software Foundations","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.alachisoft.com\/foundations\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3614718d62f09b9843ba870e45dabbe5375a5c69d4b37aec7fff8bfa6186d997?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3614718d62f09b9843ba870e45dabbe5375a5c69d4b37aec7fff8bfa6186d997?s=96&d=mm&r=g","caption":"NCache Software Foundations"},"sameAs":["https:\/\/www.alachisoft.com\/foundations"]}]}},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/www.alachisoft.com\/foundations\/wp-json\/wp\/v2\/posts\/461","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.alachisoft.com\/foundations\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.alachisoft.com\/foundations\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.alachisoft.com\/foundations\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.alachisoft.com\/foundations\/wp-json\/wp\/v2\/comments?post=461"}],"version-history":[{"count":2,"href":"https:\/\/www.alachisoft.com\/foundations\/wp-json\/wp\/v2\/posts\/461\/revisions"}],"predecessor-version":[{"id":713,"href":"https:\/\/www.alachisoft.com\/foundations\/wp-json\/wp\/v2\/posts\/461\/revisions\/713"}],"wp:attachment":[{"href":"https:\/\/www.alachisoft.com\/foundations\/wp-json\/wp\/v2\/media?parent=461"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.alachisoft.com\/foundations\/wp-json\/wp\/v2\/categories?post=461"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.alachisoft.com\/foundations\/wp-json\/wp\/v2\/tags?post=461"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}