{"id":1920,"date":"2015-09-01T17:13:19","date_gmt":"2015-09-01T17:13:19","guid":{"rendered":"https:\/\/www.couchbase.com\/blog\/?p=1920"},"modified":"2025-10-09T07:17:49","modified_gmt":"2025-10-09T14:17:49","slug":"introducing-developer-preview-for-couchbase-server-4-0","status":"publish","type":"post","link":"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/","title":{"rendered":"Introducing Couchbase Server 4.0 Developer Preview"},"content":{"rendered":"<p>We\u2019re excited to pull back the curtain on the developer preview of Couchbase Server 4.0. This early release comes with many great enhancements, including new query interface with N1QL (SQL+JSON), brand new indexing for low latency queries with Global Secondary Indexing (GSI), a revolutionary new architecture for scalability named Multi-Dimensional Scaling, simplified security and compliance, and many more&#8230;<\/p>\n<p>Some of these capabilities have been in the works for over 2 years and they build on the foundational architectural enhancements like Database Change Protocol (DCP) and Tunable Memory delivered in the previous versions. With these additions and many more, Couchbase Server 4.0 is \u00a0a huge release that packs a massive punch for enterprises looking for the real-time, scalable NoSQL platform.<\/p>\n<table style=\"background-color: red;color: white;text-align: center\" align=\"center\">\n<tbody>\n<tr>\n<th style=\"text-align: center\"><a style=\"color: white\" href=\"https:\/\/www.couchbase.com\/nosql-databases\/downloads#PreRelease\">Download Couchbase Server 4.0 Developer Preview<\/a><\/th>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>What&#8217;s new in 4.0?<\/h2>\n<p>Lets dive right in!<\/p>\n<h2><strong>N1QL &#8211; SQL + JSON <\/strong><\/h2>\n<p>For many of you, SQL is an old friend and, at first glance, you will find Couchbase Server N1QL very familiar. However, N1QL has some additional tricks up its sleeve. N1QL knows native JSON. That is, SQL for Document works on the flexible Couchbase Server data model (i.e. document data based on JSON) and returns JSON to give applications full fidelity representations of objects both in their apps and in the database. N1QL goes beyond the basic data type support with native array and subdocument types with matching verbs to manipulate them easily in the language. Many capabilities you would expect from a fully functional SQL implementation is also there: JOINs, Subqueries, and NEST\/UNNEST that will eliminate many operations that complicated client side code in the past. To sum up, N1QL will greatly simplify your application code!<\/p>\n<h2><strong>New Global Secondary Indexing (GSI)<\/strong><\/h2>\n<p>Couchbase Server 4.0 adds \u00a0a unique new way to create indexes that speed up and scale queries to a new level. With new Global Secondary Indexes (GSI), you can build new types of applications that can query big data with real-time latencies that just weren\u2019t possible before.<\/p>\n<p>Indexes in all data management environments are in constant competition with core data operations (INSERT, UPDATE and DELETE). With version 4.0\u2019s new GSI technology, you can create indexes that can be independently scaled and independently partitioned away from the core data to minimize \u00a0contention for resources between data acquisition and index maintenance.<\/p>\n<p>As you would expect, SQL for Document also can take advantage of incremental MapReduce views, a powerful method for fast access to JSON documents that has been available for a while in Couchbase Server.<\/p>\n<h2><\/h2>\n<h2><strong>Multi-Dimensional Scaling<\/strong><\/h2>\n<p>The new Multi-Dimensional Scaling (MDS) model revolutionizes the latency and throughput that you can achieve in the most demanding applications.\u00a0 With existing <a href=\"https:\/\/www.couchbase.com\/products\/big-data\/\">big data and NoSQL<\/a> databases, the classic scalability model has been homogenous scale out: slicing the workload in equal shares over to a set of commodity machines. That\u2019s how previous releases of Couchbase Server work, and you can continue to use this simple topology in Couchbase Server 4.0 with MDS.<\/p>\n<p style=\"text-align: center\"><img decoding=\"async\" src=\"\/wp-content\/original-assets\/introducing-developer-preview-for-couchbase-server-4.0\/slide11.jpg\" \/><\/p>\n<p style=\"text-align: center\"><em>Figure: Homogeneous Scaling<\/em><\/p>\n<p>What\u2019s new in this release is the option for advanced users with latency sensitive applications to tailor their cluster architecture and take application performance to new heights. With Multi-Dimensional Scaling you can deploy separate services for data, indexing, and query workloads. In each \u201czone\u201d that contains the workload, you can pick the hardware independently: the data service can scale out for example while \u00a0indexing and query can be scaled up by deployment to larger nodes.<\/p>\n<p style=\"text-align: center\"><img decoding=\"async\" src=\"\/wp-content\/original-assets\/introducing-developer-preview-for-couchbase-server-4.0\/slide12.jpg\" \/><\/p>\n<p style=\"text-align: center\"><em>Figure: Independent Scaling with Multi-Dimensional Scaling<\/em><\/p>\n<p><strong>SDKs and Connectivity with ODBC &amp; JDBC<\/strong><\/p>\n<p>The native Couchbase Server SDKs integrate with N1QL\u00a0and all the new capabilities we\u2019re shipping. Simply download the latest version of your favorite SDK and you are connected! You don&#8217;t have to stop there, however&#8230; Relational SQL has a long history and is prevalent in many existing tools for data management, reporting and visualization from Tableau to Microsoft Office or to SAP Business Objects. If you want to build a composite experience with existing tools on top of Couchbase Server, Simba technologies is also now shipping developer previews for <a style=\"text-decoration: none\" href=\"https:\/\/simba.com\/couchbase\/couchbase-odbc-jdbc-connectivity-solutions-developer-previews-now-available\">ODBC and JDBC drivers<\/a> for SQL-92 standard data access to Couchbase Server 4.0..<\/p>\n<p><strong>Simplified Security Compliance<\/strong><\/p>\n<p>Security is a top concern and many enterprises impose internal controls or have to comply with external rules and regulations. With Couchbase Server 4.0, you get simplified security controls for compliance with security standards from PCI to HIPAA to FISMA and more. Version 4.0 comes with native LDAP integration for admin account management and the new auditing capability lets you track admin actions with great level of detail. This is all in addition to our existing security capabilities such as the encryption of data at rest and on the wire.<\/p>\n<p><strong>Dig Deeper!<\/strong><\/p>\n<p>We have just scratched the surface of Couchbase Server 4.0 with the capabilities mentioned above and there are many more&#8230; Our <a href=\"https:\/\/developer.couchbase.com\/documentation\/server\/4.0\/introduction\/intro.html\">getting started guide<\/a> will help you dig deeper.<\/p>\n<h2><strong>OK! How do I get my hands on 4.0?<\/strong><\/h2>\n<p>Remember this before you take the plunge: Couchbase Server 4.0 is still under active development, which means that <strong><em>you\u00a0<\/em><\/strong>can have a big impact on the final version of the product. Give us feedback on your experience and we\u2019ll listen. Providing feedback is simple! You can find all the ways to make your voice heard here on our <a href=\"https:\/\/docs.couchbase.com\/4.0\/intro\/giving-feedback.html\">feedback page<\/a>.<\/p>\n<p>It is easy to get your hands on the developer preview.<\/p>\n<ul>\n<li>For step by step guidance, visit our <a href=\"https:\/\/developer.couchbase.com\/documentation\/server\/4.0\/getting-started\/index.html\">getting started guide<\/a> for Couchbase Server 4.0 Developer Preview.<\/li>\n<li>If you want to jump right in and download:\n<ul>\n<li>Download Couchbase Server 4.0\u00a0developer preview from our\u00a0<a href=\"https:\/\/www.couchbase.com\/nosql-databases\/downloads#PreRelease\">pre-release downloads<\/a>\u00a0page.<\/li>\n<li>Looking to develop in Java, .Net, Node or other languages with native SDKs, download the latest SDKs version under the <a href=\"https:\/\/www.couchbase.com\/nosql-databases\/downloads\/\">\u201cclient libraries\u201d section on the downloads<\/a> page.<\/li>\n<li>For SQL-92 connectivity to Couchbase Server 4.0 Developer Preview with Simba ODBC &amp; JDBC drivers and download pages, visit <a href=\"https:\/\/simba.com\/couchbase\/couchbase-odbc-jdbc-connectivity-solutions-developer-previews-now-available\">Simba<\/a>.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>Visit our <a style=\"text-decoration: none\" href=\"https:\/\/www.couchbase.com\/coming-in-couchbase-server-4-0\/\">Couchbase Server 4.0 page<\/a>\u00a0for more details on what&#8217;s coming in 4.0 release.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We\u2019re excited to pull back the curtain on the developer preview of Couchbase Server 4.0. This early release comes with many great enhancements, including new query interface with N1QL (SQL+JSON), brand new indexing for low latency queries with Global Secondary [&hellip;]<\/p>\n","protected":false},"author":7,"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":[1435],"ppma_author":[8978],"class_list":["post-1920","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-couchbase-server-4-0"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.0 (Yoast SEO v26.0) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Introduction to the Couchbase Server 4.0 Developer Preview<\/title>\n<meta name=\"description\" content=\"Learn why Couchbase Server 4.0 is called as a massive punch for enterprises looking for the real-time, scalable NoSQL platform.\" \/>\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\/introducing-developer-preview-for-couchbase-server-4-0\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Introducing Couchbase Server 4.0 Developer Preview\" \/>\n<meta property=\"og:description\" content=\"Learn why Couchbase Server 4.0 is called as a massive punch for enterprises looking for the real-time, scalable NoSQL platform.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/\" \/>\n<meta property=\"og:site_name\" content=\"The Couchbase Blog\" \/>\n<meta property=\"article:published_time\" content=\"2015-09-01T17:13:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-09T14:17:49+00:00\" \/>\n<meta name=\"author\" content=\"Cihan Biyikoglu, Director of Product Management, 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=\"Cihan Biyikoglu, Director of Product Management, Couchbase\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/\"},\"author\":{\"name\":\"Cihan Biyikoglu, Director of Product Management, Couchbase\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/3d8c60500ca29254fcdb2f76f29fb088\"},\"headline\":\"Introducing Couchbase Server 4.0 Developer Preview\",\"datePublished\":\"2015-09-01T17:13:19+00:00\",\"dateModified\":\"2025-10-09T14:17:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/\"},\"wordCount\":988,\"commentCount\":5,\"publisher\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"keywords\":[\"Couchbase Server 4.0\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/\",\"url\":\"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/\",\"name\":\"Introduction to the Couchbase Server 4.0 Developer Preview\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"datePublished\":\"2015-09-01T17:13:19+00:00\",\"dateModified\":\"2025-10-09T14:17:49+00:00\",\"description\":\"Learn why Couchbase Server 4.0 is called as a massive punch for enterprises looking for the real-time, scalable NoSQL platform.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/#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\/introducing-developer-preview-for-couchbase-server-4-0\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.couchbase.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Introducing Couchbase Server 4.0 Developer Preview\"}]},{\"@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\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\",\"name\":\"The Couchbase Blog\",\"url\":\"https:\/\/www.couchbase.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@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\/3d8c60500ca29254fcdb2f76f29fb088\",\"name\":\"Cihan Biyikoglu, Director of Product Management, Couchbase\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/a878e65cb37ac2419416d3289816abd5\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3e1ac58dd480dd8a6e93d700a58d329bb81df928061de04395055a45274b8702?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3e1ac58dd480dd8a6e93d700a58d329bb81df928061de04395055a45274b8702?s=96&d=mm&r=g\",\"caption\":\"Cihan Biyikoglu, Director of Product Management, Couchbase\"},\"description\":\"Cihan Biyikoglu is a director of product management at Couchbase, responsible for the Couchbase Server product. Cihan is a big data enthusiast who brings over twenty years of experience to Redis Labs\u2019 product team. Cihan started his career as a C\/C++ developer.\",\"url\":\"https:\/\/www.couchbase.com\/blog\/author\/cihan-biyikoglu\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Introduction to the Couchbase Server 4.0 Developer Preview","description":"Learn why Couchbase Server 4.0 is called as a massive punch for enterprises looking for the real-time, scalable NoSQL platform.","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\/introducing-developer-preview-for-couchbase-server-4-0\/","og_locale":"en_US","og_type":"article","og_title":"Introducing Couchbase Server 4.0 Developer Preview","og_description":"Learn why Couchbase Server 4.0 is called as a massive punch for enterprises looking for the real-time, scalable NoSQL platform.","og_url":"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/","og_site_name":"The Couchbase Blog","article_published_time":"2015-09-01T17:13:19+00:00","article_modified_time":"2025-10-09T14:17:49+00:00","author":"Cihan Biyikoglu, Director of Product Management, Couchbase","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Cihan Biyikoglu, Director of Product Management, Couchbase","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/#article","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/"},"author":{"name":"Cihan Biyikoglu, Director of Product Management, Couchbase","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/3d8c60500ca29254fcdb2f76f29fb088"},"headline":"Introducing Couchbase Server 4.0 Developer Preview","datePublished":"2015-09-01T17:13:19+00:00","dateModified":"2025-10-09T14:17:49+00:00","mainEntityOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/"},"wordCount":988,"commentCount":5,"publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","keywords":["Couchbase Server 4.0"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/","url":"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/","name":"Introduction to the Couchbase Server 4.0 Developer Preview","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/#primaryimage"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","datePublished":"2015-09-01T17:13:19+00:00","dateModified":"2025-10-09T14:17:49+00:00","description":"Learn why Couchbase Server 4.0 is called as a massive punch for enterprises looking for the real-time, scalable NoSQL platform.","breadcrumb":{"@id":"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.couchbase.com\/blog\/introducing-developer-preview-for-couchbase-server-4-0\/#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\/introducing-developer-preview-for-couchbase-server-4-0\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.couchbase.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Introducing Couchbase Server 4.0 Developer Preview"}]},{"@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":"en-US"},{"@type":"Organization","@id":"https:\/\/www.couchbase.com\/blog\/#organization","name":"The Couchbase Blog","url":"https:\/\/www.couchbase.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@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\/3d8c60500ca29254fcdb2f76f29fb088","name":"Cihan Biyikoglu, Director of Product Management, Couchbase","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/a878e65cb37ac2419416d3289816abd5","url":"https:\/\/secure.gravatar.com\/avatar\/3e1ac58dd480dd8a6e93d700a58d329bb81df928061de04395055a45274b8702?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3e1ac58dd480dd8a6e93d700a58d329bb81df928061de04395055a45274b8702?s=96&d=mm&r=g","caption":"Cihan Biyikoglu, Director of Product Management, Couchbase"},"description":"Cihan Biyikoglu is a director of product management at Couchbase, responsible for the Couchbase Server product. Cihan is a big data enthusiast who brings over twenty years of experience to Redis Labs\u2019 product team. Cihan started his career as a C\/C++ developer.","url":"https:\/\/www.couchbase.com\/blog\/author\/cihan-biyikoglu\/"}]}},"authors":[{"term_id":8978,"user_id":7,"is_guest":0,"slug":"cihan-biyikoglu","display_name":"Cihan Biyikoglu, Director of Product Management, Couchbase","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/3e1ac58dd480dd8a6e93d700a58d329bb81df928061de04395055a45274b8702?s=96&d=mm&r=g","author_category":"","last_name":"Biyikoglu","first_name":"Cihan","job_title":"","user_url":"","description":"Cihan Biyikoglu is a director of product management at Couchbase, responsible for the Couchbase Server product. Cihan is a big data enthusiast who brings over twenty years of experience to Redis Labs\u2019 product team. Cihan started his career as a C\/C++ developer."}],"_links":{"self":[{"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/posts\/1920","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/comments?post=1920"}],"version-history":[{"count":0,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/posts\/1920\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/media\/13873"}],"wp:attachment":[{"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/media?parent=1920"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/categories?post=1920"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/tags?post=1920"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/ppma_author?post=1920"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}