You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,11 @@ Let's use an example to walk through the list.
22
22
23
23
### Fork Your Own Branch
24
24
25
-
There are many PolarDB-X related repositories, take ApasaraDB GalaxySQL and ApasaraDB GalaxyGlue for an example. On Github page of [GalaxySQL](https://github.com/apsaradb/galaxysql) and [GalaxyGlue](https://github.com/apsaradb/galaxyglue), Click **fork** button to create your own galaxysql and galaxyglue repository.
25
+
There are many PolarDB-X related repositories, take PolarDB-X SQL and PolarDB-X Glue for an example. On Github page of [PolarDB-X SQL](https://github.com/polardb/polardbx-sql) and [PolarDB-X Glue](https://github.com/polardbx/polardbx-glue), Click **fork** button to create your own polardbx-sql and polardbx-glue repository.
@@ -56,7 +56,7 @@ See the [PXD Quick Start](docs/en/quickstart.md).
56
56
### To quick start with PolarDB-X on Kubernetes
57
57
PolarDB-X provides K8S deployment mode, through which you can customize the configuration of PolarDB-X cluster.
58
58
59
-
See the [K8S Quick Start](https://github.com/ApsaraDB/galaxykube#quick-start).
59
+
See the [K8S Quick Start](https://github.com/polardb/polardbx-operator#quick-start).
60
60
61
61
### To start developing PolarDB-X
62
62
If you want to compile and install PolarDB-X from source code, or start development, you can refer the [Development Guide](docs/en/quickstart-development.md).
@@ -89,22 +89,22 @@ The CDC Node provides change data capture capability that is fully compatible wi
89
89
90
90
PolarDB-X provides tool to manage the above components through K8S Operator, and the RPC between the CN and DN can be done through private protocol component. The corresponding repositories of these components are as follows.
@@ -107,7 +107,7 @@ tar zxvf polardbx-cdc-assemble/target/polardbx-binlog*.tar.gz
107
107
```
108
108
109
109
### Start PolarDB-X DN
110
-
> NOTE: GalaxyEngine is a derivative work of MySQL, the following will use mysql and galaxyengine without distinction
110
+
> NOTE: PolarDB-X Engine is a derivative work of MySQL, the following will use mysql and polardbx-engine without distinction
111
111
>
112
112
- This step starts a mysql process that acts as the metadb and DN
113
113
- Refer to the mysql configuration file (my.cnf) in the appendix to modify it accordingly. By default, 4886 is used as mysql port and 32886 as private protocol port
Copy file name to clipboardExpand all lines: docs/en/quickstart.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
To get started with PolarDB-X, you will use the PXD tool.
4
4
With PXD installed, you can run a PolarDB-X with just one-click.
5
5
> Notes:
6
-
> - PXD is mainly used for test or development, for production environment please use [GalaxyKube](https://github.com/ApsaraDB/galaxykube) to deploy PolarDB-X on K8S.
6
+
> - PXD is mainly used for test or development, for production environment please use [PolarDB-X Operator](https://github.com/polardb/polardbx-operator) to deploy PolarDB-X on K8S.
7
7
8
8
## Prerequisites
9
9
Deploying PolarDB-X via PXD tool requires Python3 and Docker to be installed first.
0 commit comments