blog/cn/material/index.html (182 lines of code) (raw):

<!DOCTYPE html> <html lang="en-us"> <head> <style> a { word-wrap: break-word; } </style> </head> <body> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>博文选集 &middot; ShardingSphere - 博客</title> <link rel="stylesheet" href="https://shardingsphere.apache.org/blog/css/style.css"> <link rel="stylesheet" href="https://shardingsphere.apache.org/blog/css/fonts.css"> <link rel="icon" type="image/png" sizes="32x32" href="https://shardingsphere.apache.org/blog/images/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="https://shardingsphere.apache.org/blog/images/favicon-16x16.png"> <link rel="apple-touch-icon" sizes="180x180" href="https://shardingsphere.apache.org/blog/images/apple-touch-icon.png"> <link href="https://shardingsphere.apache.org/blog/cn/material/index.xml" rel="alternate" type="application/rss+xml" title="ShardingSphere - 博客" /> </head> <div style="position: sticky; position: -webkit-sticky; top: 0px; background-color: rgba(255, 255, 255, 0.888);"> <nav class="nav"> <div class="nav-container"> <a href="https://shardingsphere.apache.org/blog/"> <h1 class="nav-title">ShardingSphere - 博客</h1> </a> <span style="padding-left: 65px;"> <li> <a href="https://shardingsphere.apache.org/blog/cn/material/"> <h3>文章</h3> </a> </li> <li> <a href="https://shardingsphere.apache.org/blog/cn/videos/"> <h3>视频</h3> </a> </li> </span> <span style="position: relative; left: 75px; background: rgba(0, 0, 0, 0.664); font-weight: bold; padding:0.1rem; padding-left:15px; padding-right:15px; padding-top: 2px; padding-bottom: 5px; border-radius:10px;"> <a style="color: white;" href="https://shardingsphere.apache.org/blog/en/material/">English</a> </span> </div> </div> </nav></div> <main> <div class="catalogue"> <a href="https://shardingsphere.apache.org/blog/cn/material/spotless/" class="catalogue-item"> <div> <h2 class="catalogue-title">Apache ShardingSphere 代码格式化实战 —— Spotless</h2> <div class="catalogue-line"></div> <p> 为什么要代码格式化?代码格式化的意义是让代码更加 易读易懂易修改。 ShardingSphere 作为 Apache 顶级开源项目,截止当前已有 380&#43; 贡献者。因为大部分开发人员的代码风格不一致,在 Github 多人协作的模式下,不易保障项目整体代码格式。 基于以上诉求,ShardingSphere 采用了 Spotless 充当代码格式统一的角色。 什么是 Spotless Spotless 是支持多种语言的代码格式化工具,支持 Maven 和 Gradle 以 Plugin 的形式构建。 Spotless 对开发者来说,有 2 种使用方式:检查代码是否存在格式问题,以及格式化代码。 ShardingS </p> </div> </a> <a href="https://shardingsphere.apache.org/blog/cn/material/proxyintroduce/" class="catalogue-item"> <div> <h2 class="catalogue-title">ShardingSphere-Proxy:从实际场景出发,快速上手</h2> <div class="catalogue-line"></div> <p> 本篇文章主要从项目中实际场景出发,讲解分库分表等功能在日常运维中遇到的问题,以及 ShardingSphere-Proxy 对应的解决方案,版本号:v5.1.0。 如无特别声明,以下示例中的数据库指 MySQL。 这个项目做什么 ShardingSphere-Proxy,可以让用户像使用原生数据库一样使用 Apache ShardingSphere。 了解一项技术的开始,一般从官网开始。先来看一看官网对 ShardingSphere-Proxy 的定义是什么样的: 定位为透明化的数据库代理端,提供封装了数据库二进制协议的服务端版本,用于完成对异构语言的支持。 目前提供 MySQL 和 PostgreSQL( </p> </div> </a> <a href="https://shardingsphere.apache.org/blog/cn/material/oct_12_9_shardingsphere_jd_baitiao_story_of_an_implementation_journey/" class="catalogue-item"> <div> <h2 class="catalogue-title">Apache ShardingSphere 在京东白条场景的落地之旅</h2> <div class="catalogue-line"></div> <p> 京东白条使用 Apache ShardingSphere 解决了千亿数据存储和扩容的问题,为大促活动奠定了基础。 2014 年初,“京东白条”作为业内互联网信用支付产品,数据量爆发式的增长,每一次大促备战都是对技术人员的考验,每一次的战略转型驱动着数据架构的成长。 &amp;ndash;张栋芳,京东白条研发负责人 京东白条数据架构演进史 自 2014 年 2 月京东白条业务上线起,为满足快速发展的业务和激增的海量数据,白条的数据架构经历了数次演进。 2014~2015 Solr &#43; HBase 的方案解决了核心、非核心业务系统对关键数据库的访问问题,Solr 作为被检索字段的索引,HBase 用作全量的数据 </p> </div> </a> <a href="https://shardingsphere.apache.org/blog/cn/material/oct_12_8_shardingsphere_google_summer_of_code_students_how_was_your_open_source_experience/" class="catalogue-item"> <div> <h2 class="catalogue-title">ShardingSphere X Google 编程之夏:同学,开源你怎么看?</h2> <div class="catalogue-line"></div> <p> Apache ShardingSphere 社区有幸参与 Google 编程之夏(Google Summer of Code, 以下简称 GSoC),指导年轻一代参与开源程序代码设计。GSoC 是 Google 公司主办的年度开源程序设计项目,第一届从 2005 年开始,主要目的是鼓励世界各地的学生参与开放源代码的程序设计。而 Apache ShardingSphere 项目也被选中成为 GSoC 一部分,为学生带来开源软件开发的有趣体验。 Thanoshan 和 Liangda两位学生在上一届的 GSoC 中积极与 Apache ShardingSphere 导师工作,接受指导,在 GSoC 结束后依旧在 Sh </p> </div> </a> <a href="https://shardingsphere.apache.org/blog/cn/material/oct_12_7_opengauss_shardingsphere_one_of_the_top_distribution_solutions/" class="catalogue-item"> <div> <h2 class="catalogue-title">openGauss X ShardingSphere,分布式方案的另一种最佳实践</h2> <div class="catalogue-line"></div> <p> Apache ShardingSphere 持续助力于 openGauss 分布式数据库能力的构建。openGauss 数据库自 2020 年 6 月开源以来,受到了业界的广泛关注,现已吸引众多伙伴、开发者参与其中,共建繁荣的数据库生态。面对如今海量数据,超高并发等诸多场景,openGauss 将目光转向于分布式解决方案,专注于解决海量数据存储、超高并发吞吐、大表瓶颈等众多难题,与 ShardingSphere 一起构建全栈开源分布式解决方案,实现 openGauss 的又一大突破。 分布式解决方案 图1 分布式解决方案整体框图 openGauss 融合了众多开源组件,用以构建集数据水平扩展、分布式事务及治理 </p> </div> </a> <a href="https://shardingsphere.apache.org/blog/cn/material/oct_12_6_autotable_your_butler-like_sharding_configuration_tool/" class="catalogue-item"> <div> <h2 class="catalogue-title">分片利器 AutoTable:为用户带来「管家式」分片配置体验</h2> <div class="catalogue-line"></div> <p> 在《DistSQL:像数据库一样使用 Apache ShardingSphere》一文中,Committer 孟浩然为大家介绍了 DistSQL 的设计初衷和语法体系,并通过实战操作展示了一条 SQL 创建分布式数据库表的强大能力,展现了 Apache ShardingSphere 在新形态下的交互体验。 在前文发布后,小助手陆续收到热心读者的私信,询问使用 DistSQL 配置分片规则的细节,以及使用 YAML、Namespace 等形式的配置时,是否可以像 DistSQL 一样快速方便的完成分布式表的配置和创建?本文将为大家解答这些疑问。 江龙滔 SphereEx 中间件研发工程师,Apache Shardi </p> </div> </a> <a href="https://shardingsphere.apache.org/blog/cn/material/oct_12_5_e-hualu_shardingsphere_hulu_story_data_processing_shortcut/" class="catalogue-item"> <div> <h2 class="catalogue-title">易华录 X ShardingSphere|葫芦 App 后台数据处理的逻辑捷径</h2> <div class="catalogue-line"></div> <p> “ShardingSphere 大大简化了分库分表的开发和维护工作,对于业务的快速上线起到了非常大的支撑作用,保守估计 ShardingSphere 至少为我们节省了 4 个月的研发成本。” ——史墨轩,易华录·技术总监 今年以来,伴随着易华录旗下面向个人用户的云服务产品**【葫芦 App】**正式上线,后台架构所承受的业务压力也与日俱增。 为此,葫芦 App 研发团队选择采用 ShardingSphere 分库分表的功能对数据进行了横向的拆分,围绕 ShardingSphere 灵活敏捷的特性,满足了葫芦 App 业务对数据层扩展性的要求,避免团队重复“造轮子”,最大程度简化了随着业务增长而带来的愈发复杂化的分 </p> </div> </a> <a href="https://shardingsphere.apache.org/blog/cn/material/oct_12_4_updates_and_faq_your_1_minute_quick_start_guide_to_shardingsphere/" class="catalogue-item"> <div> <h2 class="catalogue-title">ShardingSphere 知识库更新 | 官方样例集助你快速上手</h2> <div class="catalogue-line"></div> <p> Apache ShardingSphere 作为 Apache 顶级项目,是数据库领域最受欢迎的开源项目之一。经过 5 年多的发展,ShardingSphere 已获得超 14K Stars 的关注,270&#43; 贡献者,建立起了活跃的社区生态。 随着项目的蓬勃发展,版本的不断更迭,Apache ShardingSphere 支持的特性逐渐增多,功能日益强大,配置规则也在不断优化。为了帮助用户更好地理解各项特性和配置规则,方便用户快速测试并运行相关功能组件,找到最佳实现,shardingsphere-example 项目应运而生。 shardingsphere-example 是一个独立的 Maven 项目,位于 A </p> </div> </a> <a href="https://shardingsphere.apache.org/blog/cn/material/oct_12_3_how_can_students_participate_in_open-source_communities/" class="catalogue-item"> <div> <h2 class="catalogue-title">趣说开源|学生如何参与开源社区?</h2> <div class="catalogue-line"></div> <p> 现在的开发人员普遍都有开源项目或社区的经验。实际上,除了开发人员外,学生应该而且也越来越愿意参与到开源项目中。如果想知道更多关于为什么应该考虑参与开源项目,请参考“为什么应该加入开源社区[1]”。 可以说,过去的两年里充满了挑战,新冠疫情永远改变了我们,改变了我们贴近和珍视生活的方式,改变了我们的工作方式,改变了我们的社交方式,最终网络研讨会还有在线活动成为新常态。 学生也深受影响。在线学习意味着学生必须再次适应掌握课程内容的方式,同时也必须适应如何在这前所未有的艰难时期找到第一份职业机会或实习岗位,充分利用在线实习并获得宝贵经验已成为学生度过难关的一种选择。Google[2],Anitab[3] 和 ISCAS </p> </div> </a> <a href="https://shardingsphere.apache.org/blog/cn/material/oct_12_2_a_distributed_database_middleware_ecosystem_driven_by_open_source/" class="catalogue-item"> <div> <h2 class="catalogue-title">Apache ShardingSphere:由开源驱动的分布式数据库中间件生态</h2> <div class="catalogue-line"></div> <p> 2021 年 7 月 21 日 2021 亚马逊云科技中国峰会现场,SphereEx 联合创始人、Apache ShardingSphere PMC 潘娟受邀参与此次峰会,以《Apache ShardingSphere 分布式数据库中间件开源生态构建》为主题,围绕开源理念扩散、社区建设、ShardingSphere 如何践行 Apache Way 等方面展开了介绍,本文总结自潘娟内容分享。 在数据库之上与业务之下的新生态 一层贴近应用,一层贴近 DataBase。 不同的行业、不同的用户、不同的定位、不同的需求&amp;hellip;.如今的数据库面临着比过去更加复杂的数据应用场景以及愈发个性化和定制化的数据处理需求。愈 </p> </div> </a> </div> <div class="pagination"> <a href="https://shardingsphere.apache.org/blog/cn/material/page/2/" class="right arrow">&#8594;</a> <span>1</span> </div> </main> <footer> <span> Copyright &copy; 2018-2020, <a href="https://shardingsphere.apache.org/blog/">Apache ShardingSphere</a>, ShardingSphere, Apache, the Apache feather logo, and the Apache ShardingSphere project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries. </span> </footer> </body> </html>