| # Apache SkyWalking Query Protocol |
| Query Protocol defines the communication protocol in the query stage. |
| SkyWalking native UI and CLI use this protocol to fetch data from the backend consistently, don't need to worry about the backend update. |
| |
| Read [Query Protocol API docs](https://skywalking.apache.org/docs/main/latest/en/api/query-protocol/) for more details |
| |
| ## Release |
| This repo wouldn't be released separately. All source codes have been included in the main repo release. The tags match the [main repo](https://github.com/apache/skywalking) tags. |
| |
| # License |
| Apache 2.0 |