-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
|
||
[English Version](../../README.md) | ||
|
||
## 什么是 ApsaraDB GalaxyGlue ? | ||
GalaxyGlue 是对 MySQL Connector/J 8.0 的一个扩展。 | ||
## 什么是 PolarDB-X Glue ? | ||
PolarDB-X Glue 是对 MySQL Connector/J 8.0 的一个扩展。 | ||
|
||
GalaxyGlue 采用异步化协议设计、会话连接解耦、实例级连接池、流量控制等机制,通过与 [ApsaraDB GalaxyEngine](https://github.com/ApsaraDB/galaxyengine) 配合,该扩展可以增强第三方系统与 GalaxyEngine 的网络交互性能,改善高并发多连接场景下稳定性。 | ||
PolarDB-X Glue 采用异步化协议设计、会话连接解耦、实例级连接池、流量控制等机制,通过与 [PolarDB-X Engine](https://github.com/ApsaraDB/galaxyengine) 配合,该扩展可以增强第三方系统与 GalaxyEngine 的网络交互性能,改善高并发多连接场景下稳定性。 | ||
|
||
## License | ||
GalaxyGlue 引用 MySQL Connector/J 8.0 的代码仍遵照原开源协议,协议详情参看 [License](https://github.com/mysql/mysql-connector-j/blob/release/8.0/LICENSE) 文件。 | ||
PolarDB-X Glue 引用 MySQL Connector/J 8.0 的代码仍遵照原开源协议,协议详情参看 [License](https://github.com/mysql/mysql-connector-j/blob/release/8.0/LICENSE) 文件。 | ||
|
||
GalaxyGlue 扩展部分代码采用 Apache License 2.0 协议,协议详情参看 [License](../../LICENSE) 文件。 | ||
PolarDB-X Glue 扩展部分代码采用 Apache License 2.0 协议,协议详情参看 [License](../../LICENSE) 文件。 | ||
|
||
## Contributing | ||
查看 [如何贡献说明](https://github.com/ApsaraDB/galaxysql#contributing) 。 | ||
查看 [如何贡献说明](https://github.com/polardb/polardbx-sql#contributing) 。 |