You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/08/20 08:53:09 UTC

[skywalking-website] branch db created (now fed9c30)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch db
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git.


      at fed9c30  Add BanyanDB repo

This branch includes the following new commits:

     new fed9c30  Add BanyanDB repo

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[skywalking-website] 01/01: Add BanyanDB repo

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch db
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git

commit fed9c30ff8ca80b2b5d4aaa0d27fe23628a6a9e2
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Aug 20 16:53:01 2021 +0800

    Add BanyanDB repo
---
 data/docs.yml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/data/docs.yml b/data/docs.yml
index b2c97d1..c58c8b6 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -160,10 +160,19 @@
       user: apache
       repo: skywalking-goapi
 
+- type: Database
+  description: An observability database aims to ingest, analyze and store Metrics, Tracing and Logging data.
+  list:
+    - name: BanyanDB
+      icon: D
+      description: Database server.
+      user: apache
+      repo: skywalking-banyandb
+
 - type: Tools
   description: SkyWalking native tools to support development and testing.
   list:
-    - name: skywalking-agent-test-tool
+    - name: Agent Test Tool.
       icon: T
       description: SkyWalking Agent Test Tool is a tremendously useful test tools suite in a wide variety of languages of Agent. Includes mock collector and validator.
       user: apache