{"id":21082,"date":"2024-09-28T20:05:12","date_gmt":"2024-09-29T03:05:12","guid":{"rendered":"https:\/\/www.pingcap.com\/article\/maximizing-tidb-with-open-source-development-tools\/"},"modified":"2024-12-11T20:15:26","modified_gmt":"2024-12-12T04:15:26","slug":"maximizing-tidb-with-open-source-development-tools","status":"publish","type":"article","link":"https:\/\/www.pingcap.com\/ko\/article\/maximizing-tidb-with-open-source-development-tools\/","title":{"rendered":"Maximizing TiDB with Open-Source Development Tools"},"content":{"rendered":"<h2><span class=\"ez-toc-section\" id=\"Introduction_to_Open_Source_Development_Tools\"><\/span>Introduction to Open Source Development Tools<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>In the dynamic world of <a href=\"https:\/\/tidb.io\/blog\/why-distributed-sql-databases-elevate-modern-app-dev\/\">database management systems<\/a>, open-source tools stand out for their innovation, accessibility, and community-driven development. These tools provide essential support in various stages of database development, from initial design to deployment, monitoring, and maintenance. For developers and database administrators (DBAs) working with <a href=\"https:\/\/tidb.io\/\">TiDB<\/a>, these tools offer extensive functionalities that make the implementation and management of TiDB clusters efficient and effective.<\/p>\n<p>Open-source tools are free to use, modify, and distribute, which makes them highly adaptable to specific project needs. They encourage collaboration and contributions from a global community of developers, resulting in frequent updates, enhanced features, and comprehensive support resources. The flexibility and scalability of open-source tools are crucial for managing large-scale, high-performance databases like TiDB.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Brief_Overview_of_TiDB_Architecture_and_Core_Features\"><\/span>Brief Overview of TiDB Architecture and Core Features<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><a href=\"https:\/\/tidb.io\/\">TiDB<\/a> is an open-source, distributed SQL database that supports <a href=\"https:\/\/tidb.io\/blog\/htap-demystified-defining-modern-data-architecture-tidb\/\">Hybrid Transactional and Analytical Processing (HTAP)<\/a>. This capability enables TiDB to handle both transactional (OLTP) and analytical (OLAP) workloads, providing users with a versatile and powerful database solution. The key features of TiDB&#8217;s architecture include:<\/p>\n<ul>\n<li><strong>Horizontal Scalability<\/strong>: TiDB separates storage from computing, allowing each layer to scale independently. You can easily add or remove nodes without affecting the system&#8217;s performance or availability.<\/li>\n<li><strong>High Availability<\/strong>: TiDB uses the Raft consensus algorithm to ensure data consistency and automatic failover. Data is replicated across multiple nodes to handle failures gracefully.<\/li>\n<li><strong>MySQL Compatibility<\/strong>: TiDB is compatible with the MySQL protocol and ecosystem. This means applications that work with MySQL can be smoothly migrated to TiDB with minimal changes.<\/li>\n<li><strong>HTAP Capabilities<\/strong>: TiDB integrates <a href=\"https:\/\/docs.pingcap.com\/tidb\/stable\/tikv-overview\/\">TiKV<\/a>, a row-based storage engine for transactional workloads, and <a href=\"https:\/\/docs.pingcap.com\/tidb\/stable\/tiflash-overview\/\">TiFlash<\/a>, a columnar storage engine for analytical queries. This combination ensures both ACID compliance for transactions and optimized performance for analytical tasks.<\/li>\n<\/ul>\n<p>For a detailed description of TiDB&#8217;s architecture, you can visit the <a href=\"https:\/\/docs.pingcap.com\/tidb\/stable\/tidb-architecture\">TiDB Architecture<\/a>.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Key_Open_Source_Tools_for_TiDB_Implementation\"><\/span>Key Open Source Tools for TiDB Implementation<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>When implementing and managing TiDB, several open-source tools can enhance your workflow, ensure high performance, and simplify data integration tasks.<\/p>\n<h3>Development and Debugging Tools<\/h3>\n<p><strong>Visual Studio Code (VS Code)<\/strong>: VS Code is a lightweight yet powerful source code editor used by many developers. With the SQLTools extension, you can connect to TiDB and interact with your database directly from the VS Code interface. This tool supports features like syntax highlighting, code completion, and direct query execution. For more information on connecting to TiDB using VS Code, refer to the <a href=\"https:\/\/docs.pingcap.com\/tidb\/v7.5\/dev-guide-gui-vscode-sqltools\">Visual Studio Code Tutorial<\/a>.<\/p>\n<div class=\"codehilite\">\n<pre><code><span class=\"c1\">\/\/ Example of a basic SQLTools configuration in VS Code<\/span>\n<span class=\"p\">{<\/span>\n  <span class=\"nt\">\"name\"<\/span><span class=\"p\">:<\/span> <span class=\"s2\">\"TiDB Serverless\"<\/span><span class=\"p\">,<\/span>\n  <span class=\"nt\">\"driver\"<\/span><span class=\"p\">:<\/span> <span class=\"s2\">\"MySQL\"<\/span><span class=\"p\">,<\/span>\n  <span class=\"nt\">\"server\"<\/span><span class=\"p\">:<\/span> <span class=\"s2\">\"tidb-serverless.example.com\"<\/span><span class=\"p\">,<\/span>\n  <span class=\"nt\">\"port\"<\/span><span class=\"p\">:<\/span> <span class=\"mi\">4000<\/span><span class=\"p\">,<\/span>\n  <span class=\"nt\">\"username\"<\/span><span class=\"p\">:<\/span> <span class=\"s2\">\"your-username\"<\/span><span class=\"p\">,<\/span>\n  <span class=\"nt\">\"password\"<\/span><span class=\"p\">:<\/span> <span class=\"s2\">\"your-password\"<\/span><span class=\"p\">,<\/span>\n  <span class=\"nt\">\"database\"<\/span><span class=\"p\">:<\/span> <span class=\"s2\">\"example-db\"<\/span><span class=\"p\">,<\/span>\n  <span class=\"nt\">\"ssl\"<\/span><span class=\"p\">:<\/span> <span class=\"kc\">true<\/span>\n<span class=\"p\">}<\/span><\/code><\/pre>\n<\/div>\n<p><strong>DBeaver<\/strong>: This open-source database tool is widely used for database management and analysis. DBeaver supports a range of databases, including TiDB. It provides a unified interface for managing different databases, performing SQL queries, and visualizing data. DBeaver is particularly useful for DBAs and analysts who need robust, multi-database support.<\/p>\n<h3>Performance Monitoring and Optimization Tools<\/h3>\n<p><strong>Grafana<\/strong>: Grafana is an open-source platform for monitoring and observability that allows you to query, visualize, alert on, and understand your metrics. By integrating Grafana with <a href=\"https:\/\/docs.pingcap.com\/tidb\/stable\/prometheus-overview\">Prometheus<\/a>, another open-source monitoring solution, you can effectively monitor the performance of your TiDB clusters. Grafana provides rich visualization options through dashboards and panels, helping you track metrics like query performance, node health, and resource utilization in real-time.<\/p>\n<p><strong>Prometheus<\/strong>: Prometheus is a powerful tool for collecting and storing metrics, particularly useful for monitoring distributed systems like TiDB. It supports a robust querying language and provides various data sources and exporters to collect metrics from different services. Prometheus works seamlessly with Grafana to provide a comprehensive monitoring solution for TiDB.<\/p>\n<div class=\"codehilite\">\n<pre><code><span class=\"c1\"># Example Prometheus configuration to monitor TiDB<\/span>\n<span class=\"nt\">global<\/span><span class=\"p\">:<\/span>\n  <span class=\"nt\">scrape_interval<\/span><span class=\"p\">:<\/span> <span class=\"l l-Scalar l-Scalar-Plain\">15s<\/span>\n\n<span class=\"nt\">scrape_configs<\/span><span class=\"p\">:<\/span>\n  <span class=\"p p-Indicator\">-<\/span> <span class=\"nt\">job_name<\/span><span class=\"p\">:<\/span> <span class=\"s\">'tidb'<\/span>\n    <span class=\"nt\">static_configs<\/span><span class=\"p\">:<\/span>\n      <span class=\"p p-Indicator\">-<\/span> <span class=\"nt\">targets<\/span><span class=\"p\">:<\/span> <span class=\"p p-Indicator\">[<\/span><span class=\"s\">'localhost:9090'<\/span><span class=\"p p-Indicator\">]<\/span>\n<\/code><\/pre>\n<\/div>\n<h3>Data Integration and ETL Tools<\/h3>\n<p><strong>Apache Kafka<\/strong>: Kafka is a distributed streaming platform that is widely used for building real-time data pipelines and streaming applications. Kafka&#8217;s event-driven architecture makes it an excellent tool for integrating with TiDB, facilitating real-time data ingestion and processing.<\/p>\n<p><strong>Apache NiFi<\/strong>: NiFi is an open-source data integration tool that provides a highly configurable data flow management system. It offers built-in processors for data routing, transformation, and system mediation logic, making it a powerful tool for ETL (Extract, Transform, Load) operations with TiDB.<\/p>\n<h3>CI\/CD and Automation Tools<\/h3>\n<p><strong>Jenkins<\/strong>: Jenkins is an open-source automation server used for building, deploying, and automating projects. It supports extensive plugins for integrating with various DevOps tools. By using Jenkins pipelines, you can automate the deployment and management of TiDB clusters, ensuring continuous delivery and integration.<\/p>\n<p><strong>GitLab CI<\/strong>: GitLab CI is an integrated part of GitLab that allows you to build, test, and deploy your code. It supports a range of runners and executors, facilitating the automation of tasks and deployment operations. GitLab CI can be configured to work seamlessly with TiDB for automated testing and deployment.<\/p>\n<div class=\"codehilite\">\n<pre><code><span class=\"c1\"># Example GitLab CI configuration for deploying TiDB<\/span>\n<span class=\"nt\">stages<\/span><span class=\"p\">:<\/span>\n  <span class=\"p p-Indicator\">-<\/span> <span class=\"l l-Scalar l-Scalar-Plain\">deploy<\/span>\n\n<span class=\"nt\">deploy_tidb<\/span><span class=\"p\">:<\/span>\n  <span class=\"nt\">stage<\/span><span class=\"p\">:<\/span> <span class=\"l l-Scalar l-Scalar-Plain\">deploy<\/span>\n  <span class=\"nt\">script<\/span><span class=\"p\">:<\/span>\n    <span class=\"p p-Indicator\">-<\/span> <span class=\"l l-Scalar l-Scalar-Plain\">apt-get update &amp;&amp; apt-get install -y tiup<\/span>\n    <span class=\"p p-Indicator\">-<\/span> <span class=\"l l-Scalar l-Scalar-Plain\">tiup cluster deploy tidb-test v5.0.0 .\/topology.yaml --user root<\/span>\n<\/code><\/pre>\n<\/div>\n<h2><span class=\"ez-toc-section\" id=\"Case_Studies_and_Best_Practices\"><\/span>Case Studies and Best Practices<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<h3>Real-World Use Cases of Open Source Tools Enhancing TiDB Implementations<\/h3>\n<p>Many organizations have successfully leveraged open-source tools to enhance their TiDB implementations. For instance, a financial services company utilized <a href=\"https:\/\/tidb.io\/blog\/tidb-observability-stack\/\">Grafana and Prometheus<\/a> for real-time monitoring of their TiDB clusters, ensuring high availability and performance during peak transaction times. This setup allowed the team to quickly identify and resolve issues, maintaining optimal system performance.<\/p>\n<h3>Common Challenges and Solutions When Integrating Open Source Tools with TiDB<\/h3>\n<p>While open-source tools offer numerous benefits, integrating them with TiDB can present challenges. Common issues include configuration complexities, compatibility with existing workflows, and maintaining security. Solutions to these challenges often involve thorough documentation, community support, and best practices for security and configuration management.<\/p>\n<h3>Best Practices for Selecting and Utilizing Development Tools in TiDB Projects<\/h3>\n<p>When selecting development tools for TiDB projects, consider factors such as community support, compatibility, ease of integration, and security. It is also important to:<\/p>\n<ol>\n<li>Stay Updated: Regularly update your tools to benefit from new features and security patches.<\/li>\n<li>Leverage Community Resources: Utilize forums, GitHub repositories, and documentation to troubleshoot issues and share knowledge.<\/li>\n<li>Automate Where Possible: Use CI\/CD tools to automate repetitive tasks, ensuring consistency and reducing manual errors.<\/li>\n<\/ol>\n<h2><span class=\"ez-toc-section\" id=\"Conclusion\"><\/span>Conclusion<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Incorporating open-source tools into your TiDB implementation can significantly enhance your database management capabilities, from development and debugging to performance monitoring and data integration. By leveraging tools like VS Code, Grafana, Prometheus, Kafka, NiFi, Jenkins, and GitLab CI, you can build a robust and scalable database environment that meets your organizational needs.<\/p>\n<p>For a comprehensive guide on TiDB and how to integrate these tools, explore the <a href=\"https:\/\/docs.pingcap.com\/tidb\/v7.5\/overview\">TiDB documentation<\/a> and <a href=\"https:\/\/tidb.io\/tidb-cloud-serverless\/\">TiDB Cloud<\/a> for fully-managed services that simplify cloud deployment.<\/p>\n<p>By following best practices and learning from real-world case studies, you can overcome common challenges and maximize the effectiveness of your TiDB projects, ensuring high performance and reliability.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Discover how open-source tools enhance TiDB&#8217;s performance, scalability, and management in distributed SQL databases.<\/p>","protected":false},"author":8,"featured_media":0,"template":"","class_list":["post-21082","article","type-article","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Maximizing TiDB with Open-Source Development Tools | TiDB<\/title>\n<meta name=\"description\" content=\"Discover how open-source tools enhance TiDB&#039;s performance, scalability, and management in distributed SQL databases.\" \/>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Maximizing TiDB with Open-Source Development Tools | TiDB\" \/>\n<meta property=\"og:description\" content=\"Discover how open-source tools enhance TiDB&#039;s performance, scalability, and management in distributed SQL databases.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pingcap.com\/ko\/article\/maximizing-tidb-with-open-source-development-tools\/\" \/>\n<meta property=\"og:site_name\" content=\"TiDB\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/pingcap2015\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-12T04:15:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/static.pingcap.com\/files\/2024\/09\/11005522\/Homepage-Ad.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1440\" \/>\n\t<meta property=\"og:image:height\" content=\"714\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@PingCAP\" \/>\n<meta name=\"twitter:label1\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data1\" content=\"6\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.pingcap.com\/article\/maximizing-tidb-with-open-source-development-tools\/\",\"url\":\"https:\/\/www.pingcap.com\/article\/maximizing-tidb-with-open-source-development-tools\/\",\"name\":\"Maximizing TiDB with Open-Source Development Tools | TiDB\",\"isPartOf\":{\"@id\":\"https:\/\/www.pingcap.com\/#website\"},\"datePublished\":\"2024-09-29T03:05:12+00:00\",\"dateModified\":\"2024-12-12T04:15:26+00:00\",\"description\":\"Discover how open-source tools enhance TiDB's performance, scalability, and management in distributed SQL databases.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.pingcap.com\/article\/maximizing-tidb-with-open-source-development-tools\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.pingcap.com\/article\/maximizing-tidb-with-open-source-development-tools\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.pingcap.com\/article\/maximizing-tidb-with-open-source-development-tools\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.pingcap.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Articles\",\"item\":\"https:\/\/www.pingcap.com\/article\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Maximizing TiDB with Open-Source Development Tools\"}]},{\"@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\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Maximizing TiDB with Open-Source Development Tools | TiDB","description":"Discover how open-source tools enhance TiDB's performance, scalability, and management in distributed SQL databases.","robots":{"index":"noindex","follow":"follow"},"og_locale":"ko_KR","og_type":"article","og_title":"Maximizing TiDB with Open-Source Development Tools | TiDB","og_description":"Discover how open-source tools enhance TiDB's performance, scalability, and management in distributed SQL databases.","og_url":"https:\/\/www.pingcap.com\/ko\/article\/maximizing-tidb-with-open-source-development-tools\/","og_site_name":"TiDB","article_publisher":"https:\/\/facebook.com\/pingcap2015","article_modified_time":"2024-12-12T04:15:26+00:00","og_image":[{"width":1440,"height":714,"url":"https:\/\/static.pingcap.com\/files\/2024\/09\/11005522\/Homepage-Ad.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@PingCAP","twitter_misc":{"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"6\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.pingcap.com\/article\/maximizing-tidb-with-open-source-development-tools\/","url":"https:\/\/www.pingcap.com\/article\/maximizing-tidb-with-open-source-development-tools\/","name":"Maximizing TiDB with Open-Source Development Tools | TiDB","isPartOf":{"@id":"https:\/\/www.pingcap.com\/#website"},"datePublished":"2024-09-29T03:05:12+00:00","dateModified":"2024-12-12T04:15:26+00:00","description":"Discover how open-source tools enhance TiDB's performance, scalability, and management in distributed SQL databases.","breadcrumb":{"@id":"https:\/\/www.pingcap.com\/article\/maximizing-tidb-with-open-source-development-tools\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pingcap.com\/article\/maximizing-tidb-with-open-source-development-tools\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.pingcap.com\/article\/maximizing-tidb-with-open-source-development-tools\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pingcap.com\/"},{"@type":"ListItem","position":2,"name":"Articles","item":"https:\/\/www.pingcap.com\/article\/"},{"@type":"ListItem","position":3,"name":"Maximizing TiDB with Open-Source Development Tools"}]},{"@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"]}]}},"card_markup":"        <a class=\"card-article\" href=\"https:\/\/www.pingcap.com\/ko\/article\/maximizing-tidb-with-open-source-development-tools\/\">            <h3>Maximizing TiDB with Open-Source Development Tools<\/h3>            <p>Discover how open-source tools enhance TiDB's performance, scalability, and management in distributed SQL databases.<\/p>        <\/a>","_links":{"self":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/article\/21082","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/article"}],"about":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/types\/article"}],"author":[{"embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/users\/8"}],"wp:attachment":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/media?parent=21082"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}