{"id":3159,"date":"2021-11-24T18:15:00","date_gmt":"2021-11-24T18:15:00","guid":{"rendered":"https:\/\/en.pingcap.com\/?p=3159"},"modified":"2024-07-02T09:57:53","modified_gmt":"2024-07-02T16:57:53","slug":"how-to-connect-tidb-cloud-to-metabase","status":"publish","type":"post","link":"https:\/\/www.pingcap.com\/ko\/blog\/how-to-connect-tidb-cloud-to-metabase\/","title":{"rendered":"How to Connect TiDB Cloud to Metabase"},"content":{"rendered":"<h2 class=\"wp-block-heading\" id=\"overview\"><span class=\"ez-toc-section\" id=\"Overview\"><\/span>Overview<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p><a href=\"https:\/\/docs.pingcap.com\/tidbcloud\/public-preview\">TiDB Cloud<\/a>&nbsp;is a fully-managed Database-as-a-Service (DBaaS) that brings everything great about TiDB to your cloud and lets you focus on your applications, not the complexities of your database.<\/p>\n\n\n\n<p>In this 15-minute tutorial, you will learn how to connect TiDB Cloud to&nbsp;<a href=\"https:\/\/www.metabase.com\/\">Metabase<\/a>, an open source business intelligence (BI) tool. We will be using Metabase to build a BI dashboard and gain analytical insights using sample data from Capital Bikeshare (data released under the Capital Bikeshare Data License Agreement).<\/p>\n\n\n\n<p><\/p>\n\n\n<iframe loading=\"lazy\" title=\"YouTube video player\" src=\"\/\/www.youtube.com\/embed\/D_HWON0PdTc\" width=\"1200\" height=\"560\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe>\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"before-you-begin\"><span class=\"ez-toc-section\" id=\"Before_you_begin\"><\/span><a href=\"https:\/\/www.pingcap.com\/ko\/blog\/how-to-connect-tidb-cloud-to-metabase\/#before-you-begin\"><\/a>Before you begin<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create a TiDB Cloud cluster and import the Capital Bikeshare sample data following the&nbsp;<a href=\"https:\/\/docs.pingcap.com\/tidbcloud\/public-preview\/tidb-cloud-quickstart\">TiDB Cloud Quick Start Guide<\/a>.<\/li>\n\n\n\n<li>Install Metabase by following these&nbsp;<a href=\"https:\/\/www.metabase.com\/docs\/latest\/operations-guide\/installing-metabase.html\">instructions<\/a>. You&#8217;ll have the option of installing it on premise or in the cloud.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"get-tidb-cluster-ip-address\"><span class=\"ez-toc-section\" id=\"Get_TiDB_Cluster_IP_address\"><\/span><a href=\"https:\/\/www.pingcap.com\/ko\/blog\/how-to-connect-tidb-cloud-to-metabase\/#get-tidb-cluster-ip-address\"><\/a>Get TiDB Cluster IP address<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to <a href=\"https:\/\/tidbcloud.com\/console\/clusters\">https:\/\/tidbcloud.com\/console\/clusters<\/a> and sign in to your cluster.<\/li>\n\n\n\n<li>On the TiDB Cloud console, click <strong>Connect<\/strong>. On the upper right of the pane. The <strong>Connect to TiDB<\/strong> dialog displays.<\/li>\n\n\n\n<li>Create the traffic filter for the cluster. Depending on how you use Metabase, select a traffic filter from the following options:\n<ul class=\"wp-block-list\">\n<li>If you are using Metabase on a cloud platform, click <strong>Allow Access from Anywhere<\/strong>. <\/li>\n\n\n\n<li>Click <strong>Create Filter.<\/strong>Take note of the TiDB Cloud IP address, listed between the&nbsp;<code>-h&nbsp;<\/code>parameter and&nbsp;<code>-P<\/code>&nbsp;parameter, as you will use it at a later step. For example: &nbsp;<code>mysql -u root -h tidb.xxx.xxxxx.us-west-2.prod.aws.tidbcloud.com -P 4000 -p<\/code><\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"connect-tidb-cloud-to-metabase\"><span class=\"ez-toc-section\" id=\"Connect_TiDB_Cloud_to_Metabase\"><\/span><a href=\"https:\/\/www.pingcap.com\/ko\/blog\/how-to-connect-tidb-cloud-to-metabase\/#connect-tidb-cloud-to-metabase\"><\/a>Connect TiDB Cloud to Metabase<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Start the Metabase application and click&nbsp;<strong>Let&#8217;s get started<\/strong>.<img decoding=\"async\" src=\"https:\/\/download.pingcap.com\/images\/blog\/click-lets-get-started.jpg\" alt=\"Click Let's get started\"><\/li>\n\n\n\n<li>Select your preferred language in step 1 and click&nbsp;<strong>Next<\/strong>.<\/li>\n\n\n\n<li>Enter your information and account details in step 2 and click&nbsp;<strong>Next<\/strong>.<\/li>\n\n\n\n<li>In the Add your data step, click the&nbsp;<strong>Database type<\/strong>&nbsp;drop down menu and select&nbsp;<strong>MySQL<\/strong>.<\/li>\n\n\n\n<li>Specify the following settings\n<ul class=\"wp-block-list\">\n<li><strong>Name:<\/strong>&nbsp;<code>Bikeshare<\/code><\/li>\n\n\n\n<li><strong>Host:<\/strong>&nbsp;<em><code>&lt;your_tidb_cloud_ip_address_obtained_in_the_previous_step&gt;<\/code><\/em><\/li>\n\n\n\n<li><strong>Port:<\/strong>&nbsp;<code>4000<\/code><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Database name:<\/strong><code>bikeshare<\/code>\n<ul class=\"wp-block-list\">\n<li><strong>Username:<\/strong>&nbsp;<code>root<\/code><\/li>\n\n\n\n<li><strong>Password:<\/strong>&nbsp;<em><code>&lt;password_of_your_tidb_cluster&gt;<\/code><\/em>Here is an example:<img decoding=\"async\" src=\"https:\/\/download.pingcap.com\/images\/blog\/database-name-bikeshare.jpg\" alt=\"Database name\"><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Scroll down to the bottom and click&nbsp;<strong>Next<\/strong>.<\/li>\n\n\n\n<li>For the Usage data preference step, change your preference if needed and click&nbsp;<strong>Next<\/strong>.<\/li>\n\n\n\n<li>Click&nbsp;<strong>Take me to Metabase<\/strong>.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"build-bi-dashboard\"><span class=\"ez-toc-section\" id=\"Build_BI_Dashboard\"><\/span><a href=\"https:\/\/www.pingcap.com\/ko\/blog\/how-to-connect-tidb-cloud-to-metabase\/#build-bi-dashboard\"><\/a>Build BI Dashboard<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>In this exercise we will be analyzing the sample data from Capital Bikeshare to identify the most popular type of bicycle.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>On the homepage of Metabase, scroll down to the&nbsp;<strong>OUR DATA<\/strong>&nbsp;section and click&nbsp;<strong>Bikeshare<\/strong>.<img decoding=\"async\" src=\"https:\/\/download.pingcap.com\/images\/blog\/scroll-down-to-our-data.jpg\" alt=\"Scroll down to OUR DATA\"><\/li>\n\n\n\n<li>Click the&nbsp;<strong>Trips<\/strong>&nbsp;table.<\/li>\n\n\n\n<li>Explore the trips table. This is the sample data set you imported to the TiDB Cloud cluster.<\/li>\n\n\n\n<li>To display how many records are associated with each rideable bike type, click the&nbsp;<strong>+Summarize<\/strong>&nbsp;button on the top right.<img decoding=\"async\" src=\"https:\/\/download.pingcap.com\/images\/blog\/click-summarize.jpg\" alt=\"Click +Summarize\"><\/li>\n\n\n\n<li>Select&nbsp;<strong>Count<\/strong>&nbsp;as the metric and select&nbsp;<strong>Rideable Type<\/strong>&nbsp;for the Group by field.<img decoding=\"async\" src=\"https:\/\/download.pingcap.com\/images\/blog\/select-count.jpg\" alt=\"Select Count\">The bar chart displays immediately.<img decoding=\"async\" src=\"https:\/\/download.pingcap.com\/images\/blog\/bar-chart-displays.jpg\" alt=\"Bar chart displays\">We can see that docked bikes are the most popular bike type and electric bikes are the least popular kind of bike.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"want-to-learn-more\"><span class=\"ez-toc-section\" id=\"Want_to_learn_more\"><\/span><a href=\"https:\/\/www.pingcap.com\/ko\/blog\/how-to-connect-tidb-cloud-to-metabase\/#want-to-learn-more\"><\/a>Want to learn more?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Ready to&nbsp;<a href=\"http:\/\/tidbcloud.com\/free-trial\/\">give TiDB Cloud a try<\/a>? TiDB Cloud&nbsp;<a href=\"https:\/\/www.pingcap.com\/ko\/blog\/tidb-cloud-introduces-developer-tier\/\">Developer Tier<\/a>&nbsp;is now available! It lets you run a TiDB cluster for free for one year on Amazon Web Services. Make sure to follow us on&nbsp;<a href=\"https:\/\/twitter.com\/PingCAP\">Twitter<\/a>&nbsp;to stay updated on TiDB Cloud news!<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>This post describes how to connect TiDB Cloud to Metabase, an open source business intelligence tool.<\/p>","protected":false},"author":159,"featured_media":3160,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ub_ctt_via":"","footnotes":""},"categories":[13],"tags":[153,31,29],"class_list":["post-3159","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-product","tag-how-to","tag-tidb-cloud","tag-tutorial"],"acf":[],"featured_image_src":"https:\/\/static.pingcap.com\/files\/2021\/11\/how-to-connect-tidb-cloud-to-metabase.jpg","author_info":{"display_name":"Phoebe He","author_link":"https:\/\/www.pingcap.com\/ko\/blog\/author\/phoebe-he\/"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Connect TiDB Cloud to Metabase | TiDB<\/title>\n<meta name=\"description\" content=\"Learn about the benefits of TiDB and the TiDB Cloud solutions from PingCAP. Read our latest post &quot;How to Connect TiDB Cloud to Metabase&quot; here.\" \/>\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.pingcap.com\/ko\/blog\/how-to-connect-tidb-cloud-to-metabase\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Connect TiDB Cloud to Metabase | TiDB\" \/>\n<meta property=\"og:description\" content=\"Learn about the benefits of TiDB and the TiDB Cloud solutions from PingCAP. Read our latest post &quot;How to Connect TiDB Cloud to Metabase&quot; here.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pingcap.com\/ko\/blog\/how-to-connect-tidb-cloud-to-metabase\/\" \/>\n<meta property=\"og:site_name\" content=\"TiDB\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/pingcap2015\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-24T18:15:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-02T16:57:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/static.pingcap.com\/files\/2021\/11\/how-to-connect-tidb-cloud-to-metabase.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1501\" \/>\n\t<meta property=\"og:image:height\" content=\"501\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Phoebe He\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@PingCAP\" \/>\n<meta name=\"twitter:site\" content=\"@PingCAP\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Phoebe He\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/\"},\"author\":{\"name\":\"Phoebe He\",\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/person\/bb7bf58f3f9048456d4baf61c05b1d3a\"},\"headline\":\"How to Connect TiDB Cloud to Metabase\",\"datePublished\":\"2021-11-24T18:15:00+00:00\",\"dateModified\":\"2024-07-02T16:57:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/\"},\"wordCount\":530,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.pingcap.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/static.pingcap.com\/files\/2021\/11\/how-to-connect-tidb-cloud-to-metabase.jpg\",\"keywords\":[\"How-to\",\"TiDB Cloud\",\"Tutorial\"],\"articleSection\":[\"Product\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/\",\"url\":\"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/\",\"name\":\"How to Connect TiDB Cloud to Metabase | TiDB\",\"isPartOf\":{\"@id\":\"https:\/\/www.pingcap.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/static.pingcap.com\/files\/2021\/11\/how-to-connect-tidb-cloud-to-metabase.jpg\",\"datePublished\":\"2021-11-24T18:15:00+00:00\",\"dateModified\":\"2024-07-02T16:57:53+00:00\",\"description\":\"Learn about the benefits of TiDB and the TiDB Cloud solutions from PingCAP. Read our latest post \\\"How to Connect TiDB Cloud to Metabase\\\" here.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/#primaryimage\",\"url\":\"https:\/\/static.pingcap.com\/files\/2021\/11\/how-to-connect-tidb-cloud-to-metabase.jpg\",\"contentUrl\":\"https:\/\/static.pingcap.com\/files\/2021\/11\/how-to-connect-tidb-cloud-to-metabase.jpg\",\"width\":1501,\"height\":501},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.pingcap.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Connect TiDB Cloud to Metabase\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.pingcap.com\/#website\",\"url\":\"https:\/\/www.pingcap.com\/\",\"name\":\"TiDB\",\"description\":\"TiDB | SQL at Scale\",\"publisher\":{\"@id\":\"https:\/\/www.pingcap.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.pingcap.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.pingcap.com\/#organization\",\"name\":\"PingCAP\",\"url\":\"https:\/\/www.pingcap.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png\",\"contentUrl\":\"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png\",\"width\":811,\"height\":232,\"caption\":\"PingCAP\"},\"image\":{\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/pingcap2015\",\"https:\/\/x.com\/PingCAP\",\"https:\/\/linkedin.com\/company\/pingcap\",\"https:\/\/youtube.com\/channel\/UCuq4puT32DzHKT5rU1IZpIA\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/person\/bb7bf58f3f9048456d4baf61c05b1d3a\",\"name\":\"Phoebe He\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/static.pingcap.com\/files\/2022\/10\/17234942\/avatar.jpg\",\"contentUrl\":\"https:\/\/static.pingcap.com\/files\/2022\/10\/17234942\/avatar.jpg\",\"caption\":\"Phoebe He\"},\"sameAs\":[\"http:\/\/github.com\/phxwhe\"],\"url\":\"https:\/\/www.pingcap.com\/ko\/blog\/author\/phoebe-he\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Connect TiDB Cloud to Metabase | TiDB","description":"Learn about the benefits of TiDB and the TiDB Cloud solutions from PingCAP. Read our latest post \"How to Connect TiDB Cloud to Metabase\" here.","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.pingcap.com\/ko\/blog\/how-to-connect-tidb-cloud-to-metabase\/","og_locale":"ko_KR","og_type":"article","og_title":"How to Connect TiDB Cloud to Metabase | TiDB","og_description":"Learn about the benefits of TiDB and the TiDB Cloud solutions from PingCAP. Read our latest post \"How to Connect TiDB Cloud to Metabase\" here.","og_url":"https:\/\/www.pingcap.com\/ko\/blog\/how-to-connect-tidb-cloud-to-metabase\/","og_site_name":"TiDB","article_publisher":"https:\/\/facebook.com\/pingcap2015","article_published_time":"2021-11-24T18:15:00+00:00","article_modified_time":"2024-07-02T16:57:53+00:00","og_image":[{"width":1501,"height":501,"url":"https:\/\/static.pingcap.com\/files\/2021\/11\/how-to-connect-tidb-cloud-to-metabase.jpg","type":"image\/jpeg"}],"author":"Phoebe He","twitter_card":"summary_large_image","twitter_creator":"@PingCAP","twitter_site":"@PingCAP","twitter_misc":{"Written by":"Phoebe He","Est. reading time":"4\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/#article","isPartOf":{"@id":"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/"},"author":{"name":"Phoebe He","@id":"https:\/\/www.pingcap.com\/#\/schema\/person\/bb7bf58f3f9048456d4baf61c05b1d3a"},"headline":"How to Connect TiDB Cloud to Metabase","datePublished":"2021-11-24T18:15:00+00:00","dateModified":"2024-07-02T16:57:53+00:00","mainEntityOfPage":{"@id":"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/"},"wordCount":530,"commentCount":0,"publisher":{"@id":"https:\/\/www.pingcap.com\/#organization"},"image":{"@id":"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/#primaryimage"},"thumbnailUrl":"https:\/\/static.pingcap.com\/files\/2021\/11\/how-to-connect-tidb-cloud-to-metabase.jpg","keywords":["How-to","TiDB Cloud","Tutorial"],"articleSection":["Product"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/","url":"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/","name":"How to Connect TiDB Cloud to Metabase | TiDB","isPartOf":{"@id":"https:\/\/www.pingcap.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/#primaryimage"},"image":{"@id":"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/#primaryimage"},"thumbnailUrl":"https:\/\/static.pingcap.com\/files\/2021\/11\/how-to-connect-tidb-cloud-to-metabase.jpg","datePublished":"2021-11-24T18:15:00+00:00","dateModified":"2024-07-02T16:57:53+00:00","description":"Learn about the benefits of TiDB and the TiDB Cloud solutions from PingCAP. Read our latest post \"How to Connect TiDB Cloud to Metabase\" here.","breadcrumb":{"@id":"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/#primaryimage","url":"https:\/\/static.pingcap.com\/files\/2021\/11\/how-to-connect-tidb-cloud-to-metabase.jpg","contentUrl":"https:\/\/static.pingcap.com\/files\/2021\/11\/how-to-connect-tidb-cloud-to-metabase.jpg","width":1501,"height":501},{"@type":"BreadcrumbList","@id":"https:\/\/www.pingcap.com\/blog\/how-to-connect-tidb-cloud-to-metabase\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pingcap.com\/"},{"@type":"ListItem","position":2,"name":"How to Connect TiDB Cloud to Metabase"}]},{"@type":"WebSite","@id":"https:\/\/www.pingcap.com\/#website","url":"https:\/\/www.pingcap.com\/","name":"\ud2f0DB","description":"TiDB | SQL at Scale","publisher":{"@id":"https:\/\/www.pingcap.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.pingcap.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/www.pingcap.com\/#organization","name":"PingCAP","url":"https:\/\/www.pingcap.com\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/","url":"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png","contentUrl":"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png","width":811,"height":232,"caption":"PingCAP"},"image":{"@id":"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/pingcap2015","https:\/\/x.com\/PingCAP","https:\/\/linkedin.com\/company\/pingcap","https:\/\/youtube.com\/channel\/UCuq4puT32DzHKT5rU1IZpIA"]},{"@type":"Person","@id":"https:\/\/www.pingcap.com\/#\/schema\/person\/bb7bf58f3f9048456d4baf61c05b1d3a","name":"Phoebe He","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.pingcap.com\/#\/schema\/person\/image\/","url":"https:\/\/static.pingcap.com\/files\/2022\/10\/17234942\/avatar.jpg","contentUrl":"https:\/\/static.pingcap.com\/files\/2022\/10\/17234942\/avatar.jpg","caption":"Phoebe He"},"sameAs":["http:\/\/github.com\/phxwhe"],"url":"https:\/\/www.pingcap.com\/ko\/blog\/author\/phoebe-he\/"}]}},"grav_blocks":false,"card_markup":"<a class=\"card-resource bg-white\" href=\"https:\/\/www.pingcap.com\/ko\/blog\/how-to-connect-tidb-cloud-to-metabase\/\"><div class=\"card-resource__image-container\"><img class=\"card-resource__image\" alt=\"how-to-connect-tidb-cloud-to-metabase\" src=\"https:\/\/static.pingcap.com\/files\/2021\/11\/how-to-connect-tidb-cloud-to-metabase.jpg\" loading=\"lazy\" width=1501 height=501 \/><\/div><div class=\"card-resource__content-container\"><div class=\"card-resource__content-head\"><div class=\"card-resource__category\">Product<\/div><\/div><h5 class=\"card-resource__title\">How to Connect TiDB Cloud to Metabase<\/h5><\/div><\/a>","_links":{"self":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts\/3159","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/users\/159"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/comments?post=3159"}],"version-history":[{"count":13,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts\/3159\/revisions"}],"predecessor-version":[{"id":18026,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts\/3159\/revisions\/18026"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/media\/3160"}],"wp:attachment":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/media?parent=3159"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/categories?post=3159"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/tags?post=3159"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}