{"id":2324,"date":"2016-07-07T15:44:35","date_gmt":"2016-07-07T15:44:34","guid":{"rendered":"https:\/\/www.couchbase.com\/blog\/?p=2324"},"modified":"2025-06-13T21:28:59","modified_gmt":"2025-06-14T04:28:59","slug":"php-sdk-2-2-0-example-with-full-text-search","status":"publish","type":"post","link":"https:\/\/www.couchbase.com\/blog\/ko\/php-sdk-2-2-0-example-with-full-text-search\/","title":{"rendered":"PHP SDK 2.2.0: \uc804\uccb4 \ud14d\uc2a4\ud2b8 \uac80\uc0c9 \uc608\uc81c"},"content":{"rendered":"<p>\uc624\ub298\uc740 \ub354 \ub9ce\uc740 \uc218\uc815 \ubc0f \uac1c\uc120 \uc0ac\ud56d\uacfc \ud568\uaed8 \uba87 \uac00\uc9c0 \uc0c8\ub85c\uc6b4 \uae30\ub2a5\uc744 \ucd94\uac00\ud55c PHP SDK 2.0.0 GA\ub97c \ubc1c\ud45c\ud558\uace0\uc790 \ud569\ub2c8\ub2e4. \uc774 \ube14\ub85c\uadf8 \uac8c\uc2dc\ubb3c\uc5d0\uc11c\ub294 \uadf8 \uc911 \ud558\ub098\ub97c \uc2dc\uc5f0\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4(\uc804\uccb4 \ubcc0\uacbd \uc0ac\ud56d \ubaa9\ub85d\uc740\u00a0<a href=\"https:\/\/developer.couchbase.com\/server\/other-products\/release-notes-archives\/php-sdk\">\ub9b4\ub9ac\uc2a4 \uc815\ubcf4<\/a>).<\/p>\n<h2>\uc804\uccb4 \ud14d\uc2a4\ud2b8 \uac80\uc0c9 API<\/h2>\n<p>\uc774\uc804\uc5d0 \uc774 API\uc5d0 \ub300\ud574 \ub4e4\uc5b4\ubcf4\uc168\uc744 \uc218\ub3c4 \uc788\uc9c0\ub9cc, \uc774\ubc88\uc5d0\ub294 PHP\uc5d0\uc11c \uc774 API\ub97c \ubcf4\uc5ec\ub4dc\ub9ac\uaca0\uc2b5\ub2c8\ub2e4. \ucd5c\uc18c\ud55c Couchbase 4.5\ub97c \uc124\uce58\ud588\uace0 \ud5a5\uc0c1\ub41c \uc0d8\ud50c \ubc84\ud0b7\uc744 \uc124\uc815\ud588\ub2e4\uace0 \uac00\uc815\ud569\ub2c8\ub2e4. <code>\ub9e5\uc8fc \uc0d8\ud50c<\/code> \ub97c \uc815\uc758\ub41c \uc804\uccb4 \ud14d\uc2a4\ud2b8 \uc778\ub371\uc2a4\uc640 \ud568\uaed8 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. \uc778\ub371\uc2a4 \uad6c\uc131\uc5d0 \ub300\ud55c \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 <a href=\"https:\/\/developer.couchbase.com\/documentation\/server\/4.5\/sdk\/full-text-search-overview.html\">SDK \uac00\uc774\ub4dc\uc758 \uc804\uccb4 \ud14d\uc2a4\ud2b8 \uac80\uc0c9 \uc139\uc158<\/a>.<\/p>\n<pre class=\"lang:php decode:true\">openBucket('beer-sample');\r\n\r\n\/\/\uac04\ub2e8\ud55c \ud615\ud0dc\uc758 \uac80\uc0c9\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4:\r\n$query = CouchbaseSearchQuery::match('national');\r\n\r\n\/\/\uac80\uc0c9\uc744 \uc2e4\ud589\ud558\uace0 \uacb0\uacfc\ub97c \ud655\uc778\ud569\ub2c8\ub2e4.\r\n$result = $bucket-&gt;query(new CouchbaseSearchQuery('beerIndex', $query));\r\nprintf(\"score id\\n----------------------------\\n\");\r\nforeach ($result-&gt;hits as $row) { {\r\n  printf(\"%f %s\\n\", $row-&gt;score, $row-&gt;id);\r\n}\r\nprintf(\"----------------------------\\n\");\r\nprintf(\"\ucd1d \uc870\ud68c\uc218: %d\\n\", $result-&gt;metrics['total_hits']);<\/pre>\n<pre class=\"lang:bash decode:true\">~ $ php search.php\r\n\uc810\uc218 ID\r\n----------------------------\r\n0.574057 penn_brewery-penn_marzen\r\n0.542845 \ud39c_\ube0c\ub8e8\uc5b4\ub9ac-\ud39c_\uc625\ud1a0\ubc84\ud398\uc2a4\ud2b8\r\n0.536256 chelsea_brewing_company\r\n0.529263 \ube14\ub8e8\uadf8\ub798\uc2a4_\ube0c\ub8e8\uc789_\ucef4\ud37c\ub2c8_inc\r\n0.528675 \ub77c\ubc14\ud2b8_\uc628\ud0c0\ub9ac\uc624_\ube0c\ub8e8\uc5b4\ub9ac-\ub77c\ubc14\ud2b8_\uc5d1\uc2a4\ud2b8\ub77c_\ub4dc\ub77c\uc774\r\n0.489116 RAHR_SONS_BREWING_COMPANY-iron_thistle\r\n0.474812 PABST_BREWING_COMPANY\r\n0.451381 rogue_ales-dad_s_little_helper\r\n0.447907 PABST_BREWING_COMPANY-LONE_STAR\r\n0.442591 GREAT_DIVIDE_BREWING-DENVER_PALE_ALE_DPA\r\n----------------------------\r\n\ucd1d \uc870\ud68c\uc218 17<\/pre>\n<p>\ub354 \ub9ce\uc740 \uc608\uc2dc \ucc3e\uae30\u00a0<a href=\"https:\/\/developer.couchbase.com\/documentation\/server\/4.5\/sdk\/php\/full-text-searching-with-sdk.html\">SDK\uc5d0\uc11c \uac80\uc0c9\ud558\uae30<\/a>.<\/p>\n<h2>\ub9b4\ub9ac\uc2a4 \ubc1b\uae30<\/h2>\n<p>\uc774 \ub9b4\ub9ac\uc2a4\ub97c \uc124\uce58\ud558\ub824\uba74 \ub2e4\uc74c \uba85\ub839\uc744 \uc0ac\uc6a9\ud558\uace0 libcouchbase 2.6.1+\uac00 \uc124\uce58\ub418\uc5b4 \uc788\ub294\uc9c0 \ud655\uc778\ud558\uc138\uc694(\uc790\uc138\ud55c \ub0b4\uc6a9\uc740 \ub2e4\uc74c \ub9c1\ud06c\uc5d0\uc11c \ud655\uc778\ud558\uc138\uc694. <a href=\"https:\/\/developer.couchbase.com\/documentation\/server\/4.5\/sdk\/php\/start-using-sdk.html\">SDK \uc0ac\uc6a9 \uc2dc\uc791\ud558\uae30<\/a> \ud398\uc774\uc9c0):<\/p>\n<pre><code class=\"bash\">pecl \uc124\uce58 \uce74\uc6b0\uce58\ubca0\uc774\uc2a4-2.2.0\r\n<\/code><\/pre>\n<p>\ubb38\uc81c\uac00 \ubc1c\uc0dd\ud558\uba74 \ub2e4\uc74c \uc8fc\uc18c\uc758 \uce74\uc6b0\uce58\ubca0\uc774\uc2a4 \ud3ec\ub7fc\uc5d0 \uc9c1\uc811 \uac8c\uc2dc\ud574 \uc8fc\uc138\uc694. <a href=\"https:\/\/www.couchbase.com\/blog\/ko\/forums\/c\/php-sdk\/\">https:\/\/www.couchbase.com\/forums\/c\/php-sdk\/<\/a>. \ub610\ud55c \ubc84\uadf8\ub97c \uc9c1\uc811 \ubcf4\uace0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. <a href=\"https:\/\/www.couchbase.com\/blog\/ko\/issues\/browse\/PCBC\/\">\uc774\uc288 \ucd94\uc801\uae30<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>Today I&#8217;d like to announce the PHP SDK 2.0.0 GA, which brings a couple of new fetures along with more fixes and improvements. In this blog post I will demonstrate one of them (for a full list of changes refer [&hellip;]<\/p>","protected":false},"author":25,"featured_media":13873,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[1816,2165,9408],"tags":[1583],"ppma_author":[8995],"class_list":["post-2324","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-couchbase-server","category-full-text-search","category-php","tag-cbft"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.3 (Yoast SEO v26.3) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>PHP SDK 2.2.0: An Example with Full-Text Search - 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\/php-sdk-2-2-0-example-with-full-text-search\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PHP SDK 2.2.0: An Example with Full-Text Search\" \/>\n<meta property=\"og:description\" content=\"Today I&#8217;d like to announce the PHP SDK 2.0.0 GA, which brings a couple of new fetures along with more fixes and improvements. In this blog post I will demonstrate one of them (for a full list of changes refer [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.couchbase.com\/blog\/ko\/php-sdk-2-2-0-example-with-full-text-search\/\" \/>\n<meta property=\"og:site_name\" content=\"The Couchbase Blog\" \/>\n<meta property=\"article:published_time\" content=\"2016-07-07T15:44:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-14T04:28:59+00:00\" \/>\n<meta name=\"author\" content=\"Sergey Avseyev, SDK Engineer, Couchbase\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@avsej\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sergey Avseyev, SDK Engineer, Couchbase\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/\"},\"author\":{\"name\":\"Sergey Avseyev, SDK Engineer, Couchbase\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/e9181374f225c90084ec3ba86bdcfa2e\"},\"headline\":\"PHP SDK 2.2.0: An Example with Full-Text Search\",\"datePublished\":\"2016-07-07T15:44:34+00:00\",\"dateModified\":\"2025-06-14T04:28:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/\"},\"wordCount\":170,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"keywords\":[\"cbft\"],\"articleSection\":[\"Couchbase Server\",\"Full-Text Search\",\"PHP\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/\",\"url\":\"https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/\",\"name\":\"PHP SDK 2.2.0: An Example with Full-Text Search - The Couchbase Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"datePublished\":\"2016-07-07T15:44:34+00:00\",\"dateModified\":\"2025-06-14T04:28:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/#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\/php-sdk-2-2-0-example-with-full-text-search\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.couchbase.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PHP SDK 2.2.0: An Example with Full-Text Search\"}]},{\"@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\/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\/e9181374f225c90084ec3ba86bdcfa2e\",\"name\":\"Sergey Avseyev, SDK Engineer, Couchbase\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/796ab283bd56fe3716a102ebe16daff6\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/288a892d231cf8c4e57ed0643e4681b4654a141361f6ec3c5b79ccd4d885e038?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/288a892d231cf8c4e57ed0643e4681b4654a141361f6ec3c5b79ccd4d885e038?s=96&d=mm&r=g\",\"caption\":\"Sergey Avseyev, SDK Engineer, Couchbase\"},\"description\":\"Sergey Avseyev is a SDK Engineer at Couchbase. Sergey Avseyev is responsible for development of Kafka connector, and underlying library, which implements DCP, Couchbase replication protocol. Also maintaining PHP SDK for Couchbase.\",\"sameAs\":[\"https:\/\/x.com\/avsej\"],\"url\":\"https:\/\/www.couchbase.com\/blog\/ko\/author\/sergey-avseyev\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"PHP SDK 2.2.0: An Example with Full-Text Search - 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\/php-sdk-2-2-0-example-with-full-text-search\/","og_locale":"ko_KR","og_type":"article","og_title":"PHP SDK 2.2.0: An Example with Full-Text Search","og_description":"Today I&#8217;d like to announce the PHP SDK 2.0.0 GA, which brings a couple of new fetures along with more fixes and improvements. In this blog post I will demonstrate one of them (for a full list of changes refer [&hellip;]","og_url":"https:\/\/www.couchbase.com\/blog\/ko\/php-sdk-2-2-0-example-with-full-text-search\/","og_site_name":"The Couchbase Blog","article_published_time":"2016-07-07T15:44:34+00:00","article_modified_time":"2025-06-14T04:28:59+00:00","author":"Sergey Avseyev, SDK Engineer, Couchbase","twitter_card":"summary_large_image","twitter_creator":"@avsej","twitter_misc":{"Written by":"Sergey Avseyev, SDK Engineer, Couchbase","Est. reading time":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/#article","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/"},"author":{"name":"Sergey Avseyev, SDK Engineer, Couchbase","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/e9181374f225c90084ec3ba86bdcfa2e"},"headline":"PHP SDK 2.2.0: An Example with Full-Text Search","datePublished":"2016-07-07T15:44:34+00:00","dateModified":"2025-06-14T04:28:59+00:00","mainEntityOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/"},"wordCount":170,"commentCount":0,"publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","keywords":["cbft"],"articleSection":["Couchbase Server","Full-Text Search","PHP"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/","url":"https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/","name":"PHP SDK 2.2.0: An Example with Full-Text Search - The Couchbase Blog","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/#primaryimage"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","datePublished":"2016-07-07T15:44:34+00:00","dateModified":"2025-06-14T04:28:59+00:00","breadcrumb":{"@id":"https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.couchbase.com\/blog\/php-sdk-2-2-0-example-with-full-text-search\/#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\/php-sdk-2-2-0-example-with-full-text-search\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.couchbase.com\/blog\/"},{"@type":"ListItem","position":2,"name":"PHP SDK 2.2.0: An Example with Full-Text Search"}]},{"@type":"WebSite","@id":"https:\/\/www.couchbase.com\/blog\/#website","url":"https:\/\/www.couchbase.com\/blog\/","name":"\uce74\uc6b0\uce58\ubca0\uc774\uc2a4 \ube14\ub85c\uadf8","description":"NoSQL \ub370\uc774\ud130\ubca0\uc774\uc2a4, Couchbase","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":"\uce74\uc6b0\uce58\ubca0\uc774\uc2a4 \ube14\ub85c\uadf8","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\/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\/e9181374f225c90084ec3ba86bdcfa2e","name":"\uc138\ub974\uac8c\uc774 \uc544\ube0c\uc81c\uc608\ud504, SDK \uc5d4\uc9c0\ub2c8\uc5b4, \uce74\uc6b0\uce58\ubca0\uc774\uc2a4","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/796ab283bd56fe3716a102ebe16daff6","url":"https:\/\/secure.gravatar.com\/avatar\/288a892d231cf8c4e57ed0643e4681b4654a141361f6ec3c5b79ccd4d885e038?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/288a892d231cf8c4e57ed0643e4681b4654a141361f6ec3c5b79ccd4d885e038?s=96&d=mm&r=g","caption":"Sergey Avseyev, SDK Engineer, Couchbase"},"description":"\uc138\ub974\uac8c\uc774 \uc544\ube0c\uc81c\uc608\ud504\ub294 Couchbase\uc758 SDK \uc5d4\uc9c0\ub2c8\uc5b4\uc785\ub2c8\ub2e4. \uc138\ub974\uac8c\uc774 \uc544\ube0c\uc81c\uc608\ud504\ub294 Couchbase \ubcf5\uc81c \ud504\ub85c\ud1a0\ucf5c\uc778 DCP\ub97c \uad6c\ud604\ud558\ub294 \uae30\ubcf8 \ub77c\uc774\ube0c\ub7ec\ub9ac\uc640 Kafka \ucee4\ub125\ud130\uc758 \uac1c\ubc1c\uc744 \ub2f4\ub2f9\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ub610\ud55c Couchbase\uc6a9 PHP SDK\ub97c \uc720\uc9c0 \uad00\ub9ac\ud569\ub2c8\ub2e4.","sameAs":["https:\/\/x.com\/avsej"],"url":"https:\/\/www.couchbase.com\/blog\/ko\/author\/sergey-avseyev\/"}]}},"authors":[{"term_id":8995,"user_id":25,"is_guest":0,"slug":"sergey-avseyev","display_name":"Sergey Avseyev, SDK Engineer, Couchbase","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/288a892d231cf8c4e57ed0643e4681b4654a141361f6ec3c5b79ccd4d885e038?s=96&d=mm&r=g","author_category":"","last_name":"Avseyev, SDK Engineer, Couchbase","first_name":"Sergey","job_title":"","user_url":"","description":"\uc138\ub974\uac8c\uc774 \uc544\ube0c\uc81c\uc608\ud504\ub294 Couchbase\uc758 SDK \uc5d4\uc9c0\ub2c8\uc5b4\uc785\ub2c8\ub2e4. \uc138\ub974\uac8c\uc774 \uc544\ube0c\uc81c\uc608\ud504\ub294 Couchbase \ubcf5\uc81c \ud504\ub85c\ud1a0\ucf5c\uc778 DCP\ub97c \uad6c\ud604\ud558\ub294 \uae30\ubcf8 \ub77c\uc774\ube0c\ub7ec\ub9ac\uc640 Kafka \ucee4\ub125\ud130\uc758 \uac1c\ubc1c\uc744 \ub2f4\ub2f9\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ub610\ud55c Couchbase\uc6a9 PHP SDK\ub97c \uc720\uc9c0 \uad00\ub9ac\ud569\ub2c8\ub2e4."}],"_links":{"self":[{"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/posts\/2324","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\/25"}],"replies":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/comments?post=2324"}],"version-history":[{"count":0,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/posts\/2324\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/media\/13873"}],"wp:attachment":[{"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/media?parent=2324"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/categories?post=2324"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/tags?post=2324"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/ppma_author?post=2324"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}