This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 79241d7ffbf deploy: 4dc1b257ea93c5083307bc9ac7c8bdcfecf8c7c8
79241d7ffbf is described below
commit 79241d7ffbf0ce28fadb2284a0c4d14ca8f78a78
Author: wu-sheng <[email protected]>
AuthorDate: Thu Feb 2 13:11:08 2023 +0000
deploy: 4dc1b257ea93c5083307bc9ac7c8bdcfecf8c7c8
---
docs/skywalking-banyandb/next/api-reference/index.html | 8 ++++----
docs/skywalking-banyandb/next/clients/index.html | 2 +-
.../skywalking-banyandb/next/concept/data-model/index.html | 9 +++++++--
docs/skywalking-banyandb/next/crud/group/index.html | 6 +++---
docs/skywalking-banyandb/next/crud/index_rule/index.html | 6 +++---
.../next/crud/index_rule_binding/index.html | 6 +++---
.../skywalking-banyandb/next/crud/measure/query/index.html | 2 +-
.../next/crud/measure/schema/index.html | 2 +-
docs/skywalking-banyandb/next/crud/property/index.html | 6 +++---
docs/skywalking-banyandb/next/crud/stream/query/index.html | 2 +-
.../skywalking-banyandb/next/crud/stream/schema/index.html | 2 +-
docs/skywalking-banyandb/next/installation/index.html | 2 +-
docs/skywalking-banyandb/next/readme/index.html | 2 +-
docs/skywalking-banyandb/next/release/index.html | 4 ++--
index.html | 2 +-
index.json | 2 +-
team/index.html | 14 ++++++++++++--
17 files changed, 46 insertions(+), 31 deletions(-)
diff --git a/docs/skywalking-banyandb/next/api-reference/index.html
b/docs/skywalking-banyandb/next/api-reference/index.html
index 737bf43480d..e8af216f5c3 100644
--- a/docs/skywalking-banyandb/next/api-reference/index.html
+++ b/docs/skywalking-banyandb/next/api-reference/index.html
@@ -66,7 +66,7 @@ Table of Contents banyandb/common/v1/common.proto
Int
IntArray">
-<meta itemprop="wordCount" content="3929">
+<meta itemprop="wordCount" content="3941">
@@ -498,7 +498,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: c25160d</div>
+ <div class="commit-id">Commit Id: e98f6c6</div>
@@ -2433,7 +2433,7 @@ to control how to generate time series indices.</p>
<td>catalog</td>
<td><a href="#banyandb-common-v1-catalog">banyandb.common.v1.Catalog</a></td>
<td></td>
-<td>catalog is where the subject belongs to</td>
+<td>catalog is where the subject belongs to todo validate plugin exist bug <a
href="https://github.com/bufbuild/protoc-gen-validate/issues/672">https://github.com/bufbuild/protoc-gen-validate/issues/672</a></td>
</tr>
<tr>
<td>name</td>
@@ -2536,7 +2536,7 @@ to control how to generate time series indices.</p>
<td>field_value_sort</td>
<td><a href="#banyandb-model-v1-sort">banyandb.model.v1.Sort</a></td>
<td></td>
-<td>field_value_sort indicates how to sort fields ASC: bottomN DESC: topN
UNSPECIFIED: topN + bottomN</td>
+<td>field_value_sort indicates how to sort fields ASC: bottomN DESC: topN
UNSPECIFIED: topN + bottomN todo validate plugin exist bug <a
href="https://github.com/bufbuild/protoc-gen-validate/issues/672">https://github.com/bufbuild/protoc-gen-validate/issues/672</a></td>
</tr>
<tr>
<td>group_by_tag_names</td>
diff --git a/docs/skywalking-banyandb/next/clients/index.html
b/docs/skywalking-banyandb/next/clients/index.html
index 96a0a0a6e7e..4bcf79221a0 100644
--- a/docs/skywalking-banyandb/next/clients/index.html
+++ b/docs/skywalking-banyandb/next/clients/index.html
@@ -447,7 +447,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: c25160d</div>
+ <div class="commit-id">Commit Id: e98f6c6</div>
diff --git a/docs/skywalking-banyandb/next/concept/data-model/index.html
b/docs/skywalking-banyandb/next/concept/data-model/index.html
index a91e7347ac0..ca86841596c 100644
--- a/docs/skywalking-banyandb/next/concept/data-model/index.html
+++ b/docs/skywalking-banyandb/next/concept/data-model/index.html
@@ -34,7 +34,7 @@ Groups Group does not provide a mechanism for isolating
groups of resources with
Structure of BanyanDB The hierarchy that data is organized into streams,
measures and properties in groups.
Groups Group does not provide a mechanism for isolating groups of resources
within a single banyand-server but is the minimal unit to manage physical
structures.">
-<meta itemprop="wordCount" content="1422">
+<meta itemprop="wordCount" content="1434">
@@ -450,7 +450,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: c25160d</div>
+ <div class="commit-id">Commit Id: e98f6c6</div>
@@ -600,6 +600,11 @@ functions to them.</p>
<h3 id="properties">Properties</h3>
<p><code>Property</code> is a schema-less or schema-free data model. That
means you <strong>DO NOT</strong> have to define a schema before writing a
Property</p>
<p><code>Property</code> is a standard key-value store. Users could store
their metadata or items on a property and get a <a
href="https://en.wikipedia.org/wiki/Consistency_model#Sequential_consistency">sequential
consistency</a> guarantee. BanyanDB’s motivation for introducing such a
particular structure is to support most APM scenarios that need to store
critical data, especially for a distributed database cluster.</p>
+<p>We should create group before creating a property.</p>
+<p>Creating group.</p>
+<div class="highlight"><pre
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
class="language-yaml" data-lang="yaml"><span
style="color:#000080">metadata</span>:<span style="color:#bbb">
+</span><span style="color:#bbb"> </span><span
style="color:#000080">name</span>:<span style="color:#bbb"> </span>sw<span
style="color:#bbb">
+</span></code></pre></div><p>Creating property.</p>
<div class="highlight"><pre
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
class="language-yaml" data-lang="yaml"><span
style="color:#000080">metadata</span>:<span style="color:#bbb">
</span><span style="color:#bbb"> </span><span
style="color:#000080">container</span>:<span style="color:#bbb">
</span><span style="color:#bbb"> </span><span
style="color:#000080">group</span>:<span style="color:#bbb"> </span>sw<span
style="color:#bbb">
diff --git a/docs/skywalking-banyandb/next/crud/group/index.html
b/docs/skywalking-banyandb/next/crud/group/index.html
index 6b5d3e8a20f..3cc775f6ab8 100644
--- a/docs/skywalking-banyandb/next/crud/group/index.html
+++ b/docs/skywalking-banyandb/next/crud/group/index.html
@@ -453,7 +453,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: c25160d</div>
+ <div class="commit-id">Commit Id: e98f6c6</div>
@@ -478,7 +478,7 @@ if (!doNotTrack) {
<h1 id="crud-groups">CRUD Groups</h1>
<p>CRUD operations create, read, update and delete groups.</p>
<p>The group represents a collection of a class of resources. Each resource
has a name unique to a group.</p>
-<p><a
href="https://github.com/apache/skywalking-banyandb/tree/c25160d0321d6596fb84891628beba4470cbab3d/clients.md#command-line"><code>bydbctl</code></a>
is the command line tool in examples.</p>
+<p><a
href="https://github.com/apache/skywalking-banyandb/tree/e98f6c6c25792692560c2e3b28dfdedd3a60327f/clients.md#command-line"><code>bydbctl</code></a>
is the command line tool in examples.</p>
<h2 id="create-operation">Create operation</h2>
<p>Create operation adds a new group to the database’s metadata registry
repository. If the group does not currently exist, create operation will create
the schema.</p>
<h3 id="examples-of-creating">Examples of creating</h3>
@@ -533,7 +533,7 @@ if (!doNotTrack) {
<h3 id="examples">Examples</h3>
<div class="highlight"><pre
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
class="language-shell" data-lang="shell">$ bydbctl group list
</code></pre></div><h2 id="api-reference">API Reference</h2>
-<p><a
href="https://github.com/apache/skywalking-banyandb/tree/c25160d0321d6596fb84891628beba4470cbab3d/api-reference.md#groupservice">GroupService
v1</a></p>
+<p><a
href="https://github.com/apache/skywalking-banyandb/tree/e98f6c6c25792692560c2e3b28dfdedd3a60327f/api-reference.md#groupservice">GroupService
v1</a></p>
diff --git a/docs/skywalking-banyandb/next/crud/index_rule/index.html
b/docs/skywalking-banyandb/next/crud/index_rule/index.html
index 2f01bc5a489..1de213c9eba 100644
--- a/docs/skywalking-banyandb/next/crud/index_rule/index.html
+++ b/docs/skywalking-banyandb/next/crud/index_rule/index.html
@@ -450,7 +450,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: c25160d</div>
+ <div class="commit-id">Commit Id: e98f6c6</div>
@@ -476,7 +476,7 @@ if (!doNotTrack) {
<p>CRUD operations create, read, update and delete index rules.</p>
<p>IndexRule defines how to generate indices based on tags and the index type.
IndexRule should bind to a subject(stream or measure) through an
IndexRuleBinding to generate proper indices.</p>
-<p><a
href="https://github.com/apache/skywalking-banyandb/tree/c25160d0321d6596fb84891628beba4470cbab3d/clients.md#command-line"><code>bydbctl</code></a>
is the command line tool in examples.</p>
+<p><a
href="https://github.com/apache/skywalking-banyandb/tree/e98f6c6c25792692560c2e3b28dfdedd3a60327f/clients.md#command-line"><code>bydbctl</code></a>
is the command line tool in examples.</p>
<h2 id="create-operation">Create operation</h2>
<p>Create operation adds a new index rule to the database’s metadata
registry repository. If the index rule does not currently exist, create
operation will create the schema.</p>
<h3 id="examples-of-creating">Examples of creating</h3>
@@ -539,7 +539,7 @@ segment that will generate a block every 2 hours.</p>
<h3 id="examples-of-listing">Examples of listing</h3>
<div class="highlight"><pre
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
class="language-shell" data-lang="shell">$ bydbctl indexRule list -g sw_stream
</code></pre></div><h2 id="api-reference">API Reference</h2>
-<p><a
href="https://github.com/apache/skywalking-banyandb/tree/c25160d0321d6596fb84891628beba4470cbab3d/api-reference.md#IndexRuleRegistryService">indexRuleService
v1</a></p>
+<p><a
href="https://github.com/apache/skywalking-banyandb/tree/e98f6c6c25792692560c2e3b28dfdedd3a60327f/api-reference.md#IndexRuleRegistryService">indexRuleService
v1</a></p>
diff --git a/docs/skywalking-banyandb/next/crud/index_rule_binding/index.html
b/docs/skywalking-banyandb/next/crud/index_rule_binding/index.html
index cb0e051acbf..67b40f3edd3 100644
--- a/docs/skywalking-banyandb/next/crud/index_rule_binding/index.html
+++ b/docs/skywalking-banyandb/next/crud/index_rule_binding/index.html
@@ -450,7 +450,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: c25160d</div>
+ <div class="commit-id">Commit Id: e98f6c6</div>
@@ -476,7 +476,7 @@ if (!doNotTrack) {
<p>CRUD operations create, read, update and delete index rule bindings.</p>
<p>An index rule binding is a bridge to connect several index rules to a
subject.
This binding is valid between <code>begin_at_nanoseconds</code> and
<code>expire_at_nanoseconds</code>, that provides flexible strategies to
control how to generate time series indices.</p>
-<p><a
href="https://github.com/apache/skywalking-banyandb/tree/c25160d0321d6596fb84891628beba4470cbab3d/clients.md#command-line"><code>bydbctl</code></a>
is the command line tool in examples.</p>
+<p><a
href="https://github.com/apache/skywalking-banyandb/tree/e98f6c6c25792692560c2e3b28dfdedd3a60327f/clients.md#command-line"><code>bydbctl</code></a>
is the command line tool in examples.</p>
<h2 id="create-operation">Create operation</h2>
<p>Create operation adds a new index rule binding to the database’s
metadata registry repository. If the index rule binding does not currently
exist, create operation will create the schema.</p>
<h3 id="examples">Examples</h3>
@@ -569,7 +569,7 @@ segment which will generate a block every 2 hours.</p>
<h3 id="examples-of-listing">Examples of listing</h3>
<div class="highlight"><pre
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
class="language-shell" data-lang="shell">$ bydbctl indexRuleBinding list -g
sw_stream
</code></pre></div><h2 id="api-reference">API Reference</h2>
-<p><a
href="https://github.com/apache/skywalking-banyandb/tree/c25160d0321d6596fb84891628beba4470cbab3d/api-reference.md#IndexRuleBindingRegistryService">indexRuleBindingService
v1</a></p>
+<p><a
href="https://github.com/apache/skywalking-banyandb/tree/e98f6c6c25792692560c2e3b28dfdedd3a60327f/api-reference.md#IndexRuleBindingRegistryService">indexRuleBindingService
v1</a></p>
diff --git a/docs/skywalking-banyandb/next/crud/measure/query/index.html
b/docs/skywalking-banyandb/next/crud/measure/query/index.html
index 4e2218f12fe..f9373b121bb 100644
--- a/docs/skywalking-banyandb/next/crud/measure/query/index.html
+++ b/docs/skywalking-banyandb/next/crud/measure/query/index.html
@@ -450,7 +450,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: c25160d</div>
+ <div class="commit-id">Commit Id: e98f6c6</div>
diff --git a/docs/skywalking-banyandb/next/crud/measure/schema/index.html
b/docs/skywalking-banyandb/next/crud/measure/schema/index.html
index 68d811a2a88..2605754f0cd 100644
--- a/docs/skywalking-banyandb/next/crud/measure/schema/index.html
+++ b/docs/skywalking-banyandb/next/crud/measure/schema/index.html
@@ -453,7 +453,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: c25160d</div>
+ <div class="commit-id">Commit Id: e98f6c6</div>
diff --git a/docs/skywalking-banyandb/next/crud/property/index.html
b/docs/skywalking-banyandb/next/crud/property/index.html
index aaddc190a47..451d5f43791 100644
--- a/docs/skywalking-banyandb/next/crud/property/index.html
+++ b/docs/skywalking-banyandb/next/crud/property/index.html
@@ -453,7 +453,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: c25160d</div>
+ <div class="commit-id">Commit Id: e98f6c6</div>
@@ -478,7 +478,7 @@ if (!doNotTrack) {
<h1 id="crud-property">CRUD Property</h1>
<p>CRUD operations create/update, read and delete property.</p>
<p>Property stores the user defined data.</p>
-<p><a
href="https://github.com/apache/skywalking-banyandb/tree/c25160d0321d6596fb84891628beba4470cbab3d/clients.md#command-line"><code>bydbctl</code></a>
is the command line tool in examples.</p>
+<p><a
href="https://github.com/apache/skywalking-banyandb/tree/e98f6c6c25792692560c2e3b28dfdedd3a60327f/clients.md#command-line"><code>bydbctl</code></a>
is the command line tool in examples.</p>
<h2 id="apply-createupdate-operation">Apply (Create/Update) operation</h2>
<p>Apply creates a property if it’s absent, or updates an existed one
based on a strategy. If the property does not currently exist, create operation
will create the property.</p>
<h3 id="examples-of-applying">Examples of applying</h3>
@@ -535,7 +535,7 @@ if (!doNotTrack) {
<h3 id="examples-of-listing">Examples of listing</h3>
<div class="highlight"><pre
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
class="language-shell" data-lang="shell">$ bydbctl property list -g sw -n
ui_template
</code></pre></div><h2 id="api-reference">API Reference</h2>
-<p><a
href="https://github.com/apache/skywalking-banyandb/tree/c25160d0321d6596fb84891628beba4470cbab3d/api-reference.md#PropertyService">MeasureService
v1</a></p>
+<p><a
href="https://github.com/apache/skywalking-banyandb/tree/e98f6c6c25792692560c2e3b28dfdedd3a60327f/api-reference.md#PropertyService">MeasureService
v1</a></p>
diff --git a/docs/skywalking-banyandb/next/crud/stream/query/index.html
b/docs/skywalking-banyandb/next/crud/stream/query/index.html
index 718c3875e1b..0eb6d8dc757 100644
--- a/docs/skywalking-banyandb/next/crud/stream/query/index.html
+++ b/docs/skywalking-banyandb/next/crud/stream/query/index.html
@@ -450,7 +450,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: c25160d</div>
+ <div class="commit-id">Commit Id: e98f6c6</div>
diff --git a/docs/skywalking-banyandb/next/crud/stream/schema/index.html
b/docs/skywalking-banyandb/next/crud/stream/schema/index.html
index 23556cbf27d..6a159e86ec2 100644
--- a/docs/skywalking-banyandb/next/crud/stream/schema/index.html
+++ b/docs/skywalking-banyandb/next/crud/stream/schema/index.html
@@ -453,7 +453,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: c25160d</div>
+ <div class="commit-id">Commit Id: e98f6c6</div>
diff --git a/docs/skywalking-banyandb/next/installation/index.html
b/docs/skywalking-banyandb/next/installation/index.html
index 220a9f1e3e0..5e0f1e8bafb 100644
--- a/docs/skywalking-banyandb/next/installation/index.html
+++ b/docs/skywalking-banyandb/next/installation/index.html
@@ -450,7 +450,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: c25160d</div>
+ <div class="commit-id">Commit Id: e98f6c6</div>
diff --git a/docs/skywalking-banyandb/next/readme/index.html
b/docs/skywalking-banyandb/next/readme/index.html
index 5e6b4c1613c..5515922510b 100644
--- a/docs/skywalking-banyandb/next/readme/index.html
+++ b/docs/skywalking-banyandb/next/readme/index.html
@@ -447,7 +447,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: c25160d</div>
+ <div class="commit-id">Commit Id: e98f6c6</div>
diff --git a/docs/skywalking-banyandb/next/release/index.html
b/docs/skywalking-banyandb/next/release/index.html
index dbbd079aded..e94c7d529da 100644
--- a/docs/skywalking-banyandb/next/release/index.html
+++ b/docs/skywalking-banyandb/next/release/index.html
@@ -444,7 +444,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: c25160d</div>
+ <div class="commit-id">Commit Id: e98f6c6</div>
@@ -471,7 +471,7 @@ if (!doNotTrack) {
<h2 id="prerequisites">Prerequisites</h2>
<ol>
<li>Close(if finished, or move to next milestone otherwise) all issues in the
current milestone from <a
href="https://github.com/apache/skywalking-banyandb/milestones">skywalking-banyandb</a>
and <a href="https://github.com/apache/skywalking/milestones">skywalking</a>,
create a new milestone if needed.</li>
-<li>Update <a
href="https://github.com/apache/skywalking-banyandb/tree/c25160d0321d6596fb84891628beba4470cbab3d/CHANGES.md">CHANGES.md</a>.</li>
+<li>Update <a
href="https://github.com/apache/skywalking-banyandb/tree/e98f6c6c25792692560c2e3b28dfdedd3a60327f/CHANGES.md">CHANGES.md</a>.</li>
</ol>
<h2 id="add-your-gpg-public-key-to-apache-svn">Add your GPG public key to
Apache svn</h2>
<ol>
diff --git a/index.html b/index.html
index 99ef4326d1a..20c45d50fa2 100644
--- a/index.html
+++ b/index.html
@@ -204,7 +204,7 @@ if (!doNotTrack) {
<div class="container pt-64">
<a class="community-box" href="/team">
<span class="community mr-10">COMMUNITY</span>
- <span class="mr-10">SkyWalking has received contributions from <em
class="count">740</em> individuals now.</span>
+ <span class="mr-10">SkyWalking has received contributions from <em
class="count">741</em> individuals now.</span>
<i class="iconfont icon-arrow-right pull-right"></i>
</a>
diff --git a/index.json b/index.json
index c71b0d2df13..71e584704b8 100644
--- a/index.json
+++ b/index.json
@@ -1 +1 @@
-[{"body":"SkyWalking PHP 0.3.0 is released. Go to downloads page to find
release tars.\nWhat\u0026rsquo;s Changed Make explicit rust version
requirement by @wu-sheng in https://github.com/apache/skywalking-php/pull/35
Update dependencies version limitation. by @jmjoy in
https://github.com/apache/skywalking-php/pull/36 Startup 0.3.0 by @heyanlong in
https://github.com/apache/skywalking-php/pull/37 Support PHP 8.2 by @heyanlong
in https://github.com/apache/skywalking-php/pull/38 Fix php-f [...]
\ No newline at end of file
+[{"body":"SkyWalking PHP 0.3.0 is released. Go to downloads page to find
release tars.\nWhat\u0026rsquo;s Changed Make explicit rust version
requirement by @wu-sheng in https://github.com/apache/skywalking-php/pull/35
Update dependencies version limitation. by @jmjoy in
https://github.com/apache/skywalking-php/pull/36 Startup 0.3.0 by @heyanlong in
https://github.com/apache/skywalking-php/pull/37 Support PHP 8.2 by @heyanlong
in https://github.com/apache/skywalking-php/pull/38 Fix php-f [...]
\ No newline at end of file
diff --git a/team/index.html b/team/index.html
index 5bcedf3ad0a..e045964c3f4 100644
--- a/team/index.html
+++ b/team/index.html
@@ -548,7 +548,7 @@ The SkyWalking team is comprised of Members and
Contributors, and the growth has
<div class="pt-4">
<h2>
Contributors
- <span class="total">740</span>
+ <span class="total">741</span>
</h2>
<div class="contributors-wrapper">
@@ -13595,7 +13595,7 @@ The SkyWalking team is comprised of Members and
Contributors, and the growth has
</span>
</div>
<div>
- <span class="total">12</span>
+ <span class="total">13</span>
<i class="iconfont icon-arrow-right"></i>
</div>
</div>
@@ -13684,6 +13684,16 @@ The SkyWalking team is comprised of Members and
Contributors, and the growth has
+ <li class="mb-2 mr-2">
+
+ <a class="link" href="https://github.com/HHoflittlefish777"
target="_blank">
+ <i class="fab fa-github"></i>
+ HHoflittlefish777
+ </a>
+ </li>
+
+
+
<li class="mb-2 mr-2">
<a class="link" href="https://github.com/CalvinKirs"
target="_blank">