{"id":48,"date":"2014-12-17T15:58:28","date_gmt":"2014-12-17T15:58:28","guid":{"rendered":"https:\/\/www.couchbase.com\/blog\/couchbase-blueprints-apache-brooklyn\/"},"modified":"2014-12-17T15:58:28","modified_gmt":"2014-12-17T15:58:28","slug":"couchbase-blueprints-apache-brooklyn","status":"publish","type":"post","link":"https:\/\/www.couchbase.com\/blog\/ko\/couchbase-blueprints-apache-brooklyn\/","title":{"rendered":"Couchbase Blueprints in Apache Brooklyn"},"content":{"rendered":"<p class=\"wp-block-paragraph\">This is a guest post by our friends at Cloudsoft (<a href=\"https:\/\/www.cloudsoftcorp.com\">link<\/a>) on the Apache Brooklyn project (<a href=\"https:\/\/brooklyn.io\">link<\/a>). We&#8217;re excited to be collaborating with Cloudsoft. The cloud is the new operating system, and projects like Apache Brooklyn enable the enterprise to be more efficient. What if you could deploy a dozen instances of Couchbase Server to Amazon Web Services with the click of a button?<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\">Couchbase blueprints are now available in Apache Brooklyn!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">@ZaidM (<a href=\"https:\/\/github.com\/ZaidM\">GitHub<\/a>) and @Nakomis (<a href=\"https:\/\/github.com\/Nakomis\">GitHub<\/a>) have been busy on Github working with Couchbase to add support for the extremely scalable, high-performance JSON document store. With their latest commit (<a href=\"https:\/\/github.com\/apache\/incubator-brooklyn\/commit\/b6512014ae62683877b556c98bec66ef340e7f96\">link<\/a>), provisioning a cluster is as easy as writing:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">name: My Couchbase Cluster<br>\nservices:<br>\n&#8211; type: brooklyn.entity.nosql.couchbase.CouchbaseCluster<br>\ninitialSize: 3location:<br>\njclouds:google-compute-engine:<br>\nidentity: your-gce-acct<br>\ncredential: your-gce-token\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Simply follow the instructions, unpack, and run &#8220;bin\/brooklyn launch&#8221;, then go to the web console and paste the YAML above (with your credentials).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As soon as you deploy, the topology is shown and you can track provisioning and command execution. It all runs in parallel, due to how Brooklyn manages processing, apart from where there is an explicit dependency \u2014 such as needing to know a subset of Couchbase nodes in order for the webapp to connect. And it will run in many locations, from Amazon to OpenStack, by way of Docker or non-cloud pre-existing machines.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After a few minutes, it&#8217;s completed, and metrics from Couchbase are monitored to ensure it&#8217;s running well and drive your custom management policies such as DR and autoscaling as we&#8217;ll show below. The sensors tabs also show the URLs for management and endpoints for clients to connect to.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><img decoding=\"async\" src=\"https:\/\/www.couchbase.com\/wp-content\/uploads\/sites\/5\/2026\/05\/3162G79wGH_iiH_LsA_oIBtMGvHIxPVhReuaWOMVPlIKl4dwubecNSyxIic-99SP4a0VG5dBRFyfFL71QB3B2iTEuE94PQlAt6vvDFAFJJ4U8_4_OcoHo-D-CgaP0c-hHQ.png\" alt=\"console-sensors.png\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Of course in the real world you need more. That&#8217;s where the power of the Brooklyn project shines and your Couchbase automation sparkles. Let&#8217;s illustrate a more interesting YAML which shows how to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>customizing Couchbase credentials<\/li>\n\n\n<li>specify the hardware spec (portable across many clouds)<\/li>\n\n\n<li>attaching a scaling policy<\/li>\n\n\n<li>deploying Couchbase alongside some front-end applications<\/li>\n\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This last bullet point is especially powerful: you can use the same open-source tool chain to deploy and manage the applications around Couchbase as you use for Couchbase itself. This enables integration testing at scale, fully automated, and version-controlled blueprints for entire stacks.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let&#8217;s use as an example a Couchbase load-generator webapp developed by @Neykov (<a href=\"https:\/\/github.com\/neykov\/brooklyn-examples-couchbase\">link<\/a>).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We&#8217;ll define a policy which seeks to keep operations-per-node in the range of 500-1000. This is nothing for Couchbase on such beefy hardware, of course, but it&#8217;s a range we can comfortably demonstrate! Once we&#8217;ve got Couchbase deployed and our web app deployed, you can create the bucket in Couchbase through it&#8217;s GUI (using the credentials in the YAML below), and then start the two load generators. If you need more load generators, use the &#8220;effectors&#8221; tab to &#8220;resize&#8221; the load-gen cluster, and as you start to drive 3000+ ops\/sec through Couchbase, you&#8217;ll observe it scaling up as per the policy.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><img decoding=\"async\" src=\"https:\/\/www.couchbase.com\/wp-content\/uploads\/sites\/5\/2026\/05\/xyYtyxxwLVNyXYuOpZmMHRZmk_4JYOWSs911kCIT2IAHIpJ-2pM2A68snrnJC4BnsHt-eG9ENBNTxjrjxMlRezlSXaQoPMQplgCG6DMqvmR7q1X9U36Try_ERJxcFMU9Fg.png\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><img decoding=\"async\" src=\"https:\/\/www.couchbase.com\/wp-content\/uploads\/sites\/5\/2026\/05\/n7sus-MPF9anni8dqc9ptwZjg-GukjJNQu3CugbRtHg2MY88A2i6b2T7CptAbuRFqdQjUJ7hWPkeXzHJdeZ74VVMif_cLlz712vL6EV1MnP4TOwKZ11uEMkUSy89N9sKIw.png\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><img decoding=\"async\" src=\"https:\/\/www.couchbase.com\/wp-content\/uploads\/sites\/5\/2026\/05\/Mu2dyBBThgQTjAnH4eYoipY6vTgAtyWzoQ-zySxdmEDXCT3anhz7lwBaeZMtWhSRS1Ffo9jQvoMjHIEPQX5SbbPNhbyWA-tIKN-rJI3XLPUOe3RqQQhYJvqqHozLGWxzw.png\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><img decoding=\"async\" src=\"https:\/\/www.couchbase.com\/wp-content\/uploads\/sites\/5\/2026\/05\/GEYYdmUGwxHrc8gy5UwcwvqbMa5ZZsn3ORbHKGEiCZqe84XWQ-U_PDj6Qfru6kAFu7u9qY8vZ5xcfEjnVxfIz8i_kuQ5GgMm6JIc2lkJ7geKHFbUAy3WZZFLNNAAYBqJ9A.png\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s the bigger, real-world YAML code in all its glory, here running in Softlayer:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">name: My Couchbase with Elastic Load Generator<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">services:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211; type: brooklyn.entity.nosql.couchbase.CouchbaseCluster<br>\nid: cb-cluster<br>\nadminUsername: Administrator<br>\nadminPassword: Password<br>\ninitialSize: 3<br>\nbrooklyn.config:<br>\nprovisioning.properties:<br>\nminRam: 16384<br>\nminCores: 4<br>\nbrooklyn.policies:<br>\n&#8211; type: brooklyn.policy.autoscaling.AutoScalerPolicy<br>\nbrooklyn.config:<br>\nmetric: $brooklyn:sensor(&#8220;brooklyn.entity.nosql.couchbase.CouchbaseCluster&#8221;,<br>\n&#8220;couchbase.stats.cluster.per.node.ops&#8221;)<br>\nmetricLowerBound: 500<br>\nmetricUpperBound: 1000<br>\nminPoolSize: 3<br>\nmaxPoolSize: 8<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211; type: brooklyn.entity.webapp.ControlledDynamicWebAppCluster<br>\nname: Web Couchbase Load Gen Cluster<br>\nwar: https:\/\/github.com\/neykov\/web-load-gen\/raw\/master\/load-gen.war<br>\nbrooklyn.config:<br>\nprovisioning.properties:<br>\nminCores: 4<br>\njava.sysprops:<br>\nbrooklyn.example.couchbase.nodes: $brooklyn:formatString(&#8220;&#8216;%s'&#8221;,<br>\ncomponent(&#8220;cb-cluster&#8221;).attributeWhenReady(&#8220;couchbase.cluster.node.addresses&#8221;))<br>\ninitialSize: 2<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">location:<br>\njclouds:softlayer:<br>\nidentity: your-sl-acct<br>\ncredential: your-sl-api-access-key<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">About Cloudsoft<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Cloudsoft is the leading open source application management company. Cloudsoft AMP is the commercially supported version of Apache Brooklyn, a framework for modeling, monitoring and managing applications through autonomic blueprints currently undergoing incubation at the Apache Software Foundation. Leverages Apache jclouds (<a href=\"https:\/\/jclouds.apache.org\/\">link<\/a>). AMP delivers multi-cloud policy-based application governance and compliance. AMP has been adopted by enterprises, ISVs and systems integrators such as IBM Cloud Services.<\/p>","protected":false},"excerpt":{"rendered":"<p>This is a guest post by our friends at Cloudsoft (link) on the Apache Brooklyn project (link). We&#8217;re excited to be collaborating with Cloudsoft. The cloud is the new operating system, and projects like Apache Brooklyn enable the enterprise to be more efficient. What if you could deploy a dozen instances of Couchbase Server to [&hellip;]<\/p>\n","protected":false},"author":13,"featured_media":18,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"_acf":"","footnotes":""},"categories":[1],"tags":[24,25],"ppma_author":[26],"class_list":["post-48","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-cloud","tag-provisioning"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.6 (Yoast SEO v27.6) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Couchbase Blueprints in Apache Brooklyn - The Couchbase Blog<\/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:\/\/www.couchbase.com\/blog\/ko\/couchbase-blueprints-apache-brooklyn\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Couchbase Blueprints in Apache Brooklyn\" \/>\n<meta property=\"og:description\" content=\"This is a guest post by our friends at Cloudsoft (link) on the Apache Brooklyn project (link). We&#8217;re excited to be collaborating with Cloudsoft. The cloud is the new operating system, and projects like Apache Brooklyn enable the enterprise to be more efficient. What if you could deploy a dozen instances of Couchbase Server to [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.couchbase.com\/blog\/ko\/couchbase-blueprints-apache-brooklyn\/\" \/>\n<meta property=\"og:site_name\" content=\"The Couchbase Blog\" \/>\n<meta property=\"article:published_time\" content=\"2014-12-17T15:58:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/couchbase-nosql-dbaas.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1800\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Shane Johnson, Director, Product Marketing, Couchbase\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Shane Johnson, Director, Product Marketing, Couchbase\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/couchbase-blueprints-apache-brooklyn\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/couchbase-blueprints-apache-brooklyn\\\/\"},\"author\":{\"name\":\"Shane Johnson, Director, Product Marketing, Couchbase\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#\\\/schema\\\/person\\\/f045291995fbe1d06823814c3d39fe98\"},\"headline\":\"Couchbase Blueprints in Apache Brooklyn\",\"datePublished\":\"2014-12-17T15:58:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/couchbase-blueprints-apache-brooklyn\\\/\"},\"wordCount\":690,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/couchbase-blueprints-apache-brooklyn\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/05\\\/couchbase-nosql-dbaas.png\",\"keywords\":[\"cloud\",\"Provisioning\"],\"articleSection\":[\"Uncategorized\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/couchbase-blueprints-apache-brooklyn\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/couchbase-blueprints-apache-brooklyn\\\/\",\"url\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/couchbase-blueprints-apache-brooklyn\\\/\",\"name\":\"Couchbase Blueprints in Apache Brooklyn - The Couchbase Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/couchbase-blueprints-apache-brooklyn\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/couchbase-blueprints-apache-brooklyn\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/05\\\/couchbase-nosql-dbaas.png\",\"datePublished\":\"2014-12-17T15:58:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/couchbase-blueprints-apache-brooklyn\\\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/couchbase-blueprints-apache-brooklyn\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/couchbase-blueprints-apache-brooklyn\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/05\\\/couchbase-nosql-dbaas.png\",\"contentUrl\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/05\\\/couchbase-nosql-dbaas.png\",\"width\":1800,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/couchbase-blueprints-apache-brooklyn\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Couchbase Blueprints in Apache Brooklyn\"}]},{\"@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\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#organization\",\"name\":\"The Couchbase Blog\",\"url\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/06\\\/logo.svg\",\"contentUrl\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/06\\\/logo.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"The Couchbase Blog\"},\"image\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#\\\/schema\\\/person\\\/f045291995fbe1d06823814c3d39fe98\",\"name\":\"Shane Johnson, Director, Product Marketing, Couchbase\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d32be7d685d95dba07766e7b2861dfc964676843c984d1ba01bf572b2e075aba?s=96&d=mm&r=g86c05535d28a003c47351c87fec5286a\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d32be7d685d95dba07766e7b2861dfc964676843c984d1ba01bf572b2e075aba?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d32be7d685d95dba07766e7b2861dfc964676843c984d1ba01bf572b2e075aba?s=96&d=mm&r=g\",\"caption\":\"Shane Johnson, Director, Product Marketing, Couchbase\"},\"description\":\"Shane K Johnson was the Director of Product Marketing at Couchbase. Prior to Couchbase, he occupied various roles in developing and evangelism with a background in Java and distributed systems. He has consulted with organizations in the financial, retail, telecommunications, and media industries to draft and implement architectures that relied on distributed systems for data and analysis.\",\"url\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/ko\\\/author\\\/shane-johnson\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Couchbase Blueprints in Apache Brooklyn - The Couchbase Blog","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\/ko\/couchbase-blueprints-apache-brooklyn\/","og_locale":"ko_KR","og_type":"article","og_title":"Couchbase Blueprints in Apache Brooklyn","og_description":"This is a guest post by our friends at Cloudsoft (link) on the Apache Brooklyn project (link). We&#8217;re excited to be collaborating with Cloudsoft. The cloud is the new operating system, and projects like Apache Brooklyn enable the enterprise to be more efficient. What if you could deploy a dozen instances of Couchbase Server to [&hellip;]","og_url":"https:\/\/www.couchbase.com\/blog\/ko\/couchbase-blueprints-apache-brooklyn\/","og_site_name":"The Couchbase Blog","article_published_time":"2014-12-17T15:58:28+00:00","og_image":[{"width":1800,"height":630,"url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/couchbase-nosql-dbaas.png","type":"image\/png"}],"author":"Shane Johnson, Director, Product Marketing, Couchbase","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Shane Johnson, Director, Product Marketing, Couchbase","Est. reading time":"3\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.couchbase.com\/blog\/couchbase-blueprints-apache-brooklyn\/#article","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/couchbase-blueprints-apache-brooklyn\/"},"author":{"name":"Shane Johnson, Director, Product Marketing, Couchbase","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/f045291995fbe1d06823814c3d39fe98"},"headline":"Couchbase Blueprints in Apache Brooklyn","datePublished":"2014-12-17T15:58:28+00:00","mainEntityOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/couchbase-blueprints-apache-brooklyn\/"},"wordCount":690,"commentCount":1,"publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/couchbase-blueprints-apache-brooklyn\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/couchbase-nosql-dbaas.png","keywords":["cloud","Provisioning"],"articleSection":["Uncategorized"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.couchbase.com\/blog\/couchbase-blueprints-apache-brooklyn\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.couchbase.com\/blog\/couchbase-blueprints-apache-brooklyn\/","url":"https:\/\/www.couchbase.com\/blog\/couchbase-blueprints-apache-brooklyn\/","name":"Couchbase Blueprints in Apache Brooklyn - The Couchbase Blog","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/couchbase-blueprints-apache-brooklyn\/#primaryimage"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/couchbase-blueprints-apache-brooklyn\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/couchbase-nosql-dbaas.png","datePublished":"2014-12-17T15:58:28+00:00","breadcrumb":{"@id":"https:\/\/www.couchbase.com\/blog\/couchbase-blueprints-apache-brooklyn\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.couchbase.com\/blog\/couchbase-blueprints-apache-brooklyn\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.couchbase.com\/blog\/couchbase-blueprints-apache-brooklyn\/#primaryimage","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/couchbase-nosql-dbaas.png","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/couchbase-nosql-dbaas.png","width":1800,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/www.couchbase.com\/blog\/couchbase-blueprints-apache-brooklyn\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.couchbase.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Couchbase Blueprints in Apache Brooklyn"}]},{"@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":"ko-KR"},{"@type":"Organization","@id":"https:\/\/www.couchbase.com\/blog\/#organization","name":"The Couchbase Blog","url":"https:\/\/www.couchbase.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/06\/logo.svg","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/06\/logo.svg","width":"1024","height":"1024","caption":"The Couchbase Blog"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/f045291995fbe1d06823814c3d39fe98","name":"Shane Johnson, Director, Product Marketing, Couchbase","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/secure.gravatar.com\/avatar\/d32be7d685d95dba07766e7b2861dfc964676843c984d1ba01bf572b2e075aba?s=96&d=mm&r=g86c05535d28a003c47351c87fec5286a","url":"https:\/\/secure.gravatar.com\/avatar\/d32be7d685d95dba07766e7b2861dfc964676843c984d1ba01bf572b2e075aba?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d32be7d685d95dba07766e7b2861dfc964676843c984d1ba01bf572b2e075aba?s=96&d=mm&r=g","caption":"Shane Johnson, Director, Product Marketing, Couchbase"},"description":"Shane K Johnson was the Director of Product Marketing at Couchbase. Prior to Couchbase, he occupied various roles in developing and evangelism with a background in Java and distributed systems. He has consulted with organizations in the financial, retail, telecommunications, and media industries to draft and implement architectures that relied on distributed systems for data and analysis.","url":"https:\/\/www.couchbase.com\/blog\/ko\/author\/shane-johnson\/"}]}},"acf":[],"authors":[{"term_id":26,"user_id":13,"is_guest":0,"slug":"shane-johnson","display_name":"Shane Johnson, Director, Product Marketing, Couchbase","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","author_category":"","first_name":"Shane","last_name":"Johnson","user_url":"","job_title":"","description":"Shane K Johnson was the Director of Product Marketing at Couchbase. Prior to Couchbase, he occupied various roles in developing and evangelism with a background in Java and distributed systems. He has consulted with organizations in the financial, retail, telecommunications, and media industries to draft and implement architectures that relied on distributed systems for data and analysis."}],"_links":{"self":[{"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/posts\/48","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/comments?post=48"}],"version-history":[{"count":0,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/posts\/48\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/media\/18"}],"wp:attachment":[{"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/media?parent=48"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/categories?post=48"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/tags?post=48"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/ppma_author?post=48"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}