-
Notifications
You must be signed in to change notification settings - Fork 1.5k
doc(Apache APISIX): add a description about Apache APISIX. #1234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/content/code/services/apisix.md
Outdated
@@ -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, 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/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. 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, please visit [How to Use GraphQL with API Gateway Apache APISIX](https://apisix.apache.org/blog/2022/03/02/apisix-integration-graphql-plugin/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solved
src/content/code/services/apisix.md
Outdated
@@ -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, 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/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ideal description length is 70-155 characters. This is just for discoverability and SEO. So, we can make it much smaller.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure~
Let me try
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Structurally this all looks good - just let me know when you're happy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@orta I think I'm ready to go. Please review, sir.
Thanks first.
1. modify the link; 2. reduced the text to 75 words.
Cool, thanks folks |
Closes #
Description
I'm from the Apache APISIX community and would like to add a paragraph to the official GraphQL website. As a cloud-native API gateway, Apache APISIX has been designed from the beginning with the ability to identify matches for GraphQL syntax. By effectively matching GraphQL statements carried in requests, it can filter out abnormal traffic to further ensure security and improve system performance.
We want to add a paragraph. Thanks ~