Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZSYTY committed Oct 31, 2023
1 parent dd96c93 commit 744e028
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

[中文文档](docs/zh_CN/README.md)

## What is ApsaraDB GalaxyGlue ?
GalaxyGlue is an extension to MySQL Connector/J 8.0.
## What is PolarDB-X Glue ?
PolarDB-X Glue is an extension to MySQL Connector/J 8.0.

GalaxyGlue uses asynchronous requests, session and connection decoupling, instance-level connection pool, traffic control and other mechanisms. By working with [ApsaraDB GalaxyEngine](https://github.com/ApsaraDB/galaxyengine), this extension can improve the network efficiency between third-party systems and ApsaraDB GalaxyEngine and improve the stability in high concurrency multi-connection scenarios.
PolarDB-X Glue uses asynchronous requests, session and connection decoupling, instance-level connection pool, traffic control and other mechanisms. By working with [PolarDB-X Engine](https://github.com/polardb/polardbx-engine), this extension can improve the network efficiency between third-party systems and PolarDB-X Engine and improve the stability in high concurrency multi-connection scenarios.


## Licensing
The code from MySQL Connector/J 8.0 still follows the original license, see the [license](https://github.com/mysql/mysql-connector-j/blob/release/8.0/LICENSE) for details.

The derivative code of GalaxyGlue is under the Apache License 2.0, see the [license](LICENSE) file for details.
The derivative code of PolarDB-X Glue is under the Apache License 2.0, see the [license](LICENSE) file for details.

## Contributing
See [how to contribute](https://github.com/polardb/polardbx-sql#contributing).
2 changes: 1 addition & 1 deletion docs/zh_CN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## 什么是 PolarDB-X Glue ?
PolarDB-X Glue 是对 MySQL Connector/J 8.0 的一个扩展。

PolarDB-X Glue 采用异步化协议设计、会话连接解耦、实例级连接池、流量控制等机制,通过与 [PolarDB-X Engine](https://github.com/ApsaraDB/galaxyengine) 配合,该扩展可以增强第三方系统与 GalaxyEngine 的网络交互性能,改善高并发多连接场景下稳定性。
PolarDB-X Glue 采用异步化协议设计、会话连接解耦、实例级连接池、流量控制等机制,通过与 [PolarDB-X Engine](https://github.com/polardb/polardbx-engine) 配合,该扩展可以增强第三方系统与 PolarDB-X Engine 的网络交互性能,改善高并发多连接场景下稳定性。

## License
PolarDB-X Glue 引用 MySQL Connector/J 8.0 的代码仍遵照原开源协议,协议详情参看 [License](https://github.com/mysql/mysql-connector-j/blob/release/8.0/LICENSE) 文件。
Expand Down

0 comments on commit 744e028

Please sign in to comment.