-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_zh.html
301 lines (277 loc) · 11.1 KB
/
index_zh.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
<!--
* @Author: your name
* @Date: 2022-04-26 18:45:54
* @LastEditTime: 2022-05-18 14:21:58
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /discourse/Users/david/Documents/expmle/official-site/index_zh.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,maximum-scale=1.0,user-scalable=0" />
<title>Database Mesh</title>
<link rel="icon" href="/favicon/favicon-32x32.png">
<link rel="stylesheet" href="./style/style.css">
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?36794c446d823cae218f5884a170dacd";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<nav>
<div class="wrap">
<img src="images/Logo Group.svg" alt="logo" class="logo"/>
<div class="links">
<div class="menu">
<a href="#overview">概览</a>
<a href="#pisanix">Pisanix 项目</a>
<a href="#community">社区</a>
</div>
<div class="lang">
<a class="active" href="#">CN</a>
<span>|</span>
<a href="/index.html">EN</a>
</div>
<a href="https://github.com/database-mesh/pisanix" class="github">
<img src="https://img.shields.io/github/stars/database-mesh/pisanix.svg?style=social&label=Star"/>
</a>
</div>
<div class="iconMenu"></div>
</div>
</nav>
<section class="overview" id="overview">
<div class="banner" id="banner"></div>
<div class="wrap content">
<h2 class="title">Database Mesh</h2>
<!-- <p class="sub-title">What is Database Mesh ?</p> -->
<p class="sub-title">通过可编程实现高性能扩展,应对云上数据库治理挑战</p>
<!-- <p>减轻开发人员的心智负担,提高开发效率,提供透明和无感的数据库基础设施使用体验
以可配置、可插拔、可编程的方式,实现一个覆盖数据库流量、运行时资源和稳定性保障等方面的治理框架
为异构数据源、云原生数据库、分布式数据库和 Serverless 数据库等数据库领域的典型场景提供标准的使用界面</p> -->
</div>
</section>
<section class="pisanix" id="pisanix">
<div class="wrap">
<div class="pisanix-introduce">
<h3>Pisanix</h3>
<p>SphereEx 面向数据库网格推出的解决方案,致力于提供易用、好用和实用的用户体验。</p>
<!-- <div>
<img src="images/pisanix-arch.png" />
</div> -->
<img src="images/pisanix-arch.png" />
</div>
<div class="features">
<div class="features-item">
<img src="images/pisanix-ico1.png" />
<p class="title">SQL 感知的流量治理</p>
<p>借助 SQL 解析能力,提供对流量的负载均衡、审计、访问控制、可观测性等功能 </p>
</div>
<div class="features-item">
<img src="images/pisanix-ico2.png" />
<p class="title">面向运行时的资源可编程</p>
<p>通过多种 Linux 内核能力,实现流量治理运行时的资源可配置和可编程</p>
</div>
<div class="features-item">
<img src="images/DBRE.png" />
<p class="title">数据库可靠性工程</p>
<p>以工程师为中心、以数据库可靠性为原则设计产品形态,建立数据库上云统一界面</p>
</div>
</div>
</div>
</section>
<section class="wrap supporters">
<h3>生态伙伴</h3>
<div class="list">
<img src="images/sphereex.png" />
<img src="images/iqiyi.png" />
</div>
</section>
<section class="wrap community" id="community">
<h3>社区</h3>
<div class="content">
<p>
<span>邮件列表</span>
<a href="https://groups.google.com/g/database-mesh" target="_blank">https://groups.google.com/g/database-mesh</a>
</p>
<p>
<span>社区会议(英文)</span>
双周会(2022年2月16日起),周三 9:00 AM PST
</p>
<p><span>英文会议地址</span><a href="https://meet.google.com/yhv-zrby-pyt" target="_blank">https://meet.google.com/yhv-zrby-pyt</a></p>
<p>
<span>社区会议(中文)</span>
双周会(2022年4月27日起),周三 9:00 PM GMT+8
</p>
<p><span>中文会议地址</span><a href="https://meeting.tencent.com/dm/6UXDMNsHBVQO" target="_blank">https://meeting.tencent.com/dm/6UXDMNsHBVQO</a></p>
<!-- <p>
<span>Meeting invite</span>
https://meet.google.com/yhv-zrby-pyt
</p> -->
<p>
<span>会议记录</span>
<a href="https://bit.ly/39Fqt3x" target="_blank">https://bit.ly/39Fqt3x</a>
</p>
</div>
</section>
<footer>
<div class="wrap">
<div class="links">
<a href="https://github.com/database-mesh"><img src="./images/github.svg" /> Github</a>
<!-- <a href=""><img src="./images/twitter.svg" /> Twitter</a> -->
<a href="https://databasemesh.slack.com"><img src="./images/slack.svg" /> Slack</a>
<a href="https://medium.com/@database-mesh"><img src="./images/medium.svg" /> Medium</a>
<!-- <a href=""><img src="./images/linkedin.svg" /> LinkedIn</a> -->
</div>
<div class="copyright">
<img src="images/Logo Group.svg" />
<p>ICP-2021015875
© 2022 SphereEx. All Rights Reserved.</p>
</div>
</div>
</footer>
<div class="mobileMenu">
<header>
<img src="images/Logo Group.svg" />
<div class="close"></div>
</header>
<div class="mobile-menu-list">
<a href="#overview">Overview</a>
<a href="#pisanix">Pisanix</a>
<a href="#community">Community</a>
</div>
<div class="lang-select">
<span>Language</span>
<div class="arrow-icon"></div>
</div>
<div class="lang-list">
<a href="./index.html">EN</a>
<a href="#">CN</a>
</div>
<a href="https://github.com/database-mesh/pisanix" class="github">
<img src="https://img.shields.io/github/stars/database-mesh/pisanix.svg?style=social&label=Star"/>
</a>
</div>
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdn.bootcdn.net/ajax/libs/three.js/r56/three.min.js"></script>
<script type="text/javascript">
var SEPARATION = 100,
AMOUNTX = 50,
AMOUNTY = 50;
var container;
var camera,
scene,
renderer;
var particles,
particle,
count = 0;
var mouseX = -800,
mouseY = -500;
var windowHalfX = window.innerWidth / 2;
var windowHalfY = window.innerHeight / 2;
function init(dom) {
container = dom
camera = new THREE.PerspectiveCamera(75, window.innerWidth / window.innerHeight, 1, 10000);
camera.position.z = 1000;
scene = new THREE.Scene();
particles = new Array();
var PI2 = Math.PI * 2;
var material = new THREE.ParticleCanvasMaterial({
color: '#f6651c',
program: function(context) {
context.beginPath();
context.arc(0, 0, 1, 0, PI2, true);
context.fill();
}
});
var i = 0;
for (var ix = 0; ix < AMOUNTX; ix++) {
for (var iy = 0; iy < AMOUNTY; iy++) {
particle = particles[i++] = new THREE.Particle(material);
particle.position.x = ix * SEPARATION - ((AMOUNTX * SEPARATION) / 2);
particle.position.z = iy * SEPARATION - ((AMOUNTY * SEPARATION) / 2);
scene.add(particle);
}
}
renderer = new THREE.CanvasRenderer();
renderer.setSize(window.innerWidth, window.innerHeight);
container.appendChild(renderer.domElement);
// document.addEventListener('mousemove', onDocumentMouseMove, false);
// document.addEventListener('touchstart', onDocumentTouchStart, false);
// document.addEventListener('touchmove', onDocumentTouchMove, false);
window.addEventListener('resize', onWindowResize, false);
}
function onWindowResize() {
windowHalfX = window.innerWidth / 2;
windowHalfY = window.innerHeight / 2;
camera.aspect = window.innerWidth / window.innerHeight;
camera.updateProjectionMatrix();
renderer.setSize(window.innerWidth, window.innerHeight);
}
function onDocumentMouseMove(event) {
mouseX = event.clientX - windowHalfX;
mouseY = event.clientY - windowHalfY;
}
function onDocumentTouchStart(event) {
if (event.touches.length === 1) {
event.preventDefault();
mouseX = event.touches[0].pageX - windowHalfX;
mouseY = event.touches[0].pageY - windowHalfY;
}
}
function onDocumentTouchMove(event) {
if (event.touches.length === 1) {
event.preventDefault();
mouseX = event.touches[0].pageX - windowHalfX;
mouseY = event.touches[0].pageY - windowHalfY;
}
}
function animate() {
requestAnimationFrame(animate);
render();
}
function render() {
camera.position.x += (mouseX - camera.position.x) * .05;
camera.position.y += (-mouseY - camera.position.y) * .05;
camera.lookAt(scene.position);
var i = 0;
for (var ix = 0; ix < AMOUNTX; ix++) {
for (var iy = 0; iy < AMOUNTY; iy++) {
particle = particles[i++];
particle.position.y = (Math.sin((ix + count) * 0.3) * 50) + (Math.sin((iy + count) * 0.5) * 50);
particle.scale.x = particle.scale.y = (Math.sin((ix + count) * 0.3) + 1) * 2 + (Math.sin((iy + count) * 0.5) + 1) * 2;
}
}
renderer.render(scene, camera);
count += 0.1;
}
let renderAnimation = (container) => {
init(container);
animate();
}
let domContainer = document.getElementById('banner')
let a = renderAnimation(domContainer)
let mobileMenu = $('.mobileMenu'),
langList = $('.lang-list')
$('.iconMenu').click(function(){
mobileMenu.show()
})
mobileMenu.find('.close').click(function(){
mobileMenu.hide()
})
$('.lang-select').click(function(){
$(this).toggleClass('active')
langList.toggleClass('show')
})
$('.mobileMenu a').click(function(){
mobileMenu.hide()
})
</script>
</body>
</html>