From 03764d588f956a9044dd426310859556faaf13c8 Mon Sep 17 00:00:00 2001 From: mlycore Date: Thu, 14 Dec 2023 10:17:48 +0800 Subject: [PATCH] chore: add reference links Signed-off-by: mlycore --- solutions/stackgres/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/solutions/stackgres/README.md b/solutions/stackgres/README.md index d6776673..c875550c 100644 --- a/solutions/stackgres/README.md +++ b/solutions/stackgres/README.md @@ -239,3 +239,10 @@ SELECT * FROM t_order_1; ``` ![](./static/select-data-from-cluster-2.png) +## References +* [https://stackgres.io/doc/latest/quickstart/](https://stackgres.io/doc/latest/quickstart/) +* [https://stackgres.io/doc/latest/install/helm/](https://stackgres.io/doc/latest/install/helm/) +* [https://stackgres.io/doc/latest/administration/cluster/connection/passwords/](https://stackgres.io/doc/latest/administration/cluster/connection/passwords/) +* [https://stackgres.io/doc/latest/administration/cluster/connection/dns/](https://stackgres.io/doc/latest/administration/cluster/connection/dns/) +* [https://shardingsphere.apache.org/oncloud/current/en/user-manual/cn-sn-operator/](https://shardingsphere.apache.org/oncloud/current/en/user-manual/cn-sn-operator/) +* [https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/usage/sharding-rule/](https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/usage/sharding-rule/)