This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch doc in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
commit 49acd4a434834b46e1f55ba79b6b393bfb90bef4 Author: kezhenxu94 <[email protected]> AuthorDate: Mon Dec 15 20:28:35 2025 +0800 fix(doc): fix the default storage description --- docs/readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/readme.md b/docs/readme.md index 4ae9022..8dca6a1 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -90,9 +90,10 @@ Currently, the features supported are: | `java-agent-injector` | Use the java agent injector to inject the Skywalking Java agent and deploy microservices with other SkyWalking agent enabled. | The microservices include agents for Java, NodeJS server, browser, Python. | | `agent` | Deploy microservices with SkyWalking agent pre-installed. | In Kubernetes scenarios, please use `java-agent-injector` instead of this, if possible. | | `cluster` | Deploy SkyWalking OAP in cluster mode, with 2 nodes, and SkyWalking UI. | Only one of `cluster` or `single-node` can be enabled. | -| `single-node` | Deploy only one single node of SkyWalking OAP, and SkyWalking UI, ElasticSearch as storage. | Only one of `cluster` or `single-node` can be enabled. | -| `elasticsearch` | Deploy ElasticSearch as storage, you may want to disable this if you want to use your own ElasticSearch deployments. | | -| `postgresql` | Deploy PostgreSQL as storage, you may want to disable this if you want to use your own PostgreSQL deployments. | | +| `single-node` | Deploy only one single node of SkyWalking OAP, and SkyWalking UI, BanyanDB as storage. | Only one of `cluster` or `single-node` can be enabled. | +| `banyandb` | Deploy BanyanDB as storage, you may want to disable this if you want to use your own BanyanDB deployments. | This is the default storage for the showcase. | +| `elasticsearch` | Deploy ElasticSearch as storage, you may want to disable this if you want to use your own ElasticSearch deployments. | Alternative storage option. BanyanDB is used by default. | +| `postgresql` | Deploy PostgreSQL as storage, you may want to disable this if you want to use your own PostgreSQL deployments. | Alternative storage option. BanyanDB is used by default. | | `so11y` | Enable SkyWalking self observability. | This is enabled by default for platform [Docker Compose](#docker-compose). | | `vm-monitor` | Start 2 virtual machines and export their metrics to SkyWalking. | The "virtual machines" are mimicked by Docker containers or Pods. | | `als` | Start microservices WITHOUT SkyWalking agent enabled, and configure SkyWalking to analyze the topology and metrics from their access logs. | Command `istioctl` is required to run this feature. The agentless microservices will be running at namespace `${NAMESPACE}-agentless` |
