{"id":526,"date":"2016-02-09T18:23:44","date_gmt":"2016-02-09T18:23:43","guid":{"rendered":"https:\/\/www.couchbase.com\/blog\/migration-from-parse-to-couchbase\/"},"modified":"2016-02-09T18:23:44","modified_gmt":"2016-02-09T18:23:43","slug":"migration-from-parse-to-couchbase","status":"publish","type":"post","link":"https:\/\/www.couchbase.com\/blog\/ko\/migration-from-parse-to-couchbase\/","title":{"rendered":"Parse\uc5d0\uc11c Couchbase Mobile\ub85c \ub9c8\uc774\uadf8\ub808\uc774\uc158\ud558\uae30"},"content":{"rendered":"<p class=\"wp-block-paragraph\"><a id=\"docs-internal-guid-7d1a887b-c71c-894c-b3c7-b4b2ea677640\" href=\"https:\/\/www.couchbase.com\/blog\/ko\/developers\/mobile\/\"><span>\ucf54\uc6b0\uce58\ubca0\uc774\uc2a4 \ubaa8\ubc14\uc77c<\/span><\/a><span> \ubaa8\ubc14\uc77c\uc744 \uc704\ud55c NoSQL \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc194\ub8e8\uc158\uc785\ub2c8\ub2e4. \ub0b4\uc7a5\ud615 NoSQL \ub370\uc774\ud130\ubca0\uc774\uc2a4(Couchbase Lite), \ub0b4\uc7a5 \ub3d9\uae30\ud654(Sync Gateway)\ub97c \uac16\ucd94\uace0 \uc788\uc73c\uba70, \ud655\uc7a5\uc131\uacfc \uc131\ub2a5\uc774 \ub6f0\uc5b4\ub09c \uc2dc\uc2a4\ud15c\uc744 \uae30\ubc18\uc73c\ub85c \ud569\ub2c8\ub2e4.<\/span><span> NoSQL \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc11c\ubc84(Couchbase Server). <\/span><span>\u00a0<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span>\ucd5c\uadfc \ubc1c\ud45c\uc640 \ud568\uaed8 <\/span><a href=\"https:\/\/parse.com\/\"><span>\uad6c\ubb38 \ubd84\uc11d\ud558\ub2e4<\/span><\/a><span> \ubb34\uae30\ud55c \uc6b4\uc601\uc744 \uc911\ub2e8\ud558\uac8c \ub418\uba74\uc11c, \uac1c\ubc1c\uc790\ub4e4\uc740 \ud30c\uc2a4(Parse) \ubaa8\ubc14\uc77c \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub2e4\ub978 \uae30\uc220\ub85c \ub9c8\uc774\uadf8\ub808\uc774\uc158\ud558\ub294 \ubc29\ubc95\uc744 \uc2a4\uc2a4\ub85c \ucc3e\uc544\uc57c \ud558\ub294 \uc0c1\ud669\uc5d0 \ub193\uc600\ub2e4.<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span>\uae30\uc874 Parse \uc571\uc744 Couchbase Mobile\ub85c \ub9c8\uc774\uadf8\ub808\uc774\uc158\ud558\ub294 \uac04\ub2e8\ud55c \uc608\uc2dc\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4. \ubc31\uc5d4\ub4dc \uc9c0\uc6d0: <\/span><a href=\"https:\/\/www.digitalocean.com\/\"><span>\ub514\uc9c0\ud138\uc624\uc158<\/span><\/a><span>. <\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span>Couchbase Mobile\uc5d0 \ub370\uc774\ud130\ub97c \uc800\uc7a5\ud558\ub294 \uac83\uc740 Parse\uc5d0 \ub370\uc774\ud130\ub97c \uc800\uc7a5\ud558\ub294 \uac83\uacfc \uc720\uc0ac\ud569\ub2c8\ub2e4. \u2018ParseObject'\uc758 \ud0a4-\uac12 \uc30d\uc740 Couchbase\uc758 \ubb38\uc11c\uc640 \ub3d9\ub4f1\ud569\ub2c8\ub2e4. \uc548\ub4dc\ub85c\uc774\ub4dc\uc5d0\uc11c Parse\uc5d0 \ub370\uc774\ud130\ub97c \uc4f0\ub294 \uac83\uacfc Couchbase Lite\uc5d0 \ub370\uc774\ud130\ub97c \uc4f0\ub294 \uac83 \uc0ac\uc774\uc758 \ucf54\ub4dc\ub97c \ube44\uad50\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. : <\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span>\ub2e4\uc74c\uc740 Parse\uc5d0 \ub370\uc774\ud130\ub97c \uc791\uc131\ud558\ub294 \uc608\uc2dc\uc785\ub2c8\ub2e4:<\/span><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ParseObject gameScore = new ParseObject(&quot;GameScore&quot;);\r\ngameScore.put(&quot;score&quot;, 0129);\r\ngameScore.put(&quot;playerName&quot;, &quot;SooA Lim&quot;);\r\ngameScore.put(&quot;cheatMode&quot;, false);\r\ngameScore.saveInBackground();\r\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><span>\ub2e4\uc74c\uc740 Couchbase Lite\uc5d0 \ub370\uc774\ud130\ub97c \uc4f0\ub294 \uc608\uc2dc\uc785\ub2c8\ub2e4:<\/span><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Map gameScore = new HashMap();\r\ngameScore.put(&quot;score&quot;, &quot;0129&quot;);\r\ngameScore.put(\u201cplayerName\", \u201cSooA Lim\");\ngameScore.put(\u201ccheatMode\", \u201cfalse\");\ndocument.putProperties(gameScore);;<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><span>\uc774 \uc608\uc2dc\uc5d0\uc11c \ubcfc \uc218 \uc788\ub4ef\uc774, Parse\uc640 Couchbase Mobile\uc758 \uc0ac\uc6a9 \ud328\ud134\uc740 \ub9e4\uc6b0 \uc720\uc0ac\ud569\ub2c8\ub2e4.<\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ub3d9\uae30\ud654<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><span>\ub370\uc774\ud130\uc800\uc7a5\uc18c \uad00\uc810\uc5d0\uc11c Couchbase Mobile\uc740 \ubcf4\ub2e4 \uc644\uc131\ub3c4 \ub192\uc740 \uc194\ub8e8\uc158\uc785\ub2c8\ub2e4. Couchbase\ub294 \ud1b5\ud569 \ub3d9\uae30\ud654 \ubc0f \ubcf4\uc548\uc744 \uac16\ucd98 \ud480\uc2a4\ud0dd \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc774\uba70, \ucda9\ub3cc \ud574\uacb0, \uc774\ubca4\ud2b8, REST API, \uc2a4\ud2b8\ub9bc \ubc0f \ubc30\uce58 API \ub4f1\uc758 \uae30\ub2a5\uc744 \ud3ec\ud568\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. Parse\ub294 \uc774\ub7ec\ud55c \uc720\ud615\uc758 \uae30\ub2a5\uc774 \uc81c\ud55c\uc801\uc774\uc5c8\uc2b5\ub2c8\ub2e4. \u00a0\u00a0<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span>\ubaa8\ubc14\uc77c \ucf54\ub4dc\uc5d0\uc11c \uce74\uc6b0\uce58\ubca0\uc774\uc2a4 \ubaa8\ubc14\uc77c \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub97c \uc0ac\uc6a9\ud558\ub294 \ub354 \ub9ce\uc740 \uc608\uc2dc\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/span><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ Get the database (and create it if it doesn\u2019t exist).\r\nManager manager = new Manager();\r\nDatabase database = manager.getDatabase(&quot;mydb&quot;);\r\n\r\n\/\/ Create replicators to push &amp; pull changes to &amp; from the cloud.\r\nURL url = new URL(&quot;\u201dhttps:\/\/www.my.com\/mydb\/&quot;);\r\nReplication push = database.createPushReplication(url);\r\nReplication pull = database.createPullReplication(url);\r\npush.setContinuous(true);\r\npull.setContinuous(true);\r\n\r\n\/\/ Add authentication.\r\nAuthenticator authenticator = AuthenticatorFactory.createBasicAuthenticator(name, password);\r\npush.setAuthenticator(authenticator);\r\npull.setAuthenticator(authenticator);\r\n\r\n\/\/ Listen to database change events.\r\ndatabase.addChangeListener(this);\r\n\r\n\/\/ Start replicating.\r\npush.start();\r\npull.start();\r\n\r\n\/\/ Create a new document (i.e. a record) in the database.\r\nDocument document = database.createDocument();\r\nMap&lt;String, Object&gt; properties = new HashMap&lt;&gt;();\r\nproperties.put(&quot;firstName&quot;, &quot;John&quot;);\r\ndocument.putProperties(props);                                                                                                                                                                                                                                                                                                                                                                                                                                                <\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Couchbase Mobile\uacfc Parse<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><span>\ub2e4\uc74c\uc740 Couchbase Mobile\uacfc Parse\uc758 \uc8fc\uc694 \ub370\uc774\ud130\uc800\uc7a5\uc18c \uae30\ub2a5\uc5d0 \ub300\ud55c \ucee4\ubc84\ub9ac\uc9c0 \ub9e4\ud2b8\ub9ad\uc2a4\uc785\ub2c8\ub2e4:<\/span><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table border=\"1\" width=\"409\" cellspacing=\"1\" cellpadding=\"1\">\n<tbody>\n<tr>\n<td><\/td>\n<td><span>\ucf54\uc6b0\uce58\ubca0\uc774\uc2a4 \ubaa8\ubc14\uc77c<\/span><\/td>\n<td><span>\uad6c\ubb38 \ubd84\uc11d\ud558\ub2e4<\/span><\/td>\n<\/tr>\n<tr>\n<td><span>\uc624\ud504\ub77c\uc778 \uc77d\uae30\/\uc4f0\uae30<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<\/tr>\n<tr>\n<td><span>\uc77d\uae30\/\uc4f0\uae30 \ubcf4\uc548 \uc815\ucc45<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<\/tr>\n<tr>\n<td><span>\ud50c\ub7ec\uadf8\uc778 \ubc29\uc2dd \uc778\uc99d<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<\/tr>\n<tr>\n<td><span>\ub3d9\uae30\ud654<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<\/tr>\n<tr>\n<td><span>\uac08\ub4f1 \ud574\uacb0<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<\/tr>\n<tr>\n<td><span>\uc9c8\ubb38<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<\/tr>\n<tr>\n<td><span>Blob \uc2a4\ud1a0\ub9ac\uc9c0<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<\/tr>\n<tr>\n<td><span>REST API<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<\/tr>\n<tr>\n<td><span>\uc77c\uad04\/\ub300\ub7c9 API<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<\/tr>\n<tr>\n<td><span>\ubcc0\uacbd \uc0ac\ud56d \uc2a4\ud2b8\ub9bc<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<\/tr>\n<tr>\n<td><span>\uc6f9\ud6c5<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<\/tr>\n<tr>\n<td><span>\uc790\uccb4 \ud638\uc2a4\ud305 \uac00\ub2a5<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><span>\uc624\ud508\uc18c\uc2a4<\/span><\/td>\n<td><span>\u2713<\/span><\/td>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">\uc2dc\uc791\ud558\uae30<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><span>\ub2e4\uc74c \ub2e8\uacc4\ub85c, \ud074\ub77c\uc6b0\ub4dc\uc5d0 \uc790\uc2e0\ub9cc\uc758 \uce74\uc6b0\uce58\ubca0\uc774\uc2a4(Couchbase)\ub97c \uc124\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uac00\uc774\ub4dc\ub294 \uc124\uc815 \ubc29\ubc95\uc744 \uc548\ub0b4\ud569\ub2c8\ub2e4. <\/span><a><\/a><span>\ub514\uc9c0\ud138\uc624\uc158\uc758 \uce74\uc6b0\uce58\ubca0\uc774\uc2a4<\/span><span>.<\/span><a href=\"https:\/\/www.couchbase.com\/blog\/ko\/couchbase-mobile-hosting-on-digital-ocean\/\"><span> \ub514\uc9c0\ud138\uc624\uc158 \uc778\uc2a4\ud134\uc2a4\ub97c \uc124\uc815\ud55c \ud6c4,<\/span><\/a><span> Parse\uc758 \ud074\ub77c\uc6b0\ub4dc \ucf54\ub4dc\uc5d0\uc11c Couchbase Server\ub85c \uc571 \ub370\uc774\ud130 \ub9c8\uc774\uadf8\ub808\uc774\uc158\uc744 \uc2dc\uc791\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ub370\uc774\ud130\ubca0\uc774\uc2a4 \ub9c8\uc774\uadf8\ub808\uc774\uc158<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><span>\uacb0\uacfc\uc801\uc73c\ub85c Parse\uc5d0\uc11c Couchbase\ub85c \uc804\ud658\ud558\uba74 \ub2e4\uc74c\uc744 \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4: <\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><span>\ub85c\uceec \ubc0f \ud074\ub77c\uc6b0\ub4dc \ud658\uacbd \ubaa8\ub450\uc5d0\uc11c \ub370\uc774\ud130\ub97c \uc548\uc804\ud558\uac8c \uc800\uc7a5\ud558\uace0 \uc561\uc138\uc2a4\ud558\uc138\uc694.<\/span><\/li>\n\n\n<li><span>\ud074\ub77c\uc6b0\ub4dc\uc640 \ub2e4\ub978 \uae30\uae30 \uac04\uc5d0 \ub370\uc774\ud130\ub97c \uc548\uc804\ud558\uac8c \ub3d9\uae30\ud654\ud558\uc138\uc694.<\/span><\/li>\n\n\n<li><span>\ud544\uc694\uc5d0 \ub530\ub77c \uc6a9\ub7c9 \uc2dc\uc2a4\ud15c\uc744 \uc2e0\ucd95\uc801\uc73c\ub85c \ud655\uc7a5\ud558\uc138\uc694<\/span><\/li>\n\n\n<li><span>\ub2e4\ub978 \uc2dc\uc2a4\ud15c\uacfc \ud1b5\ud569\ud558\ub2e4<\/span><\/li>\n\n\n<li><span>\uc6f9\uacfc \ubaa8\ubc14\uc77c \uac04 \ub370\uc774\ud130 \uacf5\uc720<\/span><\/li>\n\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\uce74\uc6b0\uce58\ubca0\uc774\uc2a4 \ubaa8\ubc14\uc77c \ud0d0\uc0c9\ud558\uae30<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\uc790\uc138\ud788 \uc54c\uc544\ubcf4\uae30 <a href=\"https:\/\/www.couchbase.com\/blog\/ko\/why-is-couchbase-mobile-a-great-solution-for-modern-app-development\/\">\ud604\ub300 \uc571 \uac1c\ubc1c\uc5d0 Couchbase Mobile\uc774 \ud6cc\ub96d\ud55c \uc194\ub8e8\uc158\uc778 \uc774\uc720<\/a> \uc9c8\ubb38\uc774 \uc788\uc73c\uc2dc\uba74 \ucee4\ubba4\ub2c8\ud2f0\uc640 \uc18c\ud1b5\ud558\uc138\uc694 <a href=\"https:\/\/stackoverflow.com\/questions\/tagged\/couchbase-lite\">\uc2a4\ud0dd\uc624\ubc84\ud50c\ub85c<\/a> \ub610\ub294 \uc6b0\ub9ac \uc758 <a href=\"https:\/\/www.couchbase.com\/blog\/ko\/forums\/c\/mobile\/\">\ubaa8\ubc14\uc77c \uac1c\ubc1c\uc790 \ud3ec\ub7fc<\/a>.\uaf2d \ubc29\ubb38\ud574 \ubcf4\uc138\uc694 <a href=\"https:\/\/developer.couchbase.com\/documentation\/mobile\/1.1.0\/develop\/training\/build-first-ios-app\/index.html\">\ubaa8\ubc14\uc77c \ud3ec\ud138<\/a> \uc2dc\uc791\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uace0 Parse \uc571\uc744 Couchbase Mobile\ub85c \ub9c8\uc774\uadf8\ub808\uc774\uc158\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \ud5a5\ud6c4 \ube14\ub85c\uadf8 \uc18c\uc2dd\uc744 \ubc1b\uc544\ubcf4\ub824\uba74 <a href=\"https:\/\/www.youtube.com\/playlist?list=PLcspbWiU9RutpdziptYay2TMa4CegzObL\">\uce74\uc6b0\uce58\ubca0\uc774\uc2a4\uc758 \ucee4\ud53c<\/a> \uc6e8\ube44\ub098 \uc2dc\ub9ac\uc988.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00a0<\/p>","protected":false},"excerpt":{"rendered":"<p>Couchbase Mobile is the NoSQL database solution for mobile. It has an embedded NoSQL database (Couchbase Lite), built-in synchronization (Sync Gateway), and is all backed by a highly scalable and performant NoSQL database server (Couchbase Server). \u00a0 With the recent announcement that Parse will be shutting down indefinitely, developers are left to figure out how [&hellip;]<\/p>\n","protected":false},"author":30,"featured_media":18,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"_acf":"","footnotes":""},"categories":[9],"tags":[],"ppma_author":[107],"class_list":["post-526","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-couchbase-mobile"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.3 (Yoast SEO v28.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Migrating from Parse 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\/ko\/migration-from-parse-to-couchbase\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Migrating from Parse to Couchbase Mobile\" \/>\n<meta property=\"og:description\" content=\"Couchbase Mobile is the NoSQL database solution for mobile. It has an embedded NoSQL database (Couchbase Lite), built-in synchronization (Sync Gateway), and is all backed by a highly scalable and performant NoSQL database server (Couchbase Server). \u00a0 With the recent announcement that Parse will be shutting down indefinitely, developers are left to figure out how [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.couchbase.com\/blog\/ko\/migration-from-parse-to-couchbase\/\" \/>\n<meta property=\"og:site_name\" content=\"The Couchbase Blog\" \/>\n<meta property=\"article:published_time\" content=\"2016-02-09T18:23:43+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=\"William Hoang, Mobile Developer Advocate, 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=\"William Hoang, Mobile Developer Advocate, Couchbase\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/migration-from-parse-to-couchbase\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/migration-from-parse-to-couchbase\\\/\"},\"author\":{\"name\":\"William Hoang, Mobile Developer Advocate, Couchbase\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#\\\/schema\\\/person\\\/425717456c198fdf9aaa5d7a6d42ad32\"},\"headline\":\"Migrating from Parse to Couchbase Mobile\",\"datePublished\":\"2016-02-09T18:23:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/migration-from-parse-to-couchbase\\\/\"},\"wordCount\":454,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/migration-from-parse-to-couchbase\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/05\\\/couchbase-nosql-dbaas.png\",\"articleSection\":[\"Couchbase Mobile\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/migration-from-parse-to-couchbase\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/migration-from-parse-to-couchbase\\\/\",\"url\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/migration-from-parse-to-couchbase\\\/\",\"name\":\"Migrating from Parse to Couchbase Mobile - The Couchbase Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/migration-from-parse-to-couchbase\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/migration-from-parse-to-couchbase\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/05\\\/couchbase-nosql-dbaas.png\",\"datePublished\":\"2016-02-09T18:23:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/migration-from-parse-to-couchbase\\\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/migration-from-parse-to-couchbase\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/migration-from-parse-to-couchbase\\\/#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\\\/migration-from-parse-to-couchbase\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Migrating from Parse 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\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#organization\",\"name\":\"The Couchbase Blog\",\"url\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/06\\\/logo.svg\",\"contentUrl\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/06\\\/logo.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"The Couchbase Blog\"},\"image\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#\\\/schema\\\/person\\\/425717456c198fdf9aaa5d7a6d42ad32\",\"name\":\"William Hoang, Mobile Developer Advocate, Couchbase\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b912c9a97568a859697ee195432d0bd7cc3ed67d720ae2e6588b67313fa49e08?s=96&d=mm&r=g650445f1ea30314c4f3555dd680154f5\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b912c9a97568a859697ee195432d0bd7cc3ed67d720ae2e6588b67313fa49e08?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b912c9a97568a859697ee195432d0bd7cc3ed67d720ae2e6588b67313fa49e08?s=96&d=mm&r=g\",\"caption\":\"William Hoang, Mobile Developer Advocate, Couchbase\"},\"description\":\"William was a Developer Advocate on the Mobile Engineering\\\/Developer Experience team at Couchbase. His love for coffee and code has transcended him into the world of mobile while appreciating the offline in-person experiences. Prior, William worked on the Developer Relations team over at Twitter, BlackBerry, and Microsoft while also having been a Software Embedded GPS engineer at Research In Motion. William graduated from McGill University in Electrical Software Engineering\",\"url\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/ko\\\/author\\\/william-hoang\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Migrating from Parse 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\/ko\/migration-from-parse-to-couchbase\/","og_locale":"ko_KR","og_type":"article","og_title":"Migrating from Parse to Couchbase Mobile","og_description":"Couchbase Mobile is the NoSQL database solution for mobile. It has an embedded NoSQL database (Couchbase Lite), built-in synchronization (Sync Gateway), and is all backed by a highly scalable and performant NoSQL database server (Couchbase Server). \u00a0 With the recent announcement that Parse will be shutting down indefinitely, developers are left to figure out how [&hellip;]","og_url":"https:\/\/www.couchbase.com\/blog\/ko\/migration-from-parse-to-couchbase\/","og_site_name":"The Couchbase Blog","article_published_time":"2016-02-09T18:23:43+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":"William Hoang, Mobile Developer Advocate, Couchbase","twitter_card":"summary_large_image","twitter_misc":{"Written by":"William Hoang, Mobile Developer Advocate, Couchbase","Est. reading time":"3\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.couchbase.com\/blog\/migration-from-parse-to-couchbase\/#article","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/migration-from-parse-to-couchbase\/"},"author":{"name":"William Hoang, Mobile Developer Advocate, Couchbase","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/425717456c198fdf9aaa5d7a6d42ad32"},"headline":"Migrating from Parse to Couchbase Mobile","datePublished":"2016-02-09T18:23:43+00:00","mainEntityOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/migration-from-parse-to-couchbase\/"},"wordCount":454,"commentCount":0,"publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/migration-from-parse-to-couchbase\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/couchbase-nosql-dbaas.png","articleSection":["Couchbase Mobile"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.couchbase.com\/blog\/migration-from-parse-to-couchbase\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.couchbase.com\/blog\/migration-from-parse-to-couchbase\/","url":"https:\/\/www.couchbase.com\/blog\/migration-from-parse-to-couchbase\/","name":"Migrating from Parse to Couchbase Mobile - The Couchbase Blog","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/migration-from-parse-to-couchbase\/#primaryimage"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/migration-from-parse-to-couchbase\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/couchbase-nosql-dbaas.png","datePublished":"2016-02-09T18:23:43+00:00","breadcrumb":{"@id":"https:\/\/www.couchbase.com\/blog\/migration-from-parse-to-couchbase\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.couchbase.com\/blog\/migration-from-parse-to-couchbase\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.couchbase.com\/blog\/migration-from-parse-to-couchbase\/#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\/migration-from-parse-to-couchbase\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.couchbase.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Migrating from Parse to Couchbase Mobile"}]},{"@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":"\uce74\uc6b0\uce58\ubca0\uc774\uc2a4, NoSQL \ub370\uc774\ud130\ubca0\uc774\uc2a4","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\/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\/425717456c198fdf9aaa5d7a6d42ad32","name":"\uc70c\ub9ac\uc5c4 \ud638\uc559, \ubaa8\ubc14\uc77c \uac1c\ubc1c\uc790 \uc560\ub4dc\ubcf4\ucf00\uc774\ud2b8, \uce74\uc6b0\uce58\ubca0\uc774\uc2a4","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/secure.gravatar.com\/avatar\/b912c9a97568a859697ee195432d0bd7cc3ed67d720ae2e6588b67313fa49e08?s=96&d=mm&r=g650445f1ea30314c4f3555dd680154f5","url":"https:\/\/secure.gravatar.com\/avatar\/b912c9a97568a859697ee195432d0bd7cc3ed67d720ae2e6588b67313fa49e08?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b912c9a97568a859697ee195432d0bd7cc3ed67d720ae2e6588b67313fa49e08?s=96&d=mm&r=g","caption":"William Hoang, Mobile Developer Advocate, Couchbase"},"description":"\uc70c\ub9ac\uc5c4\uc740 \uce74\uc6b0\uce58\ubca0\uc774\uc2a4\uc758 \ubaa8\ubc14\uc77c \uc5d4\uc9c0\ub2c8\uc5b4\ub9c1\/\uac1c\ubc1c\uc790 \uacbd\ud5d8 \ud300\uc5d0\uc11c \uac1c\ubc1c\uc790 \uc639\ud638\uc790\ub85c \ud65c\ub3d9\ud588\uc2b5\ub2c8\ub2e4. \ucee4\ud53c\uc640 \ucf54\ub529\uc5d0 \ub300\ud55c \uadf8\uc758 \uc0ac\ub791\uc740 \uc624\ud504\ub77c\uc778 \ub300\uba74 \uacbd\ud5d8\uc758 \uac00\uce58\ub97c \ub192\uc774 \ud3c9\uac00\ud558\uba74\uc11c \uadf8\ub97c \ubaa8\ubc14\uc77c\uc758 \uc138\uacc4\ub85c \uc774\ub04c\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc804\uc5d0 \uc70c\ub9ac\uc5c4\uc740 \ub9ac\uc11c\uce58 \uc778 \ubaa8\uc158(Research In Motion)\uc5d0\uc11c \uc784\ubca0\ub514\ub4dc GPS \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uc5d4\uc9c0\ub2c8\uc5b4\ub85c \uadfc\ubb34\ud588\uc73c\uba70, \ud2b8\uc704\ud130, \ube14\ub799\ubca0\ub9ac, \ub9c8\uc774\ud06c\ub85c\uc18c\ud504\ud2b8\uc758 \uac1c\ubc1c\uc790 relations \ud300\uc5d0\uc11c \uc77c\ud588\uc2b5\ub2c8\ub2e4. \uc70c\ub9ac\uc5c4\uc740 \ub9e5\uae38 \ub300\ud559\uad50\uc5d0\uc11c \uc804\uae30\uc18c\ud504\ud2b8\uc6e8\uc5b4\uacf5\ud559\uc744 \uc878\uc5c5\ud588\uc2b5\ub2c8\ub2e4.","url":"https:\/\/www.couchbase.com\/blog\/ko\/author\/william-hoang\/"}]}},"acf":[],"authors":[{"term_id":107,"user_id":30,"is_guest":0,"slug":"william-hoang","display_name":"William Hoang, Mobile Developer Advocate, Couchbase","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","author_category":"","first_name":"William","last_name":"Hoang","user_url":"","job_title":"","description":"\uc70c\ub9ac\uc5c4\uc740 \uce74\uc6b0\uce58\ubca0\uc774\uc2a4\uc758 \ubaa8\ubc14\uc77c \uc5d4\uc9c0\ub2c8\uc5b4\ub9c1\/\uac1c\ubc1c\uc790 \uacbd\ud5d8 \ud300\uc5d0\uc11c \uac1c\ubc1c\uc790 \uc639\ud638\uc790\ub85c \ud65c\ub3d9\ud588\uc2b5\ub2c8\ub2e4. \ucee4\ud53c\uc640 \ucf54\ub529\uc5d0 \ub300\ud55c \uadf8\uc758 \uc0ac\ub791\uc740 \uc624\ud504\ub77c\uc778 \ub300\uba74 \uacbd\ud5d8\uc758 \uac00\uce58\ub97c \ub192\uc774 \ud3c9\uac00\ud558\uba74\uc11c \uadf8\ub97c \ubaa8\ubc14\uc77c\uc758 \uc138\uacc4\ub85c \uc774\ub04c\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc804\uc5d0 \uc70c\ub9ac\uc5c4\uc740 \ub9ac\uc11c\uce58 \uc778 \ubaa8\uc158(Research In Motion)\uc5d0\uc11c \uc784\ubca0\ub514\ub4dc GPS \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uc5d4\uc9c0\ub2c8\uc5b4\ub85c \uadfc\ubb34\ud588\uc73c\uba70, \ud2b8\uc704\ud130, \ube14\ub799\ubca0\ub9ac, \ub9c8\uc774\ud06c\ub85c\uc18c\ud504\ud2b8\uc758 \uac1c\ubc1c\uc790 relations \ud300\uc5d0\uc11c \uc77c\ud588\uc2b5\ub2c8\ub2e4. \uc70c\ub9ac\uc5c4\uc740 \ub9e5\uae38 \ub300\ud559\uad50\uc5d0\uc11c \uc804\uae30\uc18c\ud504\ud2b8\uc6e8\uc5b4\uacf5\ud559\uc744 \uc878\uc5c5\ud588\uc2b5\ub2c8\ub2e4."}],"_links":{"self":[{"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/posts\/526","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\/30"}],"replies":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/comments?post=526"}],"version-history":[{"count":0,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/posts\/526\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/media\/18"}],"wp:attachment":[{"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/media?parent=526"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/categories?post=526"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/tags?post=526"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/ppma_author?post=526"}],"curies":[{"name":"\uc798\ud588\uc5b4","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}