-
Notifications
You must be signed in to change notification settings - Fork 191
/
learning.html
662 lines (587 loc) · 30 KB
/
learning.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
<!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 SharingSphere" />
<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?20230629" />
<link rel="stylesheet" href="./style/index.css?20230629" />
<link rel="stylesheet" href="./style/firstSection.css?20230629" />
<link rel="stylesheet" href="./style/firstSectionResponsive.css?20230629" />
<link rel="stylesheet" href="./style/introduce.css?20230629" />
<link rel="stylesheet" href="./style/roadmap.css?20230629" />
<link rel="stylesheet" href="./style/roadmapResponsive.css?20230629" />
<link rel="stylesheet" href="./style/bookDesc.css?20230629" />
<link rel="stylesheet" href="./style/bookDescResponsive.css?20230629" />
<link rel="stylesheet" href="./style/footer.css?20230629" />
<link rel="stylesheet" href="./style/footerResponsive.css?20230629" />
<link rel="stylesheet" href="./style/navigation.css?20230629" />
<link rel="stylesheet" href="./style/coreValue.css?20230629" />
<link rel="stylesheet" href="./style/coreValueResponsive.css?20230629" />
<link rel="stylesheet" type="text/css" href="./style/slick.min.css" />
<link rel="stylesheet" href="./style/slick.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_en',
})
</script>
</head>
<body class="book-en">
<!-- navigation -->
<nav class="navigation">
<div class="content">
<div class="logos">
<a href="/">
<img src="./images/base/sharding_logo.png" />
</a>
</div>
<div class="links">
<div class="i-drop-btn">
<span>Docs</span>
<span class="arrow"></span>
<div class="i-drop-pop">
<div class="dropListItem">
<a href="https://shardingsphere.apache.org/document/current/en/overview" target="_blank">master</a>
</div>
<div class="dropListItem">
<a href="https://shardingsphere.apache.org/document/5.5.1/en/overview" target="_blank">Latest Release</a>
</div>
<div class="dropListItem">
<a href="/legacy.html" target="_blank">Legacy</a>
</div>
</div>
</div>
<div id="btn-community" class="i-drop-btn">
<span>Blog</span>
<span class="arrow"></span>
<div class="i-drop-pop">
<div class="dropListItem">
<a href="https://shardingsphere.apache.org/blog/en/material" target="_blank">Selections</a>
</div>
<div class="dropListItem">
<a href="https://github.com/apache/shardingsphere/issues/650" target="_blank">Collections</a>
</div>
<div class="dropListItem">
<a href="https://ieeexplore.ieee.org/document/9835604" target="_blank">Academic Publications</a>
</div>
</div>
</div>
<div class="i-drop-btn">
<span>Community</span>
<span class="arrow"></span>
<div class="i-drop-pop">
<div class="dropListItem">
<a href="https://shardingsphere.apache.org/community/en/involved/" target="_blank">Get Involved</a>
</div>
<div class="dropListItem">
<a href="https://shardingsphere.apache.org/community/en/team/" target="_blank">Team</a>
</div>
<div class="dropListItem">
<a href="https://shardingsphere.apache.org/statistics/staging/index.html" target="_blank">Project Reports</a>
</div>
<div class="dropListItem">
<a href="https://github.com/apache/shardingsphere/wiki" target="_blank">Wiki</a>
</div>
<em class="i-drop-line"></em>
<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">Issue Tracker </a>
</div>
<div class="dropListItem">
<a href="https://shardingsphere.apache.org/community/en/powered-by/" target="_blank">Powered By</a>
</div>
<div class="dropListItem">
<a href="https://shardingsphere.apache.org/community/en/involved/subscribe/" target="_blank">Mailing List</a>
</div>
<div class="dropListItem">
<a href="https://twitter.com/ShardingSphere" target="_blank">Twitter</a>
</div>
<div class="dropListItem">
<a href="https://apacheshardingsphere.slack.com/messages/C026MLH7F34" target="_blank">Slack</a>
</div>
<div class="dropListItem">
<a href="/learning.html" target="_blank">Learning</a>
</div>
</div>
</div>
<div id="btn-subproject" class="i-drop-btn">
<span>Subproject</span>
<span class="arrow"></span>
<div class="i-drop-pop">
<div class="dropListItem">
<a href="https://shardingsphere.apache.org/elasticjob/" target="_blank">ElasticJob</a>
</div>
<div class="dropListItem">
<a href="https://shardingsphere.apache.org/oncloud/" target="_blank">OnCloud</a>
</div>
</div>
</div>
<!-- <div id="btn-asf" class="i-drop-btn">
<span>ASF</span>
<span class="arrow"></span>
<div .dropListItem class="i-drop-pop">
<div class="dropListItem">
<a href="https://www.apache.org" target="_self">Foundation</a>
</div>
<div class="dropListItem">
<a href="https://www.apache.org/licenses/" target="_self">License</a>
</div>
<div class="dropListItem">
<a href="https://www.apache.org/events/current-event" target="_self">Events</a>
</div>
<div class="dropListItem">
<a href="https://shardingsphere.apache.org/community/en/security/" target="_self">Security</a>
</div>
<div class="dropListItem">
<a href="https://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a>
</div>
<div class="dropListItem">
<a href="https://www.apache.org/foundation/thanks.html" target="_self">Thanks</a>
</div>
</div>
</div> -->
<a href="https://shardingsphere.apache.org/document/current/en/downloads/" target="_blank">Download</a>
<!-- <span class="langs">
<a href="/">EN</a>
<div class="l"></div>
<a href="/index_zh.html">CN</a>
</span> -->
<div id="langs" class="i-drop-btn">
<span>Language</span>
<span class="arrow"></span>
<div class="i-drop-pop">
<div class="dropListItem">
<a href="/" target="_blank">English</a>
</div>
<div class="dropListItem">
<a href="/index_zh.html" target="_blank">Chinese</a>
</div>
</div>
</div>
<span class="out-link">
<a href="https://github.com/apache/shardingsphere" target="_blank"><img src="./images/footer/github_black.png" /></a>
<a href="https://app.slack.com/client/T026JKU2DPF/C026MLH7F34" target="_blank"><img src="./images/footer/slack.png" /></a>
</span>
</div>
<div class="iconMenu"></div>
</div>
</nav>
<main>
<!-- first section -->
<section id="firstSection" class="en">
<div class="topShadow"></div>
<div class="container">
<div class="content">
<img class="book" src="./images/firstSection/book.png" alt="book" />
<div class="leftContent">
<h1>A Definitive Guide to Apache ShardingSphere</h1>
<p class="subtitle">
Transform any DBMS into a distributed database with sharding, scaling, encryption features, and more
</p>
<p class="subtitle">
by <span>Trista Pan</span> (Author), <span>Zhang Liang</span> (Author), <span>Yacine Si Tayeb, PhD</span> (Author)
</p>
<div class="buttons">
<a
target="_blank"
href="https://www.amazon.com/Definitive-Guide-Apache-ShardingSphere-multi-model-dp-1803239425/dp/1803239425/ref=mt_other?_encoding=UTF8&me=&qid=1655188637">
<button class="primary">Purchase on Amazon</button>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- introduce -->
<section id="introduce">
<div class="container">
<div class="content">
<p>
Become well versed with all of ShardingSphere's features for every data management need with this comprehensive guide put together by ShardingSphere's founder and core contributors
</p>
<p>
With this book, you'll be able to build and deploy a customized version of ShardingSphere, addressing the key pain points encountered in your data management infrastructure.
</p>
<p>
This book provides you with complete step-by-step explanations of essential concepts, practical examples, and self-assessment questions. You will begin by exploring the problems with DBMS, and the evolution of the ShardingSphere concept, to understand the best application scenarios through real-world examples.
</p>
</div>
</div>
</section>
<!-- book desc -->
<div id="bookDesc">
<div class="container">
<div class="content">
<h1>Book description</h1>
<p>Apache ShardingSphere is a new open source ecosystem for distributed data infrastructures based on pluggability and cloud-native principles that helps enhance your database.</p>
<p>This book begins with a quick overview of the main challenges faced by database management systems (DBMSs) in production environments, followed by a brief introduction to the software's kernel concept. After that, using real-world examples of distributed database solutions, elastic scaling, DistSQL, synthetic monitoring, database gateways, and SQL authority and user authentication, you'll fully understand ShardingSphere's architectural components, how they're configured and can be plugged into your existing infrastructure, and how to manage your data and applications. </p>
<p>You'll also explore ShardingSphere-JDBC and ShardingSphere-Proxy, the ecosystem's clients, and how they can work either concurrently or independently to address your needs. You'll then learn how to customize the plugin platform to define personalized user strategies and manage multiple configurations seamlessly. Finally, the book enables you to get up and running with functional and performance tests for all scenarios.</p>
<p>Publisher: Packt Publishing (July 17, 2022). Full details on Amazon. Publisher: Packt Publishing (December 9, 2020). Full details on Amazon.</p>
<p><b>A free copy of chapter one is available <a href="https://www.amazon.com/Definitive-Guide-Apache-ShardingSphere-multi-model-dp-1803239425/dp/1803239425/ref=mt_other?_encoding=UTF8&me=&qid=1655188637&asin=1803239425&revisionId=&format=4&depth=1" target="_blank"> here</a> for download.</b></p>
<h3>Who this book is for</h3>
<p>This book is for database administrators working with distributed database solutions who are looking to explore the capabilities of Apache ShardingSphere. DBAs looking for more capable, flexible, and cost-effective alternatives to the solutions they're currently utilizing will also find this book helpful. To get started with this book, a basic understanding of, or even an interest in, databases, relational databases, SQL languages, cloud computing, and data management in general is needed.</p>
<h3>What you’ll learn</h3>
<div class="learn-con">
<ul>
<li>
Assemble a custom solution using the software's pluggable architecture
</li>
<li>
Discover how to use Database Plus features effectively
</li>
<li>
Understand the difference between ShardingSphere-JDBC and ShardingSphere-Proxy
</li>
<li>
Get to grips with ShardingSphere's pluggability mechanism
</li>
</ul>
<ul>
<li>Explore mainstream test models for databases and distributed databases</li>
<li>Perform migrations from an on-premise database to a cloud-based database</li>
<li>Reconfigure your data infrastructure and eliminate switching costs</li>
</ul>
</div>
</div>
</div>
</div>
</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 href="https://www.reddit.com/r/Apache_ShardingSphere/" class="item">
<img src="/images/footer/reddit.png" alt="reddit" />
<span>Reddit</span>
</a>
</div>
</div>
</div>
<nav class="footerNavigation">
<div class="item">
<span>Documentation</span>
<div class="links">
<div class="item">
<a href="https://shardingsphere.apache.org/document/current/en/overview" target="_blank">master</a>
</div>
<div class="item">
<a href="https://shardingsphere.apache.org/document/5.5.1/en/overview" target="_blank">Latest Release</a>
</div>
<div class="item">
<a href="/legacy.html" target="_blank">Legacy</a>
</div>
<!-- <div class="item">
<a href="https://shardingsphere.apache.org/document/5.0.0/en/overview" target="_blank">5.0.0</a>
</div>
<div class="item">
<a href="https://shardingsphere.apache.org/document/5.0.0-beta/en/overview" target="_blank">5.0.0-beta</a>
</div>
<div class="item">
<a href="https://shardingsphere.apache.org/document/5.0.0-alpha/en/overview" target="_blank">5.0.0-alpha</a>
</div>
<div class="item">
<a href="https://shardingsphere.apache.org/document/4.1.1/en/overview" target="_blank">4.1.1(Legacy)</a>
</div>
<div class="item">
<a href="https://shardingsphere.apache.org/document/4.1.0/en/overview" target="_blank">4.1.0(Legacy)</a>
</div>
<div class="item">
<a href="https://shardingsphere.apache.org/document/legacy/4.x/document/en/overview" target="_blank">4.x(Legacy)</a>
</div>
<div class="item">
<a href="https://shardingsphere.apache.org/document/legacy/3.x/document/en/overview" target="_blank">3.x(Legacy)</a>
</div>
<div class="item">
<a href="https://shardingsphere.apache.org/document/legacy/2.x/en/" target="_blank">2.x(Legacy)</a>
</div> -->
</div>
</div>
<div id="btn-community" class="item">
<span>Blog</span>
<div class="links">
<div class="item">
<a href="https://shardingsphere.apache.org/blog/en/material" target="_blank">Selections</a>
</div>
<div class="item">
<a href="https://github.com/apache/shardingsphere/issues/650" target="_blank">Collections</a>
</div>
<div class="item">
<a href="https://ieeexplore.ieee.org/document/9835604" target="_blank">Academic Publications</a>
</div>
</div>
</div>
<div class="item">
<span>Community</span>
<div class="links">
<div class="item">
<a href="https://shardingsphere.apache.org/community/en/involved/" target="_blank">Get Involved</a>
</div>
<div class="item">
<a href="https://shardingsphere.apache.org/community/en/team/" target="_blank">Team</a>
</div>
<div class="item">
<a href="https://shardingsphere.apache.org/statistics/staging/index.html" target="_blank">Project Reports</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">Issue Tracker </a>
</div>
<div class="item">
<a href="https://shardingsphere.apache.org/community/en/powered-by/" target="_blank">Powered By</a>
</div>
<div class="item">
<a href="https://shardingsphere.apache.org/community/en/involved/subscribe/" target="_blank">Mailing List</a>
</div>
<div class="item">
<a href="https://twitter.com/ShardingSphere" target="_blank">Twitter</a>
</div>
<div class="item">
<a href="https://apacheshardingsphere.slack.com/messages/C026MLH7F34" target="_blank">Slack</a>
</div>
</div>
</div>
<div id="btn-subproject" class="item">
<span>Subproject</span>
<div class="links">
<div class="item">
<a href="https://shardingsphere.apache.org/elasticjob/" target="_blank">ElasticJob</a>
</div>
<div class="item">
<a href="https://shardingsphere.apache.org/oncloud/" target="_blank">OnCloud</a>
</div>
</div>
</div>
<div class="item">
<a href="https://shardingsphere.apache.org/document/current/en/downloads/" target="_blank">Download</a>
</div>
<div id="btn-asf" class="item">
<span>ASF</span>
<div class="links">
<div class="item">
<a href="https://www.apache.org" target="_self">Foundation</a>
</div>
<div class="item">
<a href="https://www.apache.org/licenses/" target="_self">License</a>
</div>
<div class="item">
<a href="https://www.apache.org/events/current-event" target="_self">Events</a>
</div>
<div class="item">
<a href="https://shardingsphere.apache.org/community/en/security/" target="_self">Security</a>
</div>
<div class="item">
<a href="https://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a>
</div>
<div class="item">
<a href="https://www.apache.org/foundation/thanks.html" target="_self">Thanks</a>
</div>
</div>
</div>
</nav>
</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">
<div class="item">
<span>Docs</span>
<div class="arrowIcon"></div>
</div>
<div class="itemList">
<a href="https://shardingsphere.apache.org/document/current/en/overview" target="_blank">master</a>
<a href="https://shardingsphere.apache.org/document/5.5.1/en/overview" target="_blank">Latest Release</a>
<a href="/legacy.html" target="_blank">Legacy</a>
<!-- <a href="https://shardingsphere.apache.org/document/5.0.0/en/overview" target="_blank">5.0.0</a>
<a href="https://shardingsphere.apache.org/document/5.0.0-beta/en/overview" target="_blank">5.0.0-beta(Legacy)</a>
<a href="https://shardingsphere.apache.org/document/5.0.0-alpha/en/overview" target="_blank">5.0.0-alpha(Legacy)</a>
<a href="https://shardingsphere.apache.org/document/4.1.1/en/overview" target="_blank">4.1.1(Legacy)</a>
<a href="https://shardingsphere.apache.org/document/4.1.0/en/overview" target="_blank">4.1.0(Legacy)</a>
<a href="https://shardingsphere.apache.org/document/legacy/4.x/document/en/overview" target="_blank">4.x(Legacy)</a>
<a href="https://shardingsphere.apache.org/document/legacy/3.x/document/en/overview" target="_blank">3.x(Legacy)</a>
<a href="https://shardingsphere.apache.org/document/legacy/2.x/en/" target="_blank">2.x(Legacy)</a> -->
</div>
<div class="item">
<span>Blog</span>
<div class="arrowIcon"></div>
</div>
<div class="itemList">
<a href="https://shardingsphere.apache.org/blog/en/material" target="_blank">Selections</a>
<a href="https://github.com/apache/shardingsphere/issues/650" target="_blank">Collections</a>
<a href="https://ieeexplore.ieee.org/document/9835604" target="_blank">Academic Publications</a>
</div>
<div class="item">
<span>Community</span>
<div class="arrowIcon"></div>
</div>
<div class="itemList">
<a href="https://shardingsphere.apache.org/community/en/involved/" target="_blank">Get Involved</a>
<a href="https://shardingsphere.apache.org/community/en/team/" target="_blank">Team</a>
<a href="https://shardingsphere.apache.org/statistics/staging/index.html" target="_blank">Project Reports</a>
<a href="https://github.com/apache/shardingsphere/wiki" target="_blank">Wiki</a>
<em class="i-drop-line"></em>
<a href="https://github.com/apache/shardingsphere" target="_blank">GitHub</a>
<a href="https://github.com/apache/shardingsphere/issues" target="_blank">Issue Tracker</a>
<a href="https://shardingsphere.apache.org/community/en/powered-by/" target="_blank">Powered By</a>
<a href="https://shardingsphere.apache.org/community/en/involved/subscribe/" target="_blank">Mailing List</a>
<a href="https://twitter.com/ShardingSphere" target="_blank">Twitter</a>
<a href="https://apacheshardingsphere.slack.com/messages/C026MLH7F34" target="_blank" >Slack</a>
</div>
<div class="item">
<span>Subproject</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>ASF</span>
<div class="arrowIcon"></div>
</div>
<div class="itemList">
<a href="https://www.apache.org" target="_self">Foundation</a>
<a href="https://www.apache.org/licenses/" target="_self">License</a>
<a href="https://www.apache.org/events/current-event" target="_self">Events</a>
<a href="https://shardingsphere.apache.org/community/en/security/" target="_self">Security</a>
<a href="https://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a>
<a href="https://www.apache.org/foundation/thanks.html" target="_self">Thanks</a>
</div> -->
<a href="https://shardingsphere.apache.org/document/current/en/downloads/" class="item">
<span>Download</span>
</a>
<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="/#English">
<span>English</span>
</a>
</div>
<div class="buttons">
<a href="https://shardingsphere.apache.org/document/current/en/downloads/">
<button class="primary">Download</button>
</a>
<a href="https://shardingsphere.apache.org/document/current/en/">
<button class="outline">Learn More</button>
</a>
</div>
</div>
<div class="out-link">
<a href="https://github.com/apache/shardingsphere" class="item">
<img src="/images/footer/github_black.png" alt="github" />
<span>Github</span>
</a>
<a href="https://app.slack.com/client/T026JKU2DPF/C026MLH7F34" class="item">
<img src="/images/footer/slack.png" alt="slack" />
<span>Slack</span>
</a>
</div>
</div>
<script
type="text/javascript" src="./js/libs/slick.min.js"></script>
<script src="./js/index.js"></script>
</body>
</html>