{"id":88,"date":"2014-12-16T19:30:32","date_gmt":"2014-12-16T19:30:31","guid":{"rendered":"https:\/\/www.couchbase.com\/blog\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\/"},"modified":"2014-12-16T19:30:32","modified_gmt":"2014-12-16T19:30:31","slug":"emerging-data-management-architectural-pattern-behind-interactive-web-applications","status":"publish","type":"post","link":"https:\/\/www.couchbase.com\/blog\/es\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\/","title":{"rendered":"An emerging data management architectural pattern behind interactive web applications"},"content":{"rendered":"<p><strong>The user-data connection is driving NoSQL database-Hadoop pairing<\/strong><\/p>\n\n\n\n<p>AOL Advertising runs one of the largest online ad serving operations, serving billions of impressions each month to hundreds of millions of people. AOL faced three data management challenges in building their ad serving platform:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>How to analyze billions of user-related events, presented as a mix of structured and unstructured data, to infer demographic, psychographic and behavioral characteristics that are encapsulated into hundreds of millions of \u201ccookie profiles\u201d<\/li>\n\n\n<li>How to make hundreds of millions of cookie profiles available to their ad targeting platform with sub-millisecond, random read latency<\/li>\n\n\n<li>How to keep the user profiles fresh and current<\/li>\n\n<\/ol>\n\n\n\n<p>The solution was to integrate two data management systems: one optimized for high-throughput data analysis (the \u201canalytics\u201d system), the other for low-latency random access (the \u201ctransactional\u201d system). After analyzing alternatives, the final architecture selected paired Cloudera Distribution for Hadoop (CDH) with Membase:<\/p>\n\n\n\n<p><img loading=\"lazy\" decoding=\"async\" align=\"middle\" alt=\"\" height=\"471\" hspace=\"50\" src=\"https:\/\/www.couchbase.com\/blog\/sites\/default\/files\/uploads\/all\/AOL-blog.gif\" width=\"525\"><\/p>\n\n\n\n<p>In this architecture, (1) click-stream data and other events are fed into CDH from a wide variety of sources (2) the data is analyzed using MapReduce to generate hundreds of millions of user profiles; then, based on which ad campaigns are running, selected user profiles are loaded into Membase where (3) ad targeting logic can query Membase with sub-millisecond latency to get the data needed to make optimized decisions about real-time ad placement.<\/p>\n\n\n\n<p>While AOL offers a specific example of the power of pairing a \u201cNoSQL\u201d transactional database system with the Hadoop analytics platform, they represent what is emerging as a common pattern of deployment across a wide variety of web application environments.<\/p>\n\n\n\n<p>Increasingly organizations deploy these two technologies in concert. I would hazard to say that every NoSQL database deployment would be more valuable when paired with Hadoop. Why?<\/p>\n\n\n\n<p>A NoSQL database is invariably used to allow interactive web applications to serve large and growing application user populations. A large and growing set of users naturally generates a lot of data \u2013 directly and indirectly, structured and unstructured. Hadoop can store, process and analyze lots of data. The resulting analysis can offer insight into user behavior, preferences and patterns that can be used to make the application experience even better for users. A better application leads to more users. And the cycle accelerates.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Lots of users<\/h3>\n\n\n\n<p>In simplest terms, a NoSQL database (such as Membase, MongoDB or Riak) is designed to provide interactive Web applications with cost-effective, low-latency, random access to data. Web applications have three defining characteristics that matter in this context:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Hyper-growth. They can grow from one to hundreds of thousands of users overnight \u2013 literally.\u00a0 And they can continue growing to serve hundreds of millions of users. The world is a very big place. A public web interface today makes a software system accessible to nearly two billion people.\u00a0<\/li>\n\n\n<li>Serving the impatient. Humans use these systems. Decades of research has shown that speed matters.\u00a0 People don\u2019t like to be kept waiting. Any part of the technology stack that contributes to a user waiting contributes the demise of the application.<\/li>\n\n\n<li>Transiency. The user population of a web application comes and goes \u2013 both permanently and temporarily. There usually exists a population of users \u201conline\u201d or active at any given time. They come, they use, they leave. Hopefully they return.<\/li>\n\n<\/ol>\n\n\n\n<p>NoSQL database technology was invented to address these issues. They grow elastically \u2013 just add more cheap servers into a cluster and the data, and most importantly the I\/O, is automatically rebalanced across the new servers to support increased load. And the same goes in reverse when the user population of an application recedes. And they are built to guarantee very low-latency random read-write access to data when an application needs it. They do this, in part, by taking advantage of the transient use of these software systems. When users are active, the data required to serve them is cached in main memory. In this case, reading or writing a 5k data object can be done with sub-millisecond latency. When a user has been away and begins using the application again, if her data is no longer in memory it is automatically fetched and available through the users session, with a no-longer-active user\u2019s data being ejected from memory and stored on low-cost disk storage awaiting next use.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Lots of data<\/h3>\n\n\n\n<p>If data must be ready to \u201cgo active\u201d at any point in time, then a NoSQL database is the right solution. But Hadoop is a much better choice for storing data when that is not a requirement. And interactive web applications can generate mountains of this sort of data \u2013 data that historically may have gone uncollected. Login information, click streams, page views, gaze data, \u201cold\u201d application data no longer needed for real-time access, entry and exit drivers, flows to purchase, historical offer and purchase flows, timing information. The list goes on and on. With Hadoop, you can just collect stuff. There is no need to set up a schema or define data formats in advance. If you have an idea for collecting some information that might yield useful insight, store it in Hadoop. \u201cWhen in doubt, write it out.\u201d<\/p>\n\n\n\n<p>Hadoop was built to slurp up information and to store it cost-effectively. It employs the same \u201cscale-out\u201d approach as a NoSQL database \u2013 spreading data across inexpensive servers. But it stores data in a way that is optimized for high-throughput batch analysis, versus low-latency, random access. With Hadoop MapReduce, trends can be discovered, data can be aggregated and conclusions can be drawn. Those conclusions can then shape application behavior.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Check out the webinar<\/h3>\n\n\n\n<p>Next Thursday, Matt Aslett, Senior Analyst with The 451 Group, will be <a href=\"https:\/\/www1.gotomeeting.com\/register\/180691680\">hosting a webinar<\/a>\u00a0entitled How AOL Accelerates Ad Targeting Decisions with Hadoop and Membase Server. Joining Matt will be Pero Subasic, Chief Architect, AOL.<\/p>\n\n\n\n<p>For anyone interested in building scalable web applications, I would encourage you to check out the webinar. It\u2019s fun to see how these technologies are used \u201cin the real world\u201d and it may spark an idea for your own environment.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><sup>i <\/sup>Zynga publicly indicated that 290,000 people played CityVille in its first 24 hours (<a href=\"https:\/\/www.insidesocialgames.com\/2010\/12\/06\/cityville-claims-cityville-is-its-fastest-growing-game\/\">https:\/\/www.insidesocialgames.com\/2010\/12\/06\/cityville-claims-cityville-is-its-fastest-growing-game\/<\/a>)<\/p>\n\n\n\n<p><sup>ii<\/sup>\u00a0<a href=\"https:\/\/www.internetworldstats.com\/stats.htm\">https:\/\/www.internetworldstats.com\/stats.htm<\/a><\/p>\n\n\n\n<p><sup>iii<\/sup> <a href=\"https:\/\/www.useit.com\/alertbox\/response-times.html\">https:\/\/www.useit.com\/alertbox\/response-times.html<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>The user-data connection is driving NoSQL database-Hadoop pairing AOL Advertising runs one of the largest online ad serving operations, serving billions of impressions each month to hundreds of millions of people. AOL faced three data management challenges in building their ad serving platform: The solution was to integrate two data management systems: one optimized for [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":18,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[],"ppma_author":[12],"class_list":["post-88","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"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>An emerging data management architectural pattern behind interactive web applications - 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\/es\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"An emerging data management architectural pattern behind interactive web applications\" \/>\n<meta property=\"og:description\" content=\"The user-data connection is driving NoSQL database-Hadoop pairing AOL Advertising runs one of the largest online ad serving operations, serving billions of impressions each month to hundreds of millions of people. AOL faced three data management challenges in building their ad serving platform: The solution was to integrate two data management systems: one optimized for [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.couchbase.com\/blog\/es\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\/\" \/>\n<meta property=\"og:site_name\" content=\"The Couchbase Blog\" \/>\n<meta property=\"article:published_time\" content=\"2014-12-16T19:30:31+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=\"James Phillips\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"James Phillips\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\\\/\"},\"author\":{\"name\":\"James Phillips\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#\\\/schema\\\/person\\\/6e7590fb2429a1087b1a2ecdce122477\"},\"headline\":\"An emerging data management architectural pattern behind interactive web applications\",\"datePublished\":\"2014-12-16T19:30:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\\\/\"},\"wordCount\":1034,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/05\\\/couchbase-nosql-dbaas.png\",\"articleSection\":[\"Uncategorized\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\\\/\",\"url\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\\\/\",\"name\":\"An emerging data management architectural pattern behind interactive web applications - The Couchbase Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/05\\\/couchbase-nosql-dbaas.png\",\"datePublished\":\"2014-12-16T19:30:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\\\/#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\\\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"An emerging data management architectural pattern behind interactive web applications\"}]},{\"@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\\\/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\\\/6e7590fb2429a1087b1a2ecdce122477\",\"name\":\"James Phillips\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/da61b438a6eb688cbca9bd9f72e31bbec23a016a7bd0860f53fccb0c4de9f34e?s=96&d=mm&r=g48dc44f8fa0f3bc9b6613c7c0fef87ca\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/da61b438a6eb688cbca9bd9f72e31bbec23a016a7bd0860f53fccb0c4de9f34e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/da61b438a6eb688cbca9bd9f72e31bbec23a016a7bd0860f53fccb0c4de9f34e?s=96&d=mm&r=g\",\"caption\":\"James Phillips\"},\"description\":\"James Phillips is a co-founder, CEO, CSO at Couchbase. James Phillips has more than 20 years of software industry experience. James started his career writing software for the Apple II and TRS-80 microcomputer platforms.\",\"url\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/es\\\/author\\\/james-phillips\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"An emerging data management architectural pattern behind interactive web applications - 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\/es\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\/","og_locale":"es_MX","og_type":"article","og_title":"An emerging data management architectural pattern behind interactive web applications","og_description":"The user-data connection is driving NoSQL database-Hadoop pairing AOL Advertising runs one of the largest online ad serving operations, serving billions of impressions each month to hundreds of millions of people. AOL faced three data management challenges in building their ad serving platform: The solution was to integrate two data management systems: one optimized for [&hellip;]","og_url":"https:\/\/www.couchbase.com\/blog\/es\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\/","og_site_name":"The Couchbase Blog","article_published_time":"2014-12-16T19:30:31+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":"James Phillips","twitter_card":"summary_large_image","twitter_misc":{"Written by":"James Phillips","Est. reading time":"5 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.couchbase.com\/blog\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\/#article","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\/"},"author":{"name":"James Phillips","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/6e7590fb2429a1087b1a2ecdce122477"},"headline":"An emerging data management architectural pattern behind interactive web applications","datePublished":"2014-12-16T19:30:31+00:00","mainEntityOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\/"},"wordCount":1034,"commentCount":0,"publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/couchbase-nosql-dbaas.png","articleSection":["Uncategorized"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.couchbase.com\/blog\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.couchbase.com\/blog\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\/","url":"https:\/\/www.couchbase.com\/blog\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\/","name":"An emerging data management architectural pattern behind interactive web applications - The Couchbase Blog","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\/#primaryimage"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/couchbase-nosql-dbaas.png","datePublished":"2014-12-16T19:30:31+00:00","breadcrumb":{"@id":"https:\/\/www.couchbase.com\/blog\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.couchbase.com\/blog\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.couchbase.com\/blog\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\/#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\/emerging-data-management-architectural-pattern-behind-interactive-web-applications\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.couchbase.com\/blog\/"},{"@type":"ListItem","position":2,"name":"An emerging data management architectural pattern behind interactive web applications"}]},{"@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\/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\/6e7590fb2429a1087b1a2ecdce122477","name":"James Phillips","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/secure.gravatar.com\/avatar\/da61b438a6eb688cbca9bd9f72e31bbec23a016a7bd0860f53fccb0c4de9f34e?s=96&d=mm&r=g48dc44f8fa0f3bc9b6613c7c0fef87ca","url":"https:\/\/secure.gravatar.com\/avatar\/da61b438a6eb688cbca9bd9f72e31bbec23a016a7bd0860f53fccb0c4de9f34e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/da61b438a6eb688cbca9bd9f72e31bbec23a016a7bd0860f53fccb0c4de9f34e?s=96&d=mm&r=g","caption":"James Phillips"},"description":"James Phillips is a co-founder, CEO, CSO at Couchbase. James Phillips has more than 20 years of software industry experience. James started his career writing software for the Apple II and TRS-80 microcomputer platforms.","url":"https:\/\/www.couchbase.com\/blog\/es\/author\/james-phillips\/"}]}},"acf":[],"authors":[{"term_id":12,"user_id":9,"is_guest":0,"slug":"james-phillips","display_name":"James Phillips","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","0":null,"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""}],"_links":{"self":[{"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/posts\/88","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\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/comments?post=88"}],"version-history":[{"count":0,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/posts\/88\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/media\/18"}],"wp:attachment":[{"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/media?parent=88"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/categories?post=88"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/tags?post=88"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/ppma_author?post=88"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}