{"id":1934,"date":"2015-05-12T00:20:57","date_gmt":"2015-05-12T00:20:57","guid":{"rendered":"https:\/\/www.couchbase.com\/blog\/?p=1934"},"modified":"2025-06-13T16:52:42","modified_gmt":"2025-06-13T23:52:42","slug":"azure-resource-manager-arm-templates-for-couchbase-server-deployments","status":"publish","type":"post","link":"https:\/\/www.couchbase.com\/blog\/es\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/","title":{"rendered":"Implementaci\u00f3n de un cl\u00faster multinodo con Couchbase Server mediante plantillas de Microsoft Azure Resource Manager (ARM)"},"content":{"rendered":"<p style=\"font-family: sans-serif, Arial, Verdana, 'Trebuchet MS'; line-height: 20.8000011444092px; text-align: left;\"><strong>Post invitado: Ercenk Keresteci -\u00a0<span class=\"s1\">Principal @\u00a0<\/span>Fullscale180.com<\/strong><\/p>\n<p style=\"font-family: sans-serif, Arial, Verdana, 'Trebuchet MS'; line-height: 20.8000011444092px; text-align: left;\">Desplegar un cl\u00faster multinodo de Couchbase Server por primera vez en muchas de las plataformas de nube p\u00fablica podr\u00eda llevar una larga serie de operaciones que hay que seguir cuidadosamente. Con el nuevo Azure Resource Manager (ARM), puedes desplegar un cl\u00faster multinodo de Couchbase Server con una plantilla sencilla pero potente en la nube de Azure.<\/p>\n<p style=\"font-family: sans-serif, Arial, Verdana, 'Trebuchet MS'; line-height: 20.8000011444092px; text-align: left;\"><strong>\u00bfPor qu\u00e9 Azure Resource Manager (ARM)?<\/strong><\/p>\n<p style=\"font-family: sans-serif, Arial, Verdana, 'Trebuchet MS'; line-height: 20.8000011444092px; text-align: left;\">A medida que las nuevas caracter\u00edsticas llegan a cualquier tecnolog\u00eda de software, utilizarlas con niveles de abstracci\u00f3n m\u00e1s altos se convierte en una necesidad. La plataforma Azure de Microsoft tambi\u00e9n est\u00e1 experimentando esta tendencia. Basta con comprobar las actualizaciones del servicio\u00a0<a href=\"https:\/\/azure.microsoft.com\/en-us\/updates\/\">alimenta<\/a>\u00a0es suficiente para ver el r\u00e1pido ritmo al que llegan las nuevas actualizaciones y funciones a la plataforma.<\/p>\n<p style=\"font-family: sans-serif, Arial, Verdana, 'Trebuchet MS'; line-height: 20.8000011444092px; text-align: left;\">Tradicionalmente, el aprovisionamiento de recursos Azure en la plataforma se realizaba a trav\u00e9s de un conjunto de operaciones REST publicadas. Por ejemplo, para crear un cl\u00faster Couchbase con 4 VMs de tama\u00f1o D14 incluir\u00e1 llamar a las operaciones como las siguientes (no es una lista exhaustiva, se\u00f1alando las importantes para hacer el punto):<\/p>\n<ul style=\"font-family: sans-serif, Arial, Verdana, 'Trebuchet MS'; line-height: 20.8000011444092px; text-align: left;\">\n<li>Crear 4 cuentas de almacenamiento (Tama\u00f1o D14 n\u00famero m\u00e1ximo de discos de datos es de 32, por lo que tenemos que utilizar una cuenta de almacenamiento por VM cuando no se utiliza el almacenamiento premium, debido a los l\u00edmites establecidos en\u00a0<a href=\"https:\/\/azure.microsoft.com\/en-us\/documentation\/articles\/storage-scalability-targets\/\">objetivos de rendimiento de las cuentas de almacenamiento<\/a>). Llame a este\u00a0<a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/azure\/hh264518.aspx\">operaci\u00f3n<\/a>\u00a04 veces,<\/li>\n<li><a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/azure\/gg441304.aspx\">Crear un servicio en la nube<\/a>,<\/li>\n<li>Crear la configuraci\u00f3n de despliegue VM en XML, y hacer 4 despliegues VM, por lo tanto llamar a\u00a0<a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/azure\/jj157194.aspx\">la operaci\u00f3n<\/a>\u00a04 veces,<\/li>\n<li>Modificar la configuraci\u00f3n de la red, llamar\u00a0<a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/azure\/jj157196.aspx\">la operaci\u00f3n obtener configuraci\u00f3n<\/a>\u00a0una vez para traer la configuraci\u00f3n, modificarla y luego llamar a\u00a0<a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/azure\/jj157181.aspx\">este<\/a>\u00a0para volver a ahorrar.<\/li>\n<li>Y muchos m\u00e1s, dependiendo del escenario<\/li>\n<\/ul>\n<p style=\"font-family: sans-serif, Arial, Verdana, 'Trebuchet MS'; line-height: 20.8000011444092px; text-align: left;\">En muchos casos, las llamadas a esas operaciones REST no se realizan directamente, sino a trav\u00e9s de otras herramientas cliente como el m\u00f3dulo Azure PowerShell, la CLI multiplataforma (X-PLAT CLI) o las bibliotecas de gesti\u00f3n .NET.<\/p>\n<p style=\"font-family: sans-serif, Arial, Verdana, 'Trebuchet MS'; line-height: 20.8000011444092px; text-align: left;\">Microsoft present\u00f3 Azure Resource Manager (ARM) el a\u00f1o pasado, que permit\u00eda a los administradores aprovisionar recursos de Azure de forma declarativa. ARM se limitaba a Azure WebSites y algunos otros recursos cuando se introdujo por primera vez.\u00a0<a href=\"https:\/\/azure.microsoft.com\/blog\/2015\/04\/29\/iaas-just-got-easier-again?Ocid=OutgoingEvents_Social_TW_Azure_20150429_174913825&amp;linkId=13860195\">Microsoft anunci\u00f3<\/a>\u00a0la vista previa de las implantaciones basadas en plantillas de recursos inform\u00e1ticos, de redes y de almacenamiento durante la conferencia Build de abril. El sitio\u00a0<a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/azure\/dn835138.aspx\">lenguaje de plantilla<\/a>permite a los usuarios de Azure asociar de forma declarativa varios tipos de recursos y desplegarlos.<\/p>\n<p style=\"font-family: sans-serif, Arial, Verdana, 'Trebuchet MS'; line-height: 20.8000011444092px; text-align: left;\"><a href=\"https:\/\/www.fullscale180.com\/\">Escala completa 180<\/a>\u00a0ha trabajado con Microsoft para desarrollar algunas de las plantillas de despliegue cercanas a ejemplos reales de soluciones habituales en el mercado. Esas plantillas pueden encontrarse en\u00a0<a href=\"https:\/\/github.com\/azure\/azure-quickstart-templates\/\">github.com<\/a>. A\u00a0<a href=\"https:\/\/github.com\/Azure\/azure-quickstart-templates\/tree\/master\/couchbase-on-ubuntu\">Plantilla de cl\u00faster Couchbase<\/a>\u00a0es uno de ellos. La plantilla de ejemplo permite a los usuarios de Azure desplegar cl\u00fasteres, utilizando diferentes tama\u00f1os de VM, implementando las mejores pr\u00e1cticas de Azure y Couchbase.<\/p>\n<p style=\"font-family: sans-serif, Arial, Verdana, 'Trebuchet MS'; line-height: 20.8000011444092px; text-align: left;\">Puede obtener m\u00e1s informaci\u00f3n sobre la plantilla y varios consejos y trucos sobre plantillas ARM en\u00a0<a href=\"https:\/\/blog.fullscale180.com\/building-azure-resource-manager-templates\">https:\/\/blog.fullscale180.com\/building-azure-resource-manager-templates<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>Guest Post: Ercenk Keresteci &#8211;\u00a0Principal @\u00a0Fullscale180.com Deploying a multi node Couchbase Server cluster for the first time on many of the public cloud platforms could take a long array of operations that have to be carefully followed. With the new [&hellip;]<\/p>","protected":false},"author":2,"featured_media":13873,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[1673],"ppma_author":[8968],"class_list":["post-1934","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-microsoft-azure"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.8 (Yoast SEO v25.8) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Deploying a multi-node cluster with Couchbase Server<\/title>\n<meta name=\"description\" content=\"Learn how to deploy a multi-node cluster with Couchbase Server using Microsoft Azure Resource Manager with a simple but powerful template on Azure cloud.\" \/>\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.couchbase.com\/blog\/es\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Deploying a multi-node cluster with Couchbase Server using Microsoft Azure Resource Manager (ARM) Templates\" \/>\n<meta property=\"og:description\" content=\"Learn how to deploy a multi-node cluster with Couchbase Server using Microsoft Azure Resource Manager with a simple but powerful template on Azure cloud.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.couchbase.com\/blog\/es\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/\" \/>\n<meta property=\"og:site_name\" content=\"The Couchbase Blog\" \/>\n<meta property=\"article:published_time\" content=\"2015-05-12T00:20:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-13T23:52:42+00:00\" \/>\n<meta name=\"author\" content=\"The Couchbase Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"The Couchbase Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/\"},\"author\":{\"name\":\"The Couchbase Team\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/764f4a6771ee19bc7af70b70a326fb93\"},\"headline\":\"Deploying a multi-node cluster with Couchbase Server using Microsoft Azure Resource Manager (ARM) Templates\",\"datePublished\":\"2015-05-12T00:20:57+00:00\",\"dateModified\":\"2025-06-13T23:52:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/\"},\"wordCount\":452,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"keywords\":[\"Microsoft Azure\"],\"articleSection\":[\"Uncategorized\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/\",\"url\":\"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/\",\"name\":\"Deploying a multi-node cluster with Couchbase Server\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"datePublished\":\"2015-05-12T00:20:57+00:00\",\"dateModified\":\"2025-06-13T23:52:42+00:00\",\"description\":\"Learn how to deploy a multi-node cluster with Couchbase Server using Microsoft Azure Resource Manager with a simple but powerful template on Azure cloud.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/#primaryimage\",\"url\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"contentUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"width\":1800,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.couchbase.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Deploying a multi-node cluster with Couchbase Server using Microsoft Azure Resource Manager (ARM) Templates\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#website\",\"url\":\"https:\/\/www.couchbase.com\/blog\/\",\"name\":\"The Couchbase Blog\",\"description\":\"Couchbase, the NoSQL Database\",\"publisher\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.couchbase.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\",\"name\":\"The Couchbase Blog\",\"url\":\"https:\/\/www.couchbase.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png\",\"contentUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png\",\"width\":218,\"height\":34,\"caption\":\"The Couchbase Blog\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/764f4a6771ee19bc7af70b70a326fb93\",\"name\":\"The Couchbase Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/7befc37d02226b59499817eafdec60c3\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b4c18c758421903398e84d6c9560f319f39c665798d7d23e6a6f9dff8a8f984e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b4c18c758421903398e84d6c9560f319f39c665798d7d23e6a6f9dff8a8f984e?s=96&d=mm&r=g\",\"caption\":\"The Couchbase Team\"},\"description\":\"Jennifer Garcia is a Senior Web Manager at Couchbase Inc. As the website manager, Jennifer has overall responsibility for the website properties including design, implementation, content, and performance.\",\"sameAs\":[\"https:\/\/www.couchbase.com\"],\"url\":\"https:\/\/www.couchbase.com\/blog\/es\/author\/jennifer-garcia\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Deploying a multi-node cluster with Couchbase Server","description":"Learn how to deploy a multi-node cluster with Couchbase Server using Microsoft Azure Resource Manager with a simple but powerful template on Azure cloud.","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.couchbase.com\/blog\/es\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/","og_locale":"es_MX","og_type":"article","og_title":"Deploying a multi-node cluster with Couchbase Server using Microsoft Azure Resource Manager (ARM) Templates","og_description":"Learn how to deploy a multi-node cluster with Couchbase Server using Microsoft Azure Resource Manager with a simple but powerful template on Azure cloud.","og_url":"https:\/\/www.couchbase.com\/blog\/es\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/","og_site_name":"The Couchbase Blog","article_published_time":"2015-05-12T00:20:57+00:00","article_modified_time":"2025-06-13T23:52:42+00:00","author":"The Couchbase Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"The Couchbase Team","Est. reading time":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/#article","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/"},"author":{"name":"The Couchbase Team","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/764f4a6771ee19bc7af70b70a326fb93"},"headline":"Deploying a multi-node cluster with Couchbase Server using Microsoft Azure Resource Manager (ARM) Templates","datePublished":"2015-05-12T00:20:57+00:00","dateModified":"2025-06-13T23:52:42+00:00","mainEntityOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/"},"wordCount":452,"commentCount":1,"publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","keywords":["Microsoft Azure"],"articleSection":["Uncategorized"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/","url":"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/","name":"Deploying a multi-node cluster with Couchbase Server","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/#primaryimage"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","datePublished":"2015-05-12T00:20:57+00:00","dateModified":"2025-06-13T23:52:42+00:00","description":"Learn how to deploy a multi-node cluster with Couchbase Server using Microsoft Azure Resource Manager with a simple but powerful template on Azure cloud.","breadcrumb":{"@id":"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/#primaryimage","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","width":1800,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/www.couchbase.com\/blog\/azure-resource-manager-arm-templates-for-couchbase-server-deployments\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.couchbase.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Deploying a multi-node cluster with Couchbase Server using Microsoft Azure Resource Manager (ARM) Templates"}]},{"@type":"WebSite","@id":"https:\/\/www.couchbase.com\/blog\/#website","url":"https:\/\/www.couchbase.com\/blog\/","name":"El blog de Couchbase","description":"Couchbase, la base de datos NoSQL","publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.couchbase.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.couchbase.com\/blog\/#organization","name":"El blog de Couchbase","url":"https:\/\/www.couchbase.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png","width":218,"height":34,"caption":"The Couchbase Blog"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/764f4a6771ee19bc7af70b70a326fb93","name":"El equipo de Couchbase","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/7befc37d02226b59499817eafdec60c3","url":"https:\/\/secure.gravatar.com\/avatar\/b4c18c758421903398e84d6c9560f319f39c665798d7d23e6a6f9dff8a8f984e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b4c18c758421903398e84d6c9560f319f39c665798d7d23e6a6f9dff8a8f984e?s=96&d=mm&r=g","caption":"The Couchbase Team"},"description":"Jennifer Garcia es Gerente Senior de Web en Couchbase Inc. Como responsable del sitio web, Jennifer tiene la responsabilidad general de las propiedades del sitio web, incluido el dise\u00f1o, la implementaci\u00f3n, el contenido y el rendimiento.","sameAs":["https:\/\/www.couchbase.com"],"url":"https:\/\/www.couchbase.com\/blog\/es\/author\/jennifer-garcia\/"}]}},"authors":[{"term_id":8968,"user_id":2,"is_guest":0,"slug":"jennifer-garcia","display_name":"The Couchbase Team","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/b4c18c758421903398e84d6c9560f319f39c665798d7d23e6a6f9dff8a8f984e?s=96&d=mm&r=g","author_category":"","last_name":"Garcia","first_name":"Jennifer","job_title":"","user_url":"https:\/\/www.couchbase.com","description":"Jennifer Garcia es Gerente Senior de Web en Couchbase Inc. Como responsable del sitio web, Jennifer tiene la responsabilidad general de las propiedades del sitio web, incluido el dise\u00f1o, la implementaci\u00f3n, el contenido y el rendimiento."}],"_links":{"self":[{"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/posts\/1934","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/comments?post=1934"}],"version-history":[{"count":0,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/posts\/1934\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/media\/13873"}],"wp:attachment":[{"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/media?parent=1934"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/categories?post=1934"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/tags?post=1934"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/ppma_author?post=1934"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}