{"id":1938,"date":"2017-01-19T22:43:27","date_gmt":"2017-01-19T22:43:26","guid":{"rendered":"https:\/\/www.couchbase.com\/blog\/?p=1938"},"modified":"2023-06-21T05:46:52","modified_gmt":"2023-06-21T12:46:52","slug":"tutorial-dropbox-datastore-sync","status":"publish","type":"post","link":"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/","title":{"rendered":"Tutorial: from Dropbox Datatore Sync to Couchbase Mobile"},"content":{"rendered":"<p class=\"p1\">The Dropbox Datastore and Sync APIs were recently <a href=\"https:\/\/blogs.dropbox.com\/developers\/2015\/04\/deprecating-the-sync-and-datastore-apis\/\">deprecated<\/a>.<\/p>\n<p class=\"p1\">Last week, Chris Anderson wrote a <a href=\"https:\/\/www.couchbase.com\/blog\/dropbox-drops-sync\/\">blog post<\/a>\u00a0on why you should choose open source projects to solve this really challenging problem.<\/p>\n<p class=\"p1\">Now it\u2019s time to code!<\/p>\n<p class=\"p1\">We will start with the <a href=\"https:\/\/github.com\/jamiltz\/Lists-ios\">Lists-ios<\/a>\u00a0example app demonstrating how to use the Datastore API.<\/p>\n<p class=\"p1\">Once you link the app with your Dropbox account you can sync Lists to the iOS app and Web app:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-10364\" src=\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2017\/01\/lists-ezgif.gif\" alt=\"\" width=\"640\" height=\"480\" \/><\/p>\n<p class=\"p1\">In the screencast video, we\u2019ll take a look at what it takes to migrate it to Couchbase Mobile. I will do so using Couchbase Lite packaged in the app and Sync Gateway as the sync server:<\/p>\n<p class=\"p1\">The changes to the source code are:<\/p>\n<ul>\n<li class=\"p1\">setting up the database in the <strong>viewDidLoad<\/strong> method (timestamp: <a href=\"https:\/\/youtu.be\/3es1zpx6vPY?t=4m40s\">4m40s<\/a>, GitHub: <a href=\"https:\/\/github.com\/jamiltz\/Lists-ios\/blob\/master\/Lists\/DBListsViewController.m#L35\">code snippet<\/a>)<\/li>\n<li class=\"p1\">saving documents locally when the keyboard returns (timestamp: <a href=\"https:\/\/youtu.be\/3es1zpx6vPY?t=12m14s\">12m14s<\/a>, GitHub: <a href=\"https:\/\/github.com\/jamiltz\/Lists-ios\/blob\/master\/Lists\/DBListsViewController.m#L131-L134\">code snippet<\/a>)<\/li>\n<li class=\"p1\">initialising the live query (timestamp: <a href=\"https:\/\/www.youtube.com\/watch?v=3es1zpx6vPY&amp;feature=youtu.be&amp;t=6m\">6m<\/a>, GitHub: <a href=\"https:\/\/github.com\/jamiltz\/Lists-ios\/blob\/master\/Lists\/DBListsViewController.m#L37-L52\">code snippet<\/a>)<\/li>\n<\/ul>\n<p class=\"p1\">There are many other features\u00a0I didn\u2019t cover in this screencast such as <a href=\"https:\/\/developer.couchbase.com\/mobile\/develop\/guides\/sync-gateway\/administering-sync-gateway\/authenticating-users\/index.html\">user authentication<\/a>, configuring the <a href=\"https:\/\/developer.couchbase.com\/mobile\/develop\/guides\/sync-gateway\/sync-function-api-guide\/index.html\">sync function<\/a>\u00a0and installing Couchbase Server to persist those documents on the server-side.<\/p>\n<p class=\"p1\">The <a href=\"https:\/\/github.com\/couchbaselabs\/ToDoLite-iOS\">ToDoLite-iOS<\/a>\u00a0and <a href=\"https:\/\/github.com\/couchbaselabs\/ToDoLite-Android\">ToDoLite-Android<\/a>\u00a0demo apps use Facebook Login to authenticate users and share lists. The access control rules for determining the users that have access to a given list are defined in the <a href=\"https:\/\/github.com\/couchbaselabs\/ToDoLite-iOS\/blob\/master\/sync-gateway-config.json\">sync function<\/a>.<\/p>\n<p class=\"p1\">One last point I didn\u2019t cover in the screencast is how to build a web client for your application with Couchbase Mobile. That could be a simple website or a more full featured web app. We could use the Sync Gateway <a href=\"https:\/\/developer.couchbase.com\/mobile\/develop\/references\/sync-gateway\/rest-api\/index.html\">REST API<\/a>\u00a0for fetching the List and Task documents and\/or use <a href=\"https:\/\/pouchdb.com\">PouchDB<\/a>\u00a0to sync the documents to and from Sync Gateway.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Dropbox Datastore and Sync APIs were recently deprecated. Last week, Chris Anderson wrote a blog post\u00a0on why you should choose open source projects to solve this really challenging problem. Now it\u2019s time to code! We will start with the [&hellip;]<\/p>\n","protected":false},"author":51,"featured_media":13873,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[1810],"tags":[],"ppma_author":[9028],"class_list":["post-1938","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-couchbase-mobile"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.8 (Yoast SEO v25.8) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Tutorial: from Dropbox Datatore Sync to Couchbase Mobile - 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\/tutorial-dropbox-datastore-sync\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tutorial: from Dropbox Datatore Sync to Couchbase Mobile\" \/>\n<meta property=\"og:description\" content=\"The Dropbox Datastore and Sync APIs were recently deprecated. Last week, Chris Anderson wrote a blog post\u00a0on why you should choose open source projects to solve this really challenging problem. Now it\u2019s time to code! We will start with the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/\" \/>\n<meta property=\"og:site_name\" content=\"The Couchbase Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-01-19T22:43:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-21T12:46:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2017\/01\/lists-ezgif.gif\" \/>\n<meta name=\"author\" content=\"James Nocentini, Technical Writer, Mobile, 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=\"James Nocentini, Technical Writer, Mobile, Couchbase\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/\"},\"author\":{\"name\":\"James Nocentini, Technical Writer, Mobile, Couchbase\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/ec4dfbd349cb4a321fb6a92b71a9a7f6\"},\"headline\":\"Tutorial: from Dropbox Datatore Sync to Couchbase Mobile\",\"datePublished\":\"2017-01-19T22:43:26+00:00\",\"dateModified\":\"2023-06-21T12:46:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/\"},\"wordCount\":291,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"articleSection\":[\"Couchbase Mobile\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/\",\"url\":\"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/\",\"name\":\"Tutorial: from Dropbox Datatore Sync to Couchbase Mobile - The Couchbase Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"datePublished\":\"2017-01-19T22:43:26+00:00\",\"dateModified\":\"2023-06-21T12:46:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/#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\/tutorial-dropbox-datastore-sync\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.couchbase.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tutorial: from Dropbox Datatore Sync to Couchbase Mobile\"}]},{\"@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\/ec4dfbd349cb4a321fb6a92b71a9a7f6\",\"name\":\"James Nocentini, Technical Writer, Mobile, Couchbase\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/09977bdd14473dc23a125f2f74c3e816\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0aa80108e5c81e282d705199edae5a25f8ef92abf15cd64f8ff19837abcee09a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0aa80108e5c81e282d705199edae5a25f8ef92abf15cd64f8ff19837abcee09a?s=96&d=mm&r=g\",\"caption\":\"James Nocentini, Technical Writer, Mobile, Couchbase\"},\"description\":\"James Nocentini is the Technical Writer in charge of the documentation for Couchbase Mobile. Previously, he worked as a Developer Advocate and before that as a front-end developer for HouseTrip. He also enjoys writing Android tutorials for raywenderlich.com in his spare time.\",\"url\":\"https:\/\/www.couchbase.com\/blog\/author\/james-nocentini\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Tutorial: from Dropbox Datatore Sync to Couchbase Mobile - 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\/tutorial-dropbox-datastore-sync\/","og_locale":"en_US","og_type":"article","og_title":"Tutorial: from Dropbox Datatore Sync to Couchbase Mobile","og_description":"The Dropbox Datastore and Sync APIs were recently deprecated. Last week, Chris Anderson wrote a blog post\u00a0on why you should choose open source projects to solve this really challenging problem. Now it\u2019s time to code! We will start with the [&hellip;]","og_url":"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/","og_site_name":"The Couchbase Blog","article_published_time":"2017-01-19T22:43:26+00:00","article_modified_time":"2023-06-21T12:46:52+00:00","og_image":[{"url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2017\/01\/lists-ezgif.gif","type":"","width":"","height":""}],"author":"James Nocentini, Technical Writer, Mobile, Couchbase","twitter_card":"summary_large_image","twitter_misc":{"Written by":"James Nocentini, Technical Writer, Mobile, Couchbase","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/#article","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/"},"author":{"name":"James Nocentini, Technical Writer, Mobile, Couchbase","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/ec4dfbd349cb4a321fb6a92b71a9a7f6"},"headline":"Tutorial: from Dropbox Datatore Sync to Couchbase Mobile","datePublished":"2017-01-19T22:43:26+00:00","dateModified":"2023-06-21T12:46:52+00:00","mainEntityOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/"},"wordCount":291,"commentCount":0,"publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","articleSection":["Couchbase Mobile"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/","url":"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/","name":"Tutorial: from Dropbox Datatore Sync to Couchbase Mobile - The Couchbase Blog","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/#primaryimage"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","datePublished":"2017-01-19T22:43:26+00:00","dateModified":"2023-06-21T12:46:52+00:00","breadcrumb":{"@id":"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.couchbase.com\/blog\/tutorial-dropbox-datastore-sync\/#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\/tutorial-dropbox-datastore-sync\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.couchbase.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Tutorial: from Dropbox Datatore Sync to Couchbase Mobile"}]},{"@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\/ec4dfbd349cb4a321fb6a92b71a9a7f6","name":"James Nocentini, Technical Writer, Mobile, Couchbase","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/09977bdd14473dc23a125f2f74c3e816","url":"https:\/\/secure.gravatar.com\/avatar\/0aa80108e5c81e282d705199edae5a25f8ef92abf15cd64f8ff19837abcee09a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0aa80108e5c81e282d705199edae5a25f8ef92abf15cd64f8ff19837abcee09a?s=96&d=mm&r=g","caption":"James Nocentini, Technical Writer, Mobile, Couchbase"},"description":"James Nocentini is the Technical Writer in charge of the documentation for Couchbase Mobile. Previously, he worked as a Developer Advocate and before that as a front-end developer for HouseTrip. He also enjoys writing Android tutorials for raywenderlich.com in his spare time.","url":"https:\/\/www.couchbase.com\/blog\/author\/james-nocentini\/"}]}},"authors":[{"term_id":9028,"user_id":51,"is_guest":0,"slug":"james-nocentini","display_name":"James Nocentini, Technical Writer, Mobile, Couchbase","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/0aa80108e5c81e282d705199edae5a25f8ef92abf15cd64f8ff19837abcee09a?s=96&d=mm&r=g","author_category":"","last_name":"Nocentini","first_name":"James","job_title":"","user_url":"","description":"James Nocentini is the Technical Writer in charge of the documentation for Couchbase Mobile. Previously, he worked as a Developer Advocate and before that as a front-end developer for HouseTrip. He also enjoys writing Android tutorials for raywenderlich.com in his spare time."}],"_links":{"self":[{"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/posts\/1938","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\/51"}],"replies":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/comments?post=1938"}],"version-history":[{"count":0,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/posts\/1938\/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=1938"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/categories?post=1938"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/tags?post=1938"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/ppma_author?post=1938"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}