| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8" /> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| <title>Apache ShardingSphere</title> |
| <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png" /> |
| <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png" /> |
| <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png" /> |
| <link rel="manifest" href="/favicon/site.webmanifest" /> |
| <link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#5bbad5" /> |
| <meta name="msapplication-TileColor" content="#da532c" /> |
| <meta name="theme-color" content="#ffffff" /> |
| <meta property="og:title" content="Apache ShardingSphere" /> |
| <meta property="og:description" content="The ecosystem to transform any database into a distributed database system, and enhance it with sharding, elastic scaling, encryption features & more" /> |
| <meta property="og:type" content="website" /> |
| <meta property="og:url" content="https://shardingsphere.apache.org/" /> |
| <meta property="og:image" content="https://shardingsphere.apache.org/images/base/logo.png" /> |
| <meta name="twitter:card" value="summary" /> |
| <meta name="twitter:site" value="@ShardingSphere" /> |
| <script src="./js/libs/bodyScrollLock.min.js"></script> |
| <script src="./js/libs/jquery-3.6.0.min.js"></script> |
| <link rel="stylesheet" href="./style/font.css" /> |
| <link rel="stylesheet" href="./style/modern-normalize.css" /> |
| <link rel="stylesheet" href="./style/base.css?202209011805" /> |
| <link rel="stylesheet" href="./style/index.css?202209011805" /> |
| <link rel="stylesheet" href="./style/firstSection.css?202209011805" /> |
| <link rel="stylesheet" href="./style/firstSectionResponsive.css?202209011805" /> |
| <link rel="stylesheet" href="./style/philosophy.css?202209091805" /> |
| <link rel="stylesheet" href="./style/philosophyResponsive.css?202209091805" /> |
| <link rel="stylesheet" href="./style/coreFunctions.css?202209011805" /> |
| <link rel="stylesheet" href="./style/coreFunctionsResponsive.css?202209011805" /> |
| <link rel="stylesheet" href="./style/roadmap.css?202209011805" /> |
| <link rel="stylesheet" href="./style/roadmapResponsive.css?202209011805" /> |
| <link rel="stylesheet" href="./style/footer.css?202209011805" /> |
| <link rel="stylesheet" href="./style/footerResponsive.css?202209011805" /> |
| <link rel="stylesheet" href="./style/navigation.css?202209011805" /> |
| <link rel="stylesheet" href="./style/coreValue.css?202209011805" /> |
| <link rel="stylesheet" href="./style/coreValueResponsive.css?202209011805" /> |
| <link rel="stylesheet" type="text/css" href="./style/slick.min.css" /> |
| <link rel="stylesheet" href="./style/slick.css" /> |
| <!-- <link rel="stylesheet" href="./style/dark.css" /> --> |
| |
| <!-- baidu Analytics --> |
| <script> |
| var _hmt = _hmt || [] |
| ;(function () { |
| var hm = document.createElement('script') |
| hm.src = 'https://hm.baidu.com/hm.js?d5a1dc8dcf63a64ee55b80de01c7fb1a' |
| var s = document.getElementsByTagName('script')[0] |
| s.parentNode.insertBefore(hm, s) |
| })() |
| </script> |
| <!-- Global site tag (gtag.js) - Google Analytics --> |
| <script |
| async |
| src="https://www.googletagmanager.com/gtag/js?id=G-HETCF66YL0" |
| ></script> |
| <script> |
| window.dataLayer = window.dataLayer || [] |
| function gtag() { |
| window.dataLayer.push(arguments) |
| } |
| gtag('js', new Date()) |
| |
| gtag('config', 'G-HETCF66YL0', { |
| page_title: 'homepage_zh', |
| }) |
| </script> |
| </head> |
| <body> |
| <!-- navigation --> |
| <nav class="navigation"> |
| <div class="content"> |
| <div class="logos"> |
| <a href="https://www.apache.org/foundation/contributing.html"> |
| <img src="./images/base/support-apache.png" alt="Apache Support Logo" /> |
| </a> |
| <a href="https://www.apache.org/"> |
| <img src="./images/base/asf_logo.svg" alt="The Apache Software Foundation" /> |
| </a> |
| </div> |
| |
| <div class="links"> |
| <a href="https://shardingsphere.apache.org/document/current/cn/downloads/" target="_blank">产品下载</a> |
| |
| <div class="i-drop-btn"> |
| <span>文档</span> |
| <span class="arrow"></span> |
| |
| <div class="i-drop-pop"> |
| <div class="dropListItem"> |
| <a href="https://shardingsphere.apache.org/document/current/cn/overview" target="_blank">master</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://shardingsphere.apache.org/document/5.3.2/cn/overview" target="_blank">Latest Release</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="/legacy_zh.html" target="_blank">遗留</a> |
| </div> |
| <!-- <div class="dropListItem"> |
| <a href="https://shardingsphere.apache.org/document/5.1.1/cn/overview" target="_blank">5.1.1</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://shardingsphere.apache.org/document/5.1.0/cn/overview" target="_blank">5.1.0</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://shardingsphere.apache.org/document/5.0.0/cn/overview" target="_blank">5.0.0</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://shardingsphere.apache.org/document/5.0.0-beta/cn/overview" target="_blank">5.0.0-beta</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://shardingsphere.apache.org/document/5.0.0-alpha/cn/overview" target="_blank">5.0.0-alpha</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://shardingsphere.apache.org/document/4.1.1/cn/overview" target="_blank">4.1.1(遗留)</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://shardingsphere.apache.org/document/4.1.0/cn/overview" target="_blank">4.1.0(遗留)</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://shardingsphere.apache.org/document/legacy/4.x/document/cn/overview" target="_blank">4.0.0(遗留)</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://shardingsphere.apache.org/document/legacy/3.x/document/cn/overview" target="_blank">3.x(遗留)</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://shardingsphere.apache.org/document/legacy/2.x/cn/" target="_blank">2.x(遗留)</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://shardingsphere.apache.org/document/legacy/1.x/cn/" target="_blank">1.x(遗留)</a> |
| </div> --> |
| </div> |
| </div> |
| |
| <div class="i-drop-btn"> |
| <span>社区</span> |
| <span class="arrow"></span> |
| |
| <div class="i-drop-pop"> |
| <div class="dropListItem"> |
| <a href="https://shardingsphere.apache.org/community/cn/involved/" target="_blank">参与贡献</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://shardingsphere.apache.org/community/cn/team/" target="_blank">团队成员</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://shardingsphere.apache.org/statistics/staging/index.html" target="_blank">项目报告</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://github.com/apache/shardingsphere/wiki" target="_blank">Wiki</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://github.com/apache/shardingsphere" target="_blank">GitHub</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://github.com/apache/shardingsphere/issues" target="_blank">缺陷跟踪</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://shardingsphere.apache.org/community/cn/powered-by/" target="_blank">采用公司</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://shardingsphere.apache.org/community/cn/involved/subscribe/" target="_blank">邮件列表</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://twitter.com/ShardingSphere" target="_blank">推特</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://apacheshardingsphere.slack.com/messages/C026MLH7F34" target="_blank">讨论群组</a> |
| </div> |
| <div class="dropListItem"> |
| <div class="qrcode"> |
| <img src="/images/footer/QRcode.jpg" alt="wechat qrcode"> |
| 扫码关注微信公众号 |
| </div> |
| </div> |
| </div> |
| </div> |
| |
| <div id="btn-subproject" class="i-drop-btn"> |
| <span>子项目</span> |
| <span class="arrow"></span> |
| |
| <div class="i-drop-pop"> |
| <div class="dropListItem"> |
| <a class="i-drop-list" href="https://shardingsphere.apache.org/elasticjob/" target="_blank">ElasticJob</a> |
| </div> |
| <div class="dropListItem"> |
| <a class="i-drop-list" href="https://shardingsphere.apache.org/oncloud/" target="_blank">OnCloud</a> |
| </div> |
| </div> |
| </div> |
| |
| <div id="btn-community" class="i-drop-btn"> |
| <span>博客</span> |
| <span class="arrow"></span> |
| |
| <div class="i-drop-pop"> |
| <div class="dropListItem"> |
| <a href="https://shardingsphere.apache.org/blog/cn/material" target="_blank">精选集</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://github.com/apache/shardingsphere/issues/650" target="_blank">汇总集</a> |
| </div> |
| </div> |
| </div> |
| |
| <div id="btn-asf" class="i-drop-btn"> |
| <span>ASF</span> |
| <span class="arrow"></span> |
| |
| <div class="i-drop-pop"> |
| <div class="dropListItem"> |
| <a href="https://www.apache.org" target="_self">基金会</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://www.apache.org/licenses/" target="_self">证书</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://www.apache.org/events/current-event" target="_self">事件</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://shardingsphere.apache.org/community/cn/security/" target="_self">安全</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://www.apache.org/foundation/sponsorship.html" target="_self">赞助</a> |
| </div> |
| <div class="dropListItem"> |
| <a href="https://www.apache.org/foundation/thanks.html" target="_self">致谢</a> |
| </div> |
| </div> |
| </div> |
| |
| <span class="langs"> |
| <a href="/">EN</a> |
| <div class="l"></div> |
| <a href="/index_zh.html">CN</a> |
| </span> |
| </div> |
| |
| <div class="iconMenu"></div> |
| </div> |
| </nav> |
| |
| <main> |
| <!-- first section --> |
| |
| <section id="firstSection"> |
| <div class="topShadow"></div> |
| |
| <div class="container"> |
| <div class="content"> |
| <img class="logo" src="./images/firstSection/shardingSphereLogo.png" alt="logo" /> |
| |
| <div class="leftContent"> |
| <!-- <h1>Database Plus</h1> --> |
| <h2>什么是 Apache ShardingSphere?</h2> |
| <p class="subtitle"> |
| Apache ShardingSphere 是一款分布式的数据库生态系统,可以将任意数据库转换为分布式数据库,并通过数据分片、弹性伸缩、加密等能力对原有数据库进行增强。 |
| </p> |
| |
| <div class="buttons"> |
| <a href="https://shardingsphere.apache.org/document/current/cn/downloads/"> |
| <button class="primary">下载产品</button> |
| </a> |
| <a class="link" href="https://shardingsphere.apache.org/document/current/cn/overview/"> |
| <button class="learnMoreButton">了解更多</button> |
| </a> |
| <a class="link" target="_blank" href="https://ieeexplore.ieee.org/document/9835604"> |
| <button class="learnMoreButton">学术成果</button> |
| </a> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
| |
| <!-- core functions --> |
| |
| <section id="coreFunctions"> |
| <div class="container"> |
| <div class="content"> |
| <h2>核心功能</h2> |
| <div class="con-functions"> |
| <div class="con-functions-col"> |
| <div class="con-functions-item"> |
| <img src="/images/coreValue/iconProductSharding.png" class="ico" /> |
| <div class="itemm-detail"> |
| <p class="title">数据分片</p> |
| <p class="desc">ShardingSphere 基于底层数据库提供分布式数据库解决方案,可以水平扩展计算和存储。</p> |
| </div> |
| </div> |
| <div class="con-functions-item"> |
| <img src="/images/coreValue/iconProductReplace.png" class="ico" /> |
| <div class="itemm-detail"> |
| <p class="title">高可用</p> |
| <p class="desc">ShardingSphere 提供基于原生或 Kubernetes 环境下数据库集群的分布式高可用能力。</p> |
| </div> |
| </div> |
| <div class="con-functions-item"> |
| <img src="/images/coreValue/iconProductEncryption.png" class="ico" /> |
| <div class="itemm-detail"> |
| <p class="title">数据加密</p> |
| <p class="desc">ShardingSphere 提供完整、透明、安全、低成本的数据加密解决方案。</p> |
| </div> |
| </div> |
| </div> |
| |
| <div class="con-functions-col"> |
| <div class="con-functions-item"> |
| <img src="/images/coreValue/iconProductExtension.png" class="ico" /> |
| <div class="itemm-detail"> |
| <p class="title">分布式事务</p> |
| <p class="desc">基于 XA 和 BASE 的混合事务引擎,ShardingSphere 提供在独立数据库上的分布式事务功能,保证跨数据源的数据安全。</p> |
| </div> |
| </div> |
| <div class="con-functions-item"> |
| <img src="/images/coreValue/iconProductRemove.png" class="ico" /> |
| <div class="itemm-detail"> |
| <p class="title">数据迁移</p> |
| <p class="desc">ShardingSphere 提供跨数据源的数据迁移能力,并可支持重分片扩展。</p> |
| </div> |
| </div> |
| <div class="con-functions-item"> |
| <img src="/images/coreValue/iconProductShadow.png" class="ico" /> |
| <div class="itemm-detail"> |
| <p class="title">影子库</p> |
| <p class="desc">在全链路压测场景下,ShardingSphere 支持不同工作负载下的数据隔离,避免测试数据污染生产环境。</p> |
| </div> |
| </div> |
| </div> |
| |
| <div class="con-functions-col"> |
| <div class="con-functions-item"> |
| <img src="/images/coreValue/iconProductRead.png" class="ico" /> |
| <div class="itemm-detail"> |
| <p class="title">读写分离</p> |
| <p class="desc">基于对 SQL 语义理解及对底层数据库拓扑感知能力,ShardingSphere 提供灵活的读写流量拆分和读流量负载均衡。</p> |
| </div> |
| </div> |
| <div class="con-functions-item"> |
| <img src="/images/coreValue/iconProductionFederated_query.png" class="ico" /> |
| <div class="itemm-detail"> |
| <p class="title">联邦查询</p> |
| <p class="desc">ShardingSphere 提供跨数据源的复杂查询分析能力,实现跨源的数据关联与聚合。</p> |
| </div> |
| </div> |
| <div class="con-functions-item"> |
| <img src="/images/coreValue/iconProductDistSQL.png" class="ico" /> |
| <div class="itemm-detail"> |
| <p class="title">DistSQL</p> |
| <p class="desc">提供扩展 SQL 增强,可实现管理操作资源及插件能力。</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
| |
| <!-- design philosophy --> |
| <section id="philosophy"> |
| <div class="container"> |
| <div class="content"> |
| <h2>ShardingSphere 秉承 Database Plus 理念</h2> |
| |
| <div class="con-list"> |
| <div class="con-item"> |
| <div class="con-itme-title"> |
| <img src="/images/philosophy/Database Plus-logo.png" /> |
| <p>Database Plus</p> |
| </div> |
| <div class="con-itme-desc"> |
| ShardingSphere 社区产品基于 <b>Database Plus</b> 理念,旨在打造数据库之上的生态系统。通过<b>连接</b>、<b>增强</b>、<b>可插拔</b>的生态定位,提高原生数据库的计算能力。 |
| </div> |
| </div> |
| <div class="con-item"> |
| <div class="con-itme-title"> |
| <img src="/images/philosophy/Cloud Native.png" /> |
| <p>云原生</p> |
| </div> |
| <div class="con-itme-desc"> |
| 项目生态支持云原生及多云架构,利用 Kubernetes Operator 与 ShardingSphere Proxy 结合,优雅实现数据库系统<b>上云</b>。 |
| </div> |
| </div> |
| <div class="con-item"> |
| <div class="con-itme-title"> |
| <img src="/images/philosophy/Pluggable.png" /> |
| <p>高性能</p> |
| </div> |
| <div class="con-itme-desc"> |
| 支持包括 MySQL、PostgreSQL、SQL Server、Oracle、openGauss 及其他兼容 SQL-92 标准的数据库。通过数据分片及并行技术,<b>突破原有性能瓶颈</b>。 |
| </div> |
| </div> |
| |
| </div> |
| |
| </div> |
| </div> |
| </section> |
| |
| <!-- core value --> |
| |
| <!-- <section id="coreValue" style="display: none;"> |
| <div class="container"> |
| <div class="content"> |
| |
| <div class="main"> |
| <h1>关于 Apache ShardingSphere</h1> |
| |
| <p> |
| <span class="colorOrange800">Apache ShardingSphere</span> |
| 是一款开源分布式数据库生态项目,由 JDBC、Proxy 和 |
| Sidecar(规划中) 3 |
| 款产品组成。其核心采用可插拔架构,通过组件扩展功能。对上以数据库协议及 SQL 方式提供诸多增强功能,包括数据分片、访问路由、数据安全等;对下原生支持 MySQL、PostgreSQL、SQL Server、Oracle |
| 等多种数据存储引擎。Apache ShardingSphere |
| 项目理念,是提供数据库增强计算服务平台,进而围绕其上构建生态。充分利用现有数据库的计算与存储能力,通过插件化方式增强其核心能力,为企业解决在数字化转型中面临的诸多使用难点,为加速数字化应用赋能。 |
| </p> |
| |
| <p class="colorOrange800 textBold"> |
| ShardingSphere 已于2020年4月16日成为 Apache |
| 软件基金会的顶级项目。 |
| </p> |
| </div> |
| |
| |
| <img class="image logo1" src="/images/coreValue/core.png" alt="core" /> |
| |
| <h1>产品核心</h1> |
| |
| <div class="detailContent"> |
| |
| <img class="image logo2" src="/images/coreValue/core.png" alt="core" /> |
| |
| |
| <div class="list"> |
| <div class="listLeft"> |
| <div class="card"> |
| <img class="icon" src="/images/coreValue/iconProductDistribution.png" alt="Distribution" /> |
| |
| <div class="text"> |
| <span class="title">水平扩展</span> |
| <p class="description"> |
| 数据存储不受单机磁盘容量限制,可通过增加数据服务器的数量提升存储能力,并可以随时随地动态的对数据节点进行扩容和缩容。 |
| </p> |
| </div> |
| </div> |
| <div class="card"> |
| <img class="icon" src="/images/coreValue/iconProductExtension.png" alt="Extension" /> |
| <div class="text"> |
| <span class="title">分布式事务</span> |
| <p class="description"> |
| 基于 XA 两阶段协议和柔性事务的可切换分布式事务引擎。 |
| </p> |
| </div> |
| </div> |
| <div class="card"> |
| <img class="icon" src="/images/coreValue/iconProductPlug.png" alt="Plug" /> |
| <div class="text"> |
| <span class="title">可插拔</span> |
| <p class="description"> |
| 项目的功能组件能够灵活的以可插拔的方式进行扩展,开发者能够像使用积木一样定制属于自己的独特系统。 |
| </p> |
| </div> |
| </div> |
| </div> |
| <div class="listRight"> |
| <div class="card"> |
| <img class="icon" src="/images/coreValue/iconProductKernel.png" alt="Kernel" /> |
| <div class="text"> |
| <span class="title">计算存储分离</span> |
| <p class="description"> |
| 计算节点无状态,可通过水平扩展增加算力;存储节点可以和计算节点分层优化。可以通过计算下推充分利用存储节点的计算能力。 |
| </p> |
| </div> |
| </div> |
| <div class="card"> |
| <img class="icon" src="/images/coreValue/iconProductReplace.png" alt="Replace" /> |
| <div class="text"> |
| <span class="title">高可用 & 强一致</span> |
| <p class="description"> |
| 无缝整合数据库原生的高可用和强一致解决方案。 |
| </p> |
| </div> |
| </div> |
| <div class="card"> |
| <img class="icon" src="/images/coreValue/iconProductDistSQL.png" alt="DistSQL" /> |
| <div class="text"> |
| <span class="title">DistSQL</span> |
| <p class="description"> |
| 提供分布式 SQL,通过标准数据库的方式操作分布式资源和规则定义。 |
| </p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| |
| <div class="icon1"></div> |
| <div class="icon2"></div> |
| <div class="icon3"></div> |
| </section> --> |
| |
| <!-- roadmap --> |
| |
| <section id="roadmapSection" > |
| <h1 class="maintitle">版本演进</h1> |
| |
| <div class="roadmapSectionContainer"> |
| <div class="roadmapSlick"> |
| <div class="cardItem"> |
| <div class="card"> |
| <div class="version">1.x</div> |
| <h2 class="title">Sharding-JDBC</h2> |
| <p class="content">初始版本,基于 JDBC 驱动,仅可进行分片。</p> |
| <div class="year">2016</div> |
| </div> |
| |
| <div class="point"></div> |
| </div> |
| <div class="cardItem"> |
| <div class="card"> |
| <div class="version">2.x</div> |
| <h2 class="title">面向集群</h2> |
| <p class="content"> |
| 引入 ZooKeeper 作为注册中心,提供分布式能力。 |
| </p> |
| <div class="year">2017</div> |
| </div> |
| <div class="point"></div> |
| </div> |
| <div class="cardItem"> |
| <div class="card"> |
| <div class="version">3.x</div> |
| <h2 class="title">Sharding-Proxy</h2> |
| <p class="content"> |
| ShardingSphere-Proxy 上线,提供 like-database 的访问能力。 |
| </p> |
| <div class="year">2018</div> |
| </div> |
| <div class="point"></div> |
| </div> |
| <div class="cardItem"> |
| <div class="card"> |
| <div class="version">4.x</div> |
| <h2 class="title">Apache ShardingSphere</h2> |
| <p class="content"> |
| 正式进入 Apache 基金会,并兼容各种关系型数据库。 |
| </p> |
| <div class="year">2019</div> |
| </div> |
| <div class="point"></div> |
| </div> |
| <div class="cardItem"> |
| <div class="card"> |
| <div class="version">5.x</div> |
| <h2 class="title">可插拔</h2> |
| <p class="content"> |
| 内核可插拔化多种功能,例如加密、分片都可灵活组合使用。 |
| </p> |
| <div class="year">2021</div> |
| <div class="flag"></div> |
| </div> |
| <div class="point"></div> |
| </div> |
| <div class="cardItem inactive"> |
| <div class="card inactive"> |
| <div class="version">6.x</div> |
| <h2 class="title">面向云</h2> |
| <p class="content"> |
| ShardingSphere 通过 Helm Chart 和 Operator 方式扩展到云端。通过这些方式可将 ShardingSphere 部署在 Kubernetes,包括 AWS EKS、minikube 及自有 Kuberneters。 |
| </p> |
| <div class="year">...</div> |
| </div> |
| <div class="point"></div> |
| </div> |
| <div class="cardItem inactive"> |
| <div class="card inactive"> |
| <div class="version">7.x</div> |
| <h2 class="title">面向生态</h2> |
| <p class="content"> |
| Database Plus 理念实践化,通过 DistSQL 构建分布式可插拔生态。 |
| </p> |
| <div class="year">...</div> |
| </div> |
| <div class="point"></div> |
| </div> |
| <div class="cardItem inactive"> |
| <div class="card inactive"> |
| <div class="version">8.x</div> |
| <h2 class="title">规划中</h2> |
| <p class="content"></p> |
| <div class="year">...</div> |
| </div> |
| <div class="point"></div> |
| </div> |
| </div> |
| |
| <div class="shadow left"></div> |
| <div class="shadow right"></div> |
| </div> |
| </section> |
| </main> |
| |
| <!-- footer --> |
| <footer> |
| <div class="container content"> |
| <div class="logosAndCommunityList"> |
| <div> |
| <div class="logos"> |
| <a href="https://www.apache.org/foundation/contributing.html"> |
| <img src="./images/base/support-apache.png" alt="Apache Support Logo" /> |
| </a> |
| <a href="https://www.apache.org/"> |
| <img src="./images/base/asf_logo.svg" alt="The Apache Software Foundation" /> |
| </a> |
| </div> |
| |
| <span class="text"> |
| Copyright © 2018-2023, Apache ShardingSphere, 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> |
| </div> |
| |
| <div class="communityList"> |
| <div class="communitySubList"> |
| <a href="https://github.com/apache/shardingsphere" class="item"> |
| <img src="/images/footer/github.png" alt="github" /> |
| <span>Github</span> |
| </a> |
| <a href="https://twitter.com/ShardingSphere" class="item"> |
| <img src="/images/footer/twitter.png" alt="twitter" /> |
| <span>Twitter</span> |
| </a> |
| </div> |
| |
| <div class="communitySubList"> |
| <a href="https://app.slack.com/client/T026JKU2DPF/C026MLH7F34" class="item"> |
| <img src="/images/footer/slack.png" alt="slack" /> |
| <span>Slack</span> |
| </a> |
| |
| <a href="https://www.linkedin.com/showcase/apache-shardingsphere/" class="item"> |
| <img src="/images/footer/linkedIn.png" alt="linkedIn" /> |
| <span>LinkedIn</span> |
| </a> |
| </div> |
| |
| <div class="communitySubList"> |
| <a href="https://medium.com/@shardingsphere" class="item"> |
| <img src="/images/footer/medium.png" alt="medium" /> |
| <span>Medium</span> |
| </a> |
| <a class="item wechat"> |
| <img src="/images/footer/webchat.png" alt="wechat" /> |
| <span>WeChat</span> |
| |
| <div class="wechat-detail" > |
| <img src="/images/footer/QRcode.jpg" alt="wechat qrcode"> |
| <p>扫码关注<br>微信公众号</p> |
| </div> |
| </a> |
| </div> |
| |
| <div class="communitySubList"> |
| <a href="https://www.reddit.com/r/Apache_ShardingSphere/" class="item"> |
| <img src="/images/footer/reddit.png" alt="reddit" /> |
| <span>Reddit</span> |
| </a> |
| <div class="item"> |
| <img src="/images/footer/black.png"/> |
| <span></span> |
| </div> |
| </div> |
| </div> |
| </div> |
| |
| <div class="footerNavigation"> |
| <div class="item"> |
| <a href="https://shardingsphere.apache.org/document/current/cn/downloads/" target="_blank">产品下载</a> |
| </div> |
| |
| <div class="item"> |
| <span>文档</span> |
| |
| <div class="links"> |
| <div class="item"> |
| <a href="https://shardingsphere.apache.org/document/current/cn/overview" target="_blank">master</a> |
| </div> |
| <div class="item"> |
| <a href="https://shardingsphere.apache.org/document/5.3.2/cn/overview" target="_blank">Latest Release</a> |
| </div> |
| <div class="item"> |
| <a href="/legacy_zh.html" target="_blank">遗留</a> |
| </div> |
| <!-- <div class="item"> |
| <a href="https://shardingsphere.apache.org/document/5.1.1/cn/overview" target="_blank">5.1.1</a> |
| </div> |
| <div class="item"> |
| <a href="/document/5.1.0/cn/overview" target="_blank">5.1.0</a> |
| </div> |
| <div class="item"> |
| <a href="https://shardingsphere.apache.org/document/5.0.0/cn/overview" target="_blank">5.0.0</a> |
| </div> |
| <div class="item"> |
| <a href="https://shardingsphere.apache.org/document/5.0.0-beta/cn/overview" target="_blank">5.0.0-beta</a> |
| </div> |
| <div class="item"> |
| <a href="https://shardingsphere.apache.org/document/5.0.0-alpha/cn/overview" target="_blank">5.0.0-alpha</a> |
| </div> |
| <div class="item"> |
| <a href="https://shardingsphere.apache.org/document/4.1.1/cn/overview" target="_blank">4.1.1(遗留)</a> |
| </div> |
| <div class="item"> |
| <a href="https://shardingsphere.apache.org/document/4.1.0/cn/overview" target="_blank">4.1.0(遗留)</a> |
| </div> |
| <div class="item"> |
| <a href="https://shardingsphere.apache.org/document/legacy/4.x/document/cn/overview" target="_blank">4.x(遗留)</a> |
| </div> |
| <div class="item"> |
| <a href="https://shardingsphere.apache.org/document/legacy/3.x/document/cn/overview" target="_blank">3.x(遗留)</a> |
| </div> |
| <div class="item"> |
| <a href="https://shardingsphere.apache.org/document/legacy/2.x/cn/" target="_blank">2.x(遗留)</a> |
| </div> |
| <div class="item"> |
| <a href="https://shardingsphere.apache.org/document/legacy/1.x/cn/" target="_blank">1.x(遗留)</a> |
| </div> --> |
| </div> |
| </div> |
| |
| <div class="item"> |
| <span>社区</span> |
| |
| <div class="links"> |
| <div class="item"> |
| <a href="https://shardingsphere.apache.org/community/cn/involved/" target="_blank">参与贡献</a> |
| </div> |
| <div class="item"> |
| <a href="https://shardingsphere.apache.org/community/cn/team/" target="_blank">团队成员</a> |
| </div> |
| <div class="item"> |
| <a href="https://shardingsphere.apache.org/statistics/staging/index.html" target="_blank">项目报告</a> |
| </div> |
| <div class="item"> |
| <a href="https://github.com/apache/shardingsphere/wiki" target="_blank">Wiki</a> |
| </div> |
| <div class="item"> |
| <a href="https://github.com/apache/shardingsphere" target="_blank">GitHub</a> |
| </div> |
| <div class="item"> |
| <a href="https://github.com/apache/shardingsphere/issues" target="_blank">缺陷跟踪</a> |
| </div> |
| <div class="item"> |
| <a href="https://shardingsphere.apache.org/community/cn/powered-by/" target="_blank">采用公司</a> |
| </div> |
| <div class="item"> |
| <a href="https://shardingsphere.apache.org/community/cn/involved/subscribe/" target="_blank">邮件列表</a> |
| </div> |
| <div class="item"> |
| <a href="https://twitter.com/ShardingSphere" target="_blank">推特</a> |
| </div> |
| <div class="item"> |
| <a href="https://apacheshardingsphere.slack.com/messages/C026MLH7F34" target="_blank">讨论群组</a> |
| </div> |
| </div> |
| </div> |
| |
| <div id="btn-subproject" class="item"> |
| <span>子项目</span> |
| |
| <div class="links"> |
| <div class="item"> |
| <a class="i-drop-list" href="https://shardingsphere.apache.org/elasticjob/" target="_blank">ElasticJob</a> |
| </div> |
| <div class="item"> |
| <a class="i-drop-list" href="https://shardingsphere.apache.org/oncloud/" target="_blank">OnCloud</a> |
| </div> |
| </div> |
| </div> |
| |
| <div id="btn-community" class="item"> |
| <span>博客</span> |
| |
| <div class="links"> |
| <div class="item"> |
| <a href="https://shardingsphere.apache.org/blog/cn/material" target="_blank">精选集</a> |
| </div> |
| <div class="item"> |
| <a href="https://github.com/apache/shardingsphere/issues/650" target="_blank">汇总集</a> |
| </div> |
| </div> |
| </div> |
| |
| <div id="btn-asf" class="item"> |
| <span>ASF</span> |
| |
| <div class="links"> |
| <div class="item"> |
| <a href="https://www.apache.org" target="_self">基金会</a> |
| </div> |
| <div class="item"> |
| <a href="https://www.apache.org/licenses/" target="_self">证书</a> |
| </div> |
| <div class="item"> |
| <a href="https://www.apache.org/events/current-event" target="_self">事件</a> |
| </div> |
| <div class="item"> |
| <a href="https://shardingsphere.apache.org/community/cn/security/" target="_self">安全</a> |
| </div> |
| <div class="item"> |
| <a href="https://www.apache.org/foundation/sponsorship.html" target="_self">赞助</a> |
| </div> |
| <div class="item"> |
| <a href="https://www.apache.org/foundation/thanks.html" target="_self">致谢</a> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </footer> |
| |
| <div class="mobileMenu" style="display: none"> |
| <div class="header"> |
| <div class="logos"> |
| <a href="https://www.apache.org/foundation/contributing.html"> |
| <img src="./images/base/support-apache.png" alt="Apache Support Logo" /> |
| </a> |
| <a href="https://www.apache.org/"> |
| <img src="./images/base/asf_logo.svg" alt="The Apache Software Foundation" /> |
| </a> |
| </div> |
| <div class="x"></div> |
| </div> |
| |
| <div class="mobileMenuList"> |
| <a href="https://shardingsphere.apache.org/document/current/cn/downloads/" target="_blank" class="item">下载</a> |
| |
| <div class="item"> |
| <span>文档</span> |
| <div class="arrowIcon"></div> |
| </div> |
| |
| <div class="itemList"> |
| <a class="i-drop-list" href="https://shardingsphere.apache.org/document/current/cn/overview" target="_blank">master</a> |
| <a class="i-drop-list" href="https://shardingsphere.apache.org/document/5.3.2/cn/overview" target="_blank">Latest Release</a> |
| <a class="i-drop-list" href="/legacy_zh.html" target="_blank">遗留</a> |
| <!-- <a class="i-drop-list" href="https://shardingsphere.apache.org/document/5.1.1/cn/overview" target="_blank">5.1.1</a> |
| <a class="i-drop-list" href="https://shardingsphere.apache.org/document/5.1.0/cn/overview" target="_blank">5.1.0</a> |
| <a class="i-drop-list" href="https://shardingsphere.apache.org/document/5.0.0/cn/overview" target="_blank">5.0.0</a> |
| <a class="i-drop-list" href="https://shardingsphere.apache.org/document/5.0.0-beta/cn/overview" target="_blank">5.0.0-beta(遗留)</a> |
| <a class="i-drop-list" href="https://shardingsphere.apache.org/document/5.0.0-alpha/cn/overview" target="_blank">5.0.0-alpha(遗留)</a> |
| <a class="i-drop-list" href="https://shardingsphere.apache.org/document/4.1.1/cn/overview" target="_blank">4.1.1(遗留)</a> |
| <a class="i-drop-list" href="https://shardingsphere.apache.org/document/4.1.0/cn/overview" target="_blank">4.1.0(遗留)</a> |
| <a class="i-drop-list" href="https://shardingsphere.apache.org/document/legacy/4.x/document/cn/overview" target="_blank">4.x(遗留)</a> |
| <a class="i-drop-list" href="https://shardingsphere.apache.org/document/legacy/3.x/document/cn/overview" target="_blank">3.x(遗留)</a> |
| <a class="i-drop-list" href="https://shardingsphere.apache.org/document/legacy/2.x/cn/" target="_blank">2.x(遗留)</a> |
| <a class="i-drop-list" href="https://shardingsphere.apache.org/document/legacy/1.x/cn/" target="_blank">1.x(遗留)</a> --> |
| </div> |
| |
| <div class="item"> |
| <span>社区</span> |
| <div class="arrowIcon"></div> |
| </div> |
| |
| <div class="itemList"> |
| <a href="https://shardingsphere.apache.org/community/cn/involved/" target="_blank">参与贡献</a> |
| <a href="https://shardingsphere.apache.org/community/cn/team/" target="_blank">团队成员</a> |
| <a href="https://shardingsphere.apache.org/statistics/staging/index.html" target="_blank">项目报告</a> |
| <a href="https://github.com/apache/shardingsphere/wiki" target="_blank">Wiki</a> |
| <a href="https://github.com/apache/shardingsphere" target="_blank">GitHub</a> |
| <a href="https://github.com/apache/shardingsphere/issues" target="_blank">缺陷跟踪</a> |
| <a href="https://shardingsphere.apache.org/community/cn/powered-by/" target="_blank">采用公司</a> |
| <a href="https://shardingsphere.apache.org/community/cn/involved/subscribe/" target="_blank">邮件列表</a> |
| <a href="https://twitter.com/ShardingSphere" target="_blank">推特</a> |
| <a href="https://apacheshardingsphere.slack.com/messages/C026MLH7F34" target="_blank">讨论群组</a> |
| <div class="qrcode"> |
| <img src="/images/footer/QRcode.jpg" alt="wechat qrcode"> |
| 扫码关注微信公众号 |
| </div> |
| </div> |
| |
| <div class="item"> |
| <span>子项目</span> |
| <div class="arrowIcon"></div> |
| </div> |
| |
| <div class="itemList"> |
| <a href="https://shardingsphere.apache.org/elasticjob/" target="_blank">ElasticJob</a> |
| <a href="https://shardingsphere.apache.org/oncloud/" target="_blank">OnCloud</a> |
| </div> |
| |
| <div class="item"> |
| <span>博客</span> |
| <div class="arrowIcon"></div> |
| </div> |
| |
| <div class="itemList"> |
| <a href="https://shardingsphere.apache.org/blog/cn/material" target="_blank">精选集</a> |
| <a href="https://github.com/apache/shardingsphere/issues/650" target="_blank">汇总集</a> |
| </div> |
| |
| <div class="item"> |
| <span>ASF</span> |
| <div class="arrowIcon"></div> |
| </div> |
| |
| <div class="itemList"> |
| <a href="https://www.apache.org" target="_self">基金会</a> |
| <a href="https://www.apache.org/licenses/" target="_self">证书</a> |
| <a href="https://www.apache.org/events/current-event" target="_self">事件</a> |
| <a href="https://shardingsphere.apache.org/community/cn/security/" target="_self">安全</a> |
| <a href="https://www.apache.org/foundation/sponsorship.html" target="_self">赞助</a> |
| <a href="https://www.apache.org/foundation/thanks.html" target="_self">致谢</a> |
| </div> |
| |
| <div class="languageSelect item"> |
| <span>Language</span> |
| <div class="arrowIcon"></div> |
| </div> |
| <div class="langs itemList"> |
| <a href="/index_zh.html"> |
| <span>CN</span> |
| </a> |
| <a href="/"> |
| <span>English</span> |
| </a> |
| </div> |
| |
| <div class="buttons"> |
| <a href="https://shardingsphere.apache.org/document/current/cn/downloads/"> |
| <button class="primary">产品下载</button> |
| </a> |
| <a href="https://shardingsphere.apache.org/document/current/cn/"> |
| <button class="outline">了解更多</button> |
| </a> |
| </div> |
| </div> |
| </div> |
| |
| <script type="text/javascript" src="./js/libs/slick.min.js"></script> |
| <script src="./js/index.js"></script> |
| </body> |
| </html> |