You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/02/09 12:45:02 UTC

[GitHub] [skywalking-satellite] kezhenxu94 commented on a change in pull request #23: polish docs

kezhenxu94 commented on a change in pull request #23:
URL: https://github.com/apache/skywalking-satellite/pull/23#discussion_r572700895



##########
File path: docs/en/FAQ/running_on_windows.md
##########
@@ -0,0 +1,29 @@
+# How do we run Satellite on Windows?
+
+Windows is not good supported beacuse [some features](../guides/compile/compile.md) is not adaptive on the Windows. Let's take the mmap component as an example to talk how to solve the problem.

Review comment:
       ```suggestion
   Windows is not good supported because [some features](../guides/compile/compile.md) is not adaptive on the Windows. Let's take the mmap component as an example to talk how to solve the problem.
   ```

##########
File path: docs/en/concepts-and-designs/project-goals.md
##########
@@ -0,0 +1,16 @@
+# Design Goals
+The document outlines the core design goals for SkyWalking Satellite project.
+
+- **Light Weight**. SkyWalking Satellite has a limited cost for resources and high-performance because of the requirements of the sidecar deployment model.
+
+- **Pluggable**. SkyWalking Satellite core team provides many default implementations, but definitely it is not enough,
+and also don't fit every scenario. So, we provide a lot of features for being pluggable. 
+
+- **Portability**.  SkyWalking Satellite can run in multiple environments, including: 
+    - Use traditional deployment as a demon process to collect data.
+    - Use cloud services as a sidecar, such as in the kubernetes platform.
+
+- **Interop**.   Observability is a big landscape, SkyWalking is impossible to support all, even by its community. So Skywalking Satellite is compatible with many protocols, including: 

Review comment:
       ```suggestion
   - **Interop**.   Observability is a big landscape, SkyWalking is impossible to support all, even by its community. So SkyWalking Satellite is compatible with many protocols, including: 
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org