From 8ad86d2afa47ad3a45cc9ffbd263eb7a9dcbb18b Mon Sep 17 00:00:00 2001 From: CheverJohn Date: Thu, 12 May 2022 01:16:50 +0800 Subject: [PATCH 1/5] doc(Apache APISIX): add a description about Apache APISIX. --- src/content/code/services/apisix.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/content/code/services/apisix.md diff --git a/src/content/code/services/apisix.md b/src/content/code/services/apisix.md new file mode 100644 index 0000000000..7c64a3d574 --- /dev/null +++ b/src/content/code/services/apisix.md @@ -0,0 +1,6 @@ +--- +name: Apache APISIX +description: Apache APISIX is a dynamic, real-time, high-performance API gateway. APISIX provides rich traffic management features such as load balancing, dynamic upstream, canary release, circuit breaking, authentication, observability, and more. As a cloud-native API gateway, Apache APISIX already has the matching ability to recognize GraphQL syntax at the beginning of its design. By efficiently matching GraphQL statements carried in requests, it can filter out abnormal traffic to further ensure security and improve system performance. +url: https://apisix.apache.org/ +github: apache/apisix +--- From 1ac89f9f7a6cc892f7e6ede2da3e979ee166961b Mon Sep 17 00:00:00 2001 From: CheverJohn Date: Thu, 12 May 2022 01:24:02 +0800 Subject: [PATCH 2/5] doc(Apache APISIX): change something. --- src/content/code/services/apisix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/code/services/apisix.md b/src/content/code/services/apisix.md index 7c64a3d574..7593e875ac 100644 --- a/src/content/code/services/apisix.md +++ b/src/content/code/services/apisix.md @@ -1,6 +1,6 @@ --- name: Apache APISIX -description: Apache APISIX is a dynamic, real-time, high-performance API gateway. APISIX provides rich traffic management features such as load balancing, dynamic upstream, canary release, circuit breaking, authentication, observability, and more. As a cloud-native API gateway, Apache APISIX already has the matching ability to recognize GraphQL syntax at the beginning of its design. By efficiently matching GraphQL statements carried in requests, it can filter out abnormal traffic to further ensure security and improve system performance. +description: Apache APISIX is a dynamic, real-time, high-performance API gateway. APISIX provides rich traffic management features such as load balancing, dynamic upstream, canary release, circuit breaking, authentication, observability, etc. As a cloud-native API gateway, Apache APISIX already has the matching ability to recognize GraphQL syntax at the beginning of its design. Efficiently matching GraphQL statements carried in requests can filter out abnormal traffic to further ensure security and improve system performance. For more information, go to https://apisix.apache.org/blog/2022/03/02/apisix-integration-graphql-plugin/. url: https://apisix.apache.org/ github: apache/apisix --- From 14facf6c0647746afae0101be25b0edd00792599 Mon Sep 17 00:00:00 2001 From: CheverJohn Date: Thu, 12 May 2022 01:37:36 +0800 Subject: [PATCH 3/5] doc(Apache APISIX): change something. --- src/content/code/services/apisix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/code/services/apisix.md b/src/content/code/services/apisix.md index 7593e875ac..58106752b6 100644 --- a/src/content/code/services/apisix.md +++ b/src/content/code/services/apisix.md @@ -1,6 +1,6 @@ --- name: Apache APISIX -description: Apache APISIX is a dynamic, real-time, high-performance API gateway. APISIX provides rich traffic management features such as load balancing, dynamic upstream, canary release, circuit breaking, authentication, observability, etc. As a cloud-native API gateway, Apache APISIX already has the matching ability to recognize GraphQL syntax at the beginning of its design. Efficiently matching GraphQL statements carried in requests can filter out abnormal traffic to further ensure security and improve system performance. For more information, go to https://apisix.apache.org/blog/2022/03/02/apisix-integration-graphql-plugin/. +description: Apache APISIX is a dynamic, real-time, high-performance API gateway. APISIX provides rich traffic management features such as load balancing, dynamic upstream, canary release, circuit breaking, authentication, observability, etc. As a cloud-native API gateway, Apache APISIX already can recognize GraphQL syntax at the beginning of its design. Efficiently matching GraphQL statements carried in requests can filter out abnormal traffic to further ensure security and improve system performance. For more information, go to https://apisix.apache.org/blog/2022/03/02/ url: https://apisix.apache.org/ github: apache/apisix --- From 5877d0476dd7297c2910ede93c276ad25af9f970 Mon Sep 17 00:00:00 2001 From: CheverJohn Date: Mon, 23 May 2022 11:56:00 +0800 Subject: [PATCH 4/5] doc(GraphQL & APISIX): modify for seo 1. modify the link; 2. reduced the text to 75 words. --- src/content/code/services/apisix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/code/services/apisix.md b/src/content/code/services/apisix.md index 58106752b6..bcae94693f 100644 --- a/src/content/code/services/apisix.md +++ b/src/content/code/services/apisix.md @@ -1,6 +1,6 @@ --- name: Apache APISIX -description: Apache APISIX is a dynamic, real-time, high-performance API gateway. APISIX provides rich traffic management features such as load balancing, dynamic upstream, canary release, circuit breaking, authentication, observability, etc. As a cloud-native API gateway, Apache APISIX already can recognize GraphQL syntax at the beginning of its design. Efficiently matching GraphQL statements carried in requests can filter out abnormal traffic to further ensure security and improve system performance. For more information, go to https://apisix.apache.org/blog/2022/03/02/ +description: Apache APISIX is a dynamic, real-time, high-performance API gateway providing rich traffic management features such as load balancing, dynamic upstream, canary release, observability, etc. As a cloud-native API gateway, Apache APISIX already can recognize GraphQL syntax at the beginning of its design. Efficiently matching GraphQL statements carried in requests can filter out abnormal traffic to further ensure security and improve system performance. For more information, please visit [How to Use GraphQL with API Gateway Apache APISIX](https://apisix.apache.org/blog/2022/03/02/apisix-integration-graphql-plugin/) url: https://apisix.apache.org/ github: apache/apisix --- From d5f8f4d4d4b71fed84d8418f8d2f281b4032023c Mon Sep 17 00:00:00 2001 From: CheverJohn Date: Tue, 31 May 2022 17:50:29 +0800 Subject: [PATCH 5/5] doc(APISIX): Modify the description --- src/content/code/services/apisix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/code/services/apisix.md b/src/content/code/services/apisix.md index bcae94693f..4f8fc4ecdd 100644 --- a/src/content/code/services/apisix.md +++ b/src/content/code/services/apisix.md @@ -1,6 +1,6 @@ --- name: Apache APISIX -description: Apache APISIX is a dynamic, real-time, high-performance API gateway providing rich traffic management features such as load balancing, dynamic upstream, canary release, observability, etc. As a cloud-native API gateway, Apache APISIX already can recognize GraphQL syntax at the beginning of its design. Efficiently matching GraphQL statements carried in requests can filter out abnormal traffic to further ensure security and improve system performance. For more information, please visit [How to Use GraphQL with API Gateway Apache APISIX](https://apisix.apache.org/blog/2022/03/02/apisix-integration-graphql-plugin/) +description: Apache APISIX is a dynamic, real-time, high-performance API gateway providing rich traffic management features such as load balancing, dynamic upstream, canary release, observability, etc. As a cloud-native API gateway, Apache APISIX already can support GraphQL syntax at the beginning of its design. Efficiently matching GraphQL statements carried in requests can filter out abnormal traffic to further ensure security. For more information, please visit [How to Use GraphQL with API Gateway Apache APISIX](https://apisix.apache.org/blog/2022/03/02/apisix-integration-graphql-plugin/) url: https://apisix.apache.org/ github: apache/apisix ---