{"id":6105,"date":"2022-04-13T23:50:52","date_gmt":"2022-04-14T06:50:52","guid":{"rendered":"https:\/\/en.pingcap.com\/?p=6105"},"modified":"2024-12-20T04:05:14","modified_gmt":"2024-12-20T12:05:14","slug":"tidb-hackathon-2021-hacking-never-stops","status":"publish","type":"post","link":"https:\/\/www.pingcap.com\/ko\/blog\/tidb-hackathon-2021-hacking-never-stops\/","title":{"rendered":"TiDB Hackathon 2021: Hacking Never Stops"},"content":{"rendered":"<p><strong>Author:<\/strong> PingCAP<br><strong>Transcreator:<\/strong> <a href=\"http:\/\/github.com\/septemberfd\">Fendy Feng<\/a>; <strong>Editors:<\/strong> Tom Dewan, <a href=\"http:\/\/github.com\/winkyao\">Wink Yao<\/a><\/p>\n\n\n\n<p>TiDB Hackathon is a developers\u2019 carnival held by the TiDB community for those who are passionate about hacking. All the participating developers have to create and complete a software project related to the TiDB ecosystem and demonstrate it within 48 hours. Developers who create especially innovative or exciting \u201cstar\u201d projects within such a short time can get a hefty bonus.<\/p>\n\n\n\n<p>We completed in early January our latest event, TiDB Hackathon 2021, whose theme was&nbsp;&#8220;Explore the Sky.&#8221; It was the fifth hackathon event in the TiDB community and our largest ever, attracting 64 teams with 279 developers. They came from high-tech giants such as Tencent and TikTok and prestigious universities such as Peking University and the Royal Melbourne Institute of Technology. Ten teams won prizes totalling RMB 400,000 (about $63,000 USD).&nbsp;<\/p>\n\n\n\n<p>Hackathon 2021 produced many outstanding projects, including pCloud, Software-as-a-Service (SaaS) designed for data backup and restore, and TiGraph, a graph database built on top of TiDB and TiKV.&nbsp;<\/p>\n\n\n\n<p>Let me briefly introduce some star projects produced at Hackathon 2021 and tell you&nbsp;what surprises they brought us.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"TiDB_tiered_storage_lower_storage_cost\"><\/span>TiDB tiered storage: lower storage cost<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p><strong>Built by Team He3<\/strong><\/p>\n\n\n\n<p>When you use TiDB, as the amount of user data grows, the storage cost gradually increases. Over time, storage cost becomes a larger and larger proportion of the total database cost. A pressing issue for many users is how to reduce TiDB\u2019s storage cost.&nbsp;<\/p>\n\n\n\n<p>The He3 team built <a href=\"https:\/\/github.com\/shenzhengcmss\/tidb-support-s3\/blob\/main\/TiDB%20%E5%86%B7%E7%83%AD%E6%95%B0%E6%8D%AE%E5%88%86%E5%B1%82%E5%AD%98%E5%82%A8.md\">a tiered storage<\/a> that separates the hot and cold data to reduce TiDB storage cost. In their design, the hot data is stored on TiKV, a distributed and transactional key-value database, and the cold data, which has fewer queries and analytical workloads, is stored on less expensive Amazon S3 storage. The S3 storage engine supports the pushdown of some TiDB operators, so TiDB can respond to analytical queries based on the cold data stored on S3.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"TiGraph_a_distributed_graph_database_on_top_of_TiDB\"><\/span>TiGraph: a distributed graph database on top of TiDB<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p><strong>Built by Team TiMatch<\/strong><\/p>\n\n\n\n<p>Graph technology is the foundation of modern data analytics, enabling users to discover the relationships between people, locations, items, and events across disparate data assets. Graph technology can also help you quickly find answers to complex business questions that in the past were almost impossible.<\/p>\n\n\n\n<p>By introducing a graph mode to TiDB with a new set of key-value codes, <a href=\"https:\/\/github.com\/tigraph\/rfc-2022\/blob\/main\/README.md\">TiGraph<\/a> builds a distributed graph database with a complete syntax on top of TiDB and TiKV. It can handle graph data analytics that are difficult for traditional relational databases. TiGraph also is a step forward to a mature and easy-to-use graph database on top of TiDB.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"pCloud_the_iCloud_of_databases\"><\/span>pCloud: the iCloud of databases<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p><strong>Built by Team pCloud<\/strong><\/p>\n\n\n\n<p>For database users, data backup and restore is a must. Losing data is almost equivalent to losing everything, especially for enterprises. That\u2019s why we need a powerful backup and restore tool to prevent data loss. Currently, TiDB users can use the Backup &amp; Restore (<a href=\"http:\/\/github.com\/pingcap\/br\">BR<\/a>) tool to back up and restore all TiDB cluster data and the incremental data. But the downside is the BR tool can only restore the data up to the time of the backup. That&#8217;s not enough.&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/hackathon2021-pCloud\/pCloud\">pCloud<\/a> is a SaaS project that is fully hosted on cloud. It can host database backup and recovery in one stop, and it can recover data to any point in time. All the backup data is stored on the Amazon S3, which is relatively inexpensive.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"TiLaker_direct_data_into_data_lakes_with_efficiency\"><\/span>TiLaker: direct data into data lakes with efficiency<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p><strong>Built by Team TiLaker<\/strong><\/p>\n\n\n\n<p>TiDB can be used as a data hub between applications and offline data lakes. It processes fresh data from applications to serve real-time queries, and it archives data in batch to the offline data lakes. But the problem is that you have to use different tools in two split processes to direct data from TiDB into data lakes. You&nbsp;use<a href=\"https:\/\/docs.pingcap.com\/tidb\/stable\/dumpling-overview#dumpling-overview\"> Dumpling<\/a> to export full data and <a href=\"https:\/\/docs.pingcap.com\/tidb\/stable\/ticdc-overview#ticdc-overview\">TiCDC<\/a> to replicate incremental data.&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/TiLaker\/tilaker\">TiLaker<\/a> solves this problem. It is a data export tool which streamlines the process of exporting all the data and incremental data change into data lakes. TiLaker also builds a more rapid, efficient, and streamlined pipeline to connect and integrate TiDB and the big data ecosystem.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"TiDB_Visual_Plan_making_SQL_execution_plans_visible\"><\/span>TiDB Visual Plan: making SQL execution plans visible&nbsp;<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p><strong>Built by Team TiVP<\/strong><\/p>\n\n\n\n<p>In the everyday work of database performance tuning, TiDB SQL tuning is in great demand. More than half of those demands are related to the execution plans. SQL is a declarative language, and observing execution plans is the only way to check its execution efficiency. But execution plans explained by slow SQL queries are complex and difficult to understand, and this hurts tuning efficiency. So, making execution plans more readable will definitely make it easier to diagnose performance issues.&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/yiwen92\/Hackathon-2021-TiVP\">TiDB Visual Plan<\/a> aims to visualize SQL execution plans. It collects and sorts SQL execution plans and its runtime information in the TiDB system. It then builds a display interface based on <a href=\"https:\/\/github.com\/dalibo\/pev2\">dalibo\/pev2<\/a>, an open source Vue.js component, making SQL execution plans visible and easier to understand. TiDB Visual Plan also helps users locate and highlight the issues in TiDB such as slow SQL queries and wrong execution plans.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Collie_Diagnosing_Platform_making_TiDB_observability_possible\"><\/span>Collie Diagnosing Platform: making TiDB observability possible&nbsp;<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p><strong>Built by Team \u201cWe are so dumb and will the judges be mad?\u201d<\/strong><\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/WPH95\/collie\">Collie Diagnosing Platform<\/a> helps you identify problems by integrating fault scene information collection, online UI observation and analysis, and machine learning-assisted diagnosis. It also explores how database administors (DBAs) and operation engineers will probably work in the next three to five years.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Stay_tuned\"><\/span>Stay tuned<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Today in this post, we glanced at a handful of star projects produced at Hackathon 2021. In future posts, we will introduce more outstanding projects and take a deep dive into them. Stay tuned.&nbsp;<\/p>\n\n\n\n<p>How about you? Are you a hacker? If you are also interested in hacking and the TiDB Hackathon, you\u2019re welcome to follow @PingCAP on <a href=\"https:\/\/twitter.com\/PingCAP\">Twitter<\/a>, Facebook, <a href=\"https:\/\/github.com\/pingcap\">GitHub<\/a>, \uadf8\ub9ac\uace0 <a href=\"https:\/\/slack.tidb.io\/invite?team=tidb-community&amp;channel=everyone&amp;ref=pingcap\">Slack<\/a> for the latest information.<\/p>","protected":false},"excerpt":{"rendered":"<p> This post reviews the TiDB Hackathon 2021 and briefly introduces the star projects created there.<\/p>","protected":false},"author":8,"featured_media":6106,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ub_ctt_via":"","footnotes":""},"categories":[18],"tags":[44,59],"class_list":["post-6105","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-community","tag-hackathon","tag-open-source"],"acf":[],"featured_image_src":"https:\/\/static.pingcap.com\/files\/2022\/04\/Hackathon-2021-Hacking-Never-Stops-scaled.jpg","author_info":{"display_name":"TiDB Team","author_link":"https:\/\/www.pingcap.com\/ko\/blog\/author\/pingcap\/"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>TiDB Hackathon 2021: Hacking Never Stops | TiDB<\/title>\n<meta name=\"description\" content=\"This post reviews the TiDB Hackathon 2021 and briefly introduces the star projects created during this inspiring event.\" \/>\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\/tidb-hackathon-2021-hacking-never-stops\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"TiDB Hackathon 2021: Hacking Never Stops | TiDB\" \/>\n<meta property=\"og:description\" content=\"This post reviews the TiDB Hackathon 2021 and briefly introduces the star projects created during this inspiring event.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pingcap.com\/ko\/blog\/tidb-hackathon-2021-hacking-never-stops\/\" \/>\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=\"2022-04-14T06:50:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-20T12:05:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/static.pingcap.com\/files\/2022\/04\/Hackathon-2021-Hacking-Never-Stops-social-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1340\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"TiDB Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/static.pingcap.com\/files\/2022\/04\/Hackathon-2021-Hacking-Never-Stops-social-scaled.jpg\" \/>\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=\"TiDB Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/\"},\"author\":{\"name\":\"TiDB Team\",\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/person\/b17c1fde961eebd318de8729d595df74\"},\"headline\":\"TiDB Hackathon 2021: Hacking Never Stops\",\"datePublished\":\"2022-04-14T06:50:52+00:00\",\"dateModified\":\"2024-12-20T12:05:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/\"},\"wordCount\":1014,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.pingcap.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/static.pingcap.com\/files\/2022\/04\/Hackathon-2021-Hacking-Never-Stops-scaled.jpg\",\"keywords\":[\"Hackathon\",\"Open source\"],\"articleSection\":[\"Community\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/\",\"url\":\"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/\",\"name\":\"TiDB Hackathon 2021: Hacking Never Stops | TiDB\",\"isPartOf\":{\"@id\":\"https:\/\/www.pingcap.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/static.pingcap.com\/files\/2022\/04\/Hackathon-2021-Hacking-Never-Stops-scaled.jpg\",\"datePublished\":\"2022-04-14T06:50:52+00:00\",\"dateModified\":\"2024-12-20T12:05:14+00:00\",\"description\":\"This post reviews the TiDB Hackathon 2021 and briefly introduces the star projects created during this inspiring event.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/#primaryimage\",\"url\":\"https:\/\/static.pingcap.com\/files\/2022\/04\/Hackathon-2021-Hacking-Never-Stops-scaled.jpg\",\"contentUrl\":\"https:\/\/static.pingcap.com\/files\/2022\/04\/Hackathon-2021-Hacking-Never-Stops-scaled.jpg\",\"width\":2560,\"height\":854},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.pingcap.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"TiDB Hackathon 2021: Hacking Never Stops\"}]},{\"@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\/b17c1fde961eebd318de8729d595df74\",\"name\":\"TiDB Team\",\"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\":\"TiDB Team\"},\"url\":\"https:\/\/www.pingcap.com\/ko\/blog\/author\/pingcap\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"TiDB Hackathon 2021: Hacking Never Stops | TiDB","description":"This post reviews the TiDB Hackathon 2021 and briefly introduces the star projects created during this inspiring event.","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\/tidb-hackathon-2021-hacking-never-stops\/","og_locale":"ko_KR","og_type":"article","og_title":"TiDB Hackathon 2021: Hacking Never Stops | TiDB","og_description":"This post reviews the TiDB Hackathon 2021 and briefly introduces the star projects created during this inspiring event.","og_url":"https:\/\/www.pingcap.com\/ko\/blog\/tidb-hackathon-2021-hacking-never-stops\/","og_site_name":"TiDB","article_publisher":"https:\/\/facebook.com\/pingcap2015","article_published_time":"2022-04-14T06:50:52+00:00","article_modified_time":"2024-12-20T12:05:14+00:00","og_image":[{"width":2560,"height":1340,"url":"https:\/\/static.pingcap.com\/files\/2022\/04\/Hackathon-2021-Hacking-Never-Stops-social-scaled.jpg","type":"image\/jpeg"}],"author":"TiDB Team","twitter_card":"summary_large_image","twitter_image":"https:\/\/static.pingcap.com\/files\/2022\/04\/Hackathon-2021-Hacking-Never-Stops-social-scaled.jpg","twitter_creator":"@PingCAP","twitter_site":"@PingCAP","twitter_misc":{"Written by":"TiDB Team","Est. reading time":"5\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/#article","isPartOf":{"@id":"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/"},"author":{"name":"TiDB Team","@id":"https:\/\/www.pingcap.com\/#\/schema\/person\/b17c1fde961eebd318de8729d595df74"},"headline":"TiDB Hackathon 2021: Hacking Never Stops","datePublished":"2022-04-14T06:50:52+00:00","dateModified":"2024-12-20T12:05:14+00:00","mainEntityOfPage":{"@id":"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/"},"wordCount":1014,"commentCount":0,"publisher":{"@id":"https:\/\/www.pingcap.com\/#organization"},"image":{"@id":"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/#primaryimage"},"thumbnailUrl":"https:\/\/static.pingcap.com\/files\/2022\/04\/Hackathon-2021-Hacking-Never-Stops-scaled.jpg","keywords":["Hackathon","Open source"],"articleSection":["Community"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/","url":"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/","name":"TiDB Hackathon 2021: Hacking Never Stops | TiDB","isPartOf":{"@id":"https:\/\/www.pingcap.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/#primaryimage"},"image":{"@id":"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/#primaryimage"},"thumbnailUrl":"https:\/\/static.pingcap.com\/files\/2022\/04\/Hackathon-2021-Hacking-Never-Stops-scaled.jpg","datePublished":"2022-04-14T06:50:52+00:00","dateModified":"2024-12-20T12:05:14+00:00","description":"This post reviews the TiDB Hackathon 2021 and briefly introduces the star projects created during this inspiring event.","breadcrumb":{"@id":"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/#primaryimage","url":"https:\/\/static.pingcap.com\/files\/2022\/04\/Hackathon-2021-Hacking-Never-Stops-scaled.jpg","contentUrl":"https:\/\/static.pingcap.com\/files\/2022\/04\/Hackathon-2021-Hacking-Never-Stops-scaled.jpg","width":2560,"height":854},{"@type":"BreadcrumbList","@id":"https:\/\/www.pingcap.com\/blog\/tidb-hackathon-2021-hacking-never-stops\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pingcap.com\/"},{"@type":"ListItem","position":2,"name":"TiDB Hackathon 2021: Hacking Never Stops"}]},{"@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\/b17c1fde961eebd318de8729d595df74","name":"TiDB Team","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":"TiDB Team"},"url":"https:\/\/www.pingcap.com\/ko\/blog\/author\/pingcap\/"}]}},"grav_blocks":false,"card_markup":"<a class=\"card-resource bg-white\" href=\"https:\/\/www.pingcap.com\/ko\/blog\/tidb-hackathon-2021-hacking-never-stops\/\"><div class=\"card-resource__image-container\"><img class=\"card-resource__image\" alt=\"Hackathon 2021 Hacking Never Stops\" src=\"https:\/\/static.pingcap.com\/files\/2022\/04\/Hackathon-2021-Hacking-Never-Stops-scaled.jpg\" loading=\"lazy\" width=2560 height=854 \/><\/div><div class=\"card-resource__content-container\"><div class=\"card-resource__content-head\"><div class=\"card-resource__category\">Community<\/div><\/div><h5 class=\"card-resource__title\">TiDB Hackathon 2021: Hacking Never Stops<\/h5><\/div><\/a>","_links":{"self":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts\/6105","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\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/comments?post=6105"}],"version-history":[{"count":11,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts\/6105\/revisions"}],"predecessor-version":[{"id":24458,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts\/6105\/revisions\/24458"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/media\/6106"}],"wp:attachment":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/media?parent=6105"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/categories?post=6105"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/tags?post=6105"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}