Commit 64cbda54 authored by terrymanu's avatar terrymanu
Browse files

update all arch

parent e7b65672
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ Use JDBC connect databases without redirect cost for java application, best perf
* Connection-pool self-adapting. DBCP, C3P0, BoneCP, Druid supported.
* Any Database supported theoretically. Support MySQL, Oracle, SQLServer and PostgreSQL right now.

![Sharding-JDBC-Driver Architecture](http://ovfotjrsi.bkt.clouddn.com/architecture_en_v3.png)
![Sharding-JDBC-Driver Architecture](http://ovfotjrsi.bkt.clouddn.com/driver_architecture_en.png)

## Sharding-JDBC-Server

@@ -68,10 +68,14 @@ Use proxy to connect databases(only MySQL protocol for now), for other programin
* Use standard MySQL protocol, application do not care about whether proxy or real MySQL.
* Any MySQL command line and UI workbench supported.

![Sharding-JDBC-Server Architecture](http://ovfotjrsi.bkt.clouddn.com/server_architecture_en.png)

## Sharding-JDBC-Sidecar(TBD)

Use sidecar to connect databases, best for Kubernetes or Mesos together.

![Sharding-JDBC-Sidecar Architecture](http://ovfotjrsi.bkt.clouddn.com/sidecar_architecture_en.png)

# Quick Start

## Add maven dependency
+5 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ Sharding-JDBC是一个开源的分布式数据库中间件解决方案。它在J
* 可基于任何第三方的数据库连接池,如:DBCP, C3P0, BoneCP, Druid等。
* 可支持任意实现JDBC规范的数据库。目前支持MySQL,Oracle,SQLServer和PostgreSQL。

![Sharding-JDBC-Driver Architecture](http://ovfotjrsi.bkt.clouddn.com/architecture_cn_v3.png)
![Sharding-JDBC-Driver Architecture](http://ovfotjrsi.bkt.clouddn.com/driver_architecture_cn.png)

## Sharding-JDBC-Server

@@ -71,10 +71,14 @@ Sharding-JDBC是一个开源的分布式数据库中间件解决方案。它在J
* 向应用程序完全透明,可直接当做MySQL使用。
* 可适用于任何兼容MySQL协议的的客户端。

![Sharding-JDBC-Server Architecture](http://ovfotjrsi.bkt.clouddn.com/server_architecture_cn.png)

## Sharding-JDBC-Sidecar(TBD)

通过sidecar分片的方式,由IPC代替RPC,自动代理SQL分片,适合与Kubernetes或Mesos配合使用。

![Sharding-JDBC-Sidecar Architecture](http://ovfotjrsi.bkt.clouddn.com/sidecar_architecture_cn.png)

# 快速入门

## 引入maven依赖