Skip to content

Commit

Permalink
feat: exclude python-scripts (#1157)
Browse files Browse the repository at this point in the history
Co-authored-by: Yiran <[email protected]>
  • Loading branch information
sunchanglong and nicecui authored Aug 30, 2024
1 parent 0285a6b commit a4a34e3
Show file tree
Hide file tree
Showing 36 changed files with 51 additions and 43 deletions.
6 changes: 4 additions & 2 deletions docs/contributor-guide/datanode/query-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ will make more use of this feature, and develop our separated index to handle mo

## Extensibility

Extending operations in GreptimeDB is extremely simple. There are two ways to do it: 1. via the [Python Coprocessor][4] interface; 2. implement your operator like
[this][5].
<!-- Extending operations in GreptimeDB is extremely simple. There are two ways to do it: 1. via the [Python Coprocessor][4] interface; 2. implement your operator like
[this][5]. -->

Extending operations in GreptimeDB is extremely simple. You can implement your operator like [this][5].

## Distributed Execution

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/installation/greptimedb-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Visualization plays a crucial role in effectively utilizing time series data. To help users leverage the various features of GreptimeDB, Greptime offers a simple [dashboard](https://github.com/GreptimeTeam/dashboard).

The Dashboard is embedded into GreptimeDB's binary since GreptimeDB v0.2.0. After starting [GreptimeDB Standalone](greptimedb-standalone.md) or [GreptimeDB Cluster](greptimedb-cluster.md), the dashboard can be accessed via the HTTP endpoint `http://localhost:4000/dashboard`. The dashboard supports multiple query languages, including [SQL queries](/user-guide/query-data/sql.md), [Python Scripts](/user-guide/python-scripts/overview.md), and [PromQL queries](/user-guide/query-data/promql.md).
The Dashboard is embedded into GreptimeDB's binary since GreptimeDB v0.2.0. After starting [GreptimeDB Standalone](greptimedb-standalone.md) or [GreptimeDB Cluster](greptimedb-cluster.md), the dashboard can be accessed via the HTTP endpoint `http://localhost:4000/dashboard`. The dashboard supports multiple query languages, including [SQL queries](/user-guide/query-data/sql.md), and [PromQL queries](/user-guide/query-data/promql.md).

We offer various chart types to choose from based on different scenarios. The charts become more informative when you have sufficient data.

Expand Down
1 change: 0 additions & 1 deletion docs/user-guide/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,5 @@ Having understood these features, you can now go directly to exploring the featu
* [Ingest data](./ingest-data/overview.md)
* [Query Data](./query-data/overview.md)
* [Continuous Aggregation](./continuous-aggregation/overview.md)
* [Python Scripts](./python-scripts/overview.md)
* [Operations](./operations/overview.md)
* [Cluster](./cluster.md)
7 changes: 5 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,16 @@ const config: Config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/GreptimeTeam/docs/tree/main',
'https://github.com/GreptimeTeam/docs/blob/main',
routeBasePath: '/',
exclude: [
'db-cloud-shared/**',
'user-guide/client-libraries/template.md',
'getting-started/quick-start/quick-start-template.md',
'**/template.md'
'**/template.md',
'user-guide/python-scripts/**',
'user-guide/ingest-data/for-iot/grpc-sdks/template.md',
'contributor-guide/datanode/python-scripts.md',
],
versions: {
current: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ GreptimeDB 使用 [Apache Arrow][2]作为内存中的数据表示格式。它是

## 拓展性

在 GreptimeDB 中扩展操作非常简单。有两种方法可以做到:1. 通过 [Python Coprocessor][4] 接口;2. 像 [这样][5] 实现你的算子。
<!-- 在 GreptimeDB 中扩展操作非常简单。有两种方法可以做到:1. 通过 [Python Coprocessor][4] 接口;2. 像 [这样][5] 实现你的算子。 -->

在 GreptimeDB 中扩展操作非常简单。你可以像 [这样][5] 实现你的算子。

## 分布式查询

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

数据可视化在时间序列数据分析时发挥着关键作用。为了帮助用户充分利用 GreptimeDB 的各种功能,GreptimeDB 提供了一个简单的[控制台](https://github.com/GreptimeTeam/dashboard)

自 GreptimeDB v0.2.0 版本以来,控制台已经默认嵌入到 GreptimeDB 的 binary 文件中。在启动 [GreptimeDB 单机版](greptimedb-standalone.md)[分布式集群](greptimedb-cluster.md)后,可以通过 URL `http://localhost:4000/dashboard` 访问控制台。控制台支持多种查询语言,包括 [SQL 查询](/user-guide/query-data/sql.md)[Python 脚本](/user-guide/python-scripts/overview.md)[PromQL 查询](/user-guide/query-data/promql.md)
自 GreptimeDB v0.2.0 版本以来,控制台已经默认嵌入到 GreptimeDB 的 binary 文件中。在启动 [GreptimeDB 单机版](greptimedb-standalone.md)[分布式集群](greptimedb-cluster.md)后,可以通过 URL `http://localhost:4000/dashboard` 访问控制台。控制台支持多种查询语言,包括 [SQL 查询](/user-guide/query-data/sql.md)[PromQL 查询](/user-guide/query-data/promql.md)

我们提供不同种类的图表,可以根据不同的场景进行选择。当用户有足够的数据时,图表的内容将更加丰富。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,5 @@ ALIGN '5s' BY (host) FILL PREV
* [数据写入](./ingest-data/overview.md)
* [数据查询](./query-data/overview.md)
* [持续聚合](./continuous-aggregation/overview.md)
* [Python 脚本](./python-scripts/overview.md)
* [运维操作](./operations/overview.md)
* [集群](./cluster.md)
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ GreptimeDB 使用 [Apache Arrow][2]作为内存中的数据表示格式。它是

## 拓展性

在 GreptimeDB 中扩展操作非常简单。有两种方法可以做到:1. 通过 [Python Coprocessor][4] 接口;2. 像 [这样][5] 实现你的算子。
<!-- 在 GreptimeDB 中扩展操作非常简单。有两种方法可以做到:1. 通过 [Python Coprocessor][4] 接口;2. 像 [这样][5] 实现你的算子。 -->

在 GreptimeDB 中扩展操作非常简单。你可以像 [这样][5] 实现你的算子。

## 分布式查询

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

数据可视化在时间序列数据分析时发挥着关键作用。为了帮助用户充分利用 GreptimeDB 的各种功能,GreptimeDB 提供了一个简单的[控制台](https://github.com/GreptimeTeam/dashboard)

自 GreptimeDB v0.2.0 版本以来,控制台已经默认嵌入到 GreptimeDB 的 binary 文件中。在启动 [GreptimeDB 单机版](greptimedb-standalone.md)[分布式集群](greptimedb-cluster.md)后,可以通过 URL `http://localhost:4000/dashboard` 访问控制台。控制台支持多种查询语言,包括 [SQL 查询](/user-guide/query-data/sql.md)[Python 脚本](/user-guide/python-scripts/overview.md)[PromQL 查询](/user-guide/query-data/promql.md)
自 GreptimeDB v0.2.0 版本以来,控制台已经默认嵌入到 GreptimeDB 的 binary 文件中。在启动 [GreptimeDB 单机版](greptimedb-standalone.md)[分布式集群](greptimedb-cluster.md)后,可以通过 URL `http://localhost:4000/dashboard` 访问控制台。控制台支持多种查询语言,包括 [SQL 查询](/user-guide/query-data/sql.md)[PromQL 查询](/user-guide/query-data/promql.md)

我们提供不同种类的图表,可以根据不同的场景进行选择。当用户有足够的数据时,图表的内容将更加丰富。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
- [表管理](../user-guide/table-management.md)
- [数据写入](../user-guide/write-data/overview.md)
- [数据查询](../user-guide/query-data/overview.md)
- [Python 脚本](../user-guide/python-scripts/overview.md)
- [运维操作](../user-guide/operations/overview.md)
- [集群](../user-guide/cluster.md)
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ GreptimeDB 使用 [Apache Arrow][2]作为内存中的数据表示格式。它是

## 拓展性

在 GreptimeDB 中扩展操作非常简单。有两种方法可以做到:1. 通过 [Python Coprocessor][4] 接口;2. 像 [这样][5] 实现你的算子。
<!-- 在 GreptimeDB 中扩展操作非常简单。有两种方法可以做到:1. 通过 [Python Coprocessor][4] 接口;2. 像 [这样][5] 实现你的算子。 -->

在 GreptimeDB 中扩展操作非常简单。你可以像 [这样][5] 实现你的算子。

## 分布式查询

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

数据可视化在时间序列数据分析时发挥着关键作用。为了帮助用户充分利用 GreptimeDB 的各种功能,GreptimeDB 提供了一个简单的[控制台](https://github.com/GreptimeTeam/dashboard)

自 GreptimeDB v0.2.0 版本以来,控制台已经默认嵌入到 GreptimeDB 的 binary 文件中。在启动 [GreptimeDB 单机版](greptimedb-standalone.md)[分布式集群](greptimedb-cluster.md)后,可以通过 URL `http://localhost:4000/dashboard` 访问控制台。控制台支持多种查询语言,包括 [SQL 查询](/user-guide/query-data/sql.md)[Python 脚本](/user-guide/python-scripts/overview.md)[PromQL 查询](/user-guide/query-data/promql.md)
自 GreptimeDB v0.2.0 版本以来,控制台已经默认嵌入到 GreptimeDB 的 binary 文件中。在启动 [GreptimeDB 单机版](greptimedb-standalone.md)[分布式集群](greptimedb-cluster.md)后,可以通过 URL `http://localhost:4000/dashboard` 访问控制台。控制台支持多种查询语言,包括 [SQL 查询](/user-guide/query-data/sql.md)[PromQL 查询](/user-guide/query-data/promql.md)

我们提供不同种类的图表,可以根据不同的场景进行选择。当用户有足够的数据时,图表的内容将更加丰富。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
- [表管理](../user-guide/table-management.md)
- [数据写入](../user-guide/write-data/overview.md)
- [数据查询](../user-guide/query-data/overview.md)
- [Python 脚本](../user-guide/python-scripts/overview.md)
- [运维操作](../user-guide/operations/overview.md)
- [集群](../user-guide/cluster.md)
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ GreptimeDB 使用 [Apache Arrow][2]作为内存中的数据表示格式。它是

## 拓展性

在 GreptimeDB 中扩展操作非常简单。有两种方法可以做到:1. 通过 [Python Coprocessor][4] 接口;2. 像 [这样][5] 实现你的算子。
<!-- 在 GreptimeDB 中扩展操作非常简单。有两种方法可以做到:1. 通过 [Python Coprocessor][4] 接口;2. 像 [这样][5] 实现你的算子。 -->

在 GreptimeDB 中扩展操作非常简单。你可以像 [这样][5] 实现你的算子。

## 分布式查询

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

数据可视化在时间序列数据分析时发挥着关键作用。为了帮助用户充分利用 GreptimeDB 的各种功能,GreptimeDB 提供了一个简单的[控制台](https://github.com/GreptimeTeam/dashboard)

自 GreptimeDB v0.2.0 版本以来,控制台已经默认嵌入到 GreptimeDB 的 binary 文件中。在启动 [GreptimeDB 单机版](greptimedb-standalone.md)[分布式集群](greptimedb-cluster.md)后,可以通过 URL `http://localhost:4000/dashboard` 访问控制台。控制台支持多种查询语言,包括 [SQL 查询](/user-guide/query-data/sql.md)[Python 脚本](/user-guide/python-scripts/overview.md)[PromQL 查询](/user-guide/query-data/promql.md)
自 GreptimeDB v0.2.0 版本以来,控制台已经默认嵌入到 GreptimeDB 的 binary 文件中。在启动 [GreptimeDB 单机版](greptimedb-standalone.md)[分布式集群](greptimedb-cluster.md)后,可以通过 URL `http://localhost:4000/dashboard` 访问控制台。控制台支持多种查询语言,包括 [SQL 查询](/user-guide/query-data/sql.md)[PromQL 查询](/user-guide/query-data/promql.md)

我们提供不同种类的图表,可以根据不同的场景进行选择。当用户有足够的数据时,图表的内容将更加丰富。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
- [表管理](../user-guide/table-management.md)
- [数据写入](../user-guide/write-data/overview.md)
- [数据查询](../user-guide/query-data/overview.md)
- [Python 脚本](../user-guide/python-scripts/overview.md)
- [运维操作](../user-guide/operations/overview.md)
- [集群](../user-guide/cluster.md)
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ GreptimeDB 使用 [Apache Arrow][2]作为内存中的数据表示格式。它是

## 拓展性

在 GreptimeDB 中扩展操作非常简单。有两种方法可以做到:1. 通过 [Python Coprocessor][4] 接口;2. 像 [这样][5] 实现你的算子。
<!-- 在 GreptimeDB 中扩展操作非常简单。有两种方法可以做到:1. 通过 [Python Coprocessor][4] 接口;2. 像 [这样][5] 实现你的算子。 -->

在 GreptimeDB 中扩展操作非常简单。你可以像 [这样][5] 实现你的算子。

## 分布式查询

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

数据可视化在时间序列数据分析时发挥着关键作用。为了帮助用户充分利用 GreptimeDB 的各种功能,GreptimeDB 提供了一个简单的[控制台](https://github.com/GreptimeTeam/dashboard)

自 GreptimeDB v0.2.0 版本以来,控制台已经默认嵌入到 GreptimeDB 的 binary 文件中。在启动 [GreptimeDB 单机版](greptimedb-standalone.md)[分布式集群](greptimedb-cluster.md)后,可以通过 URL `http://localhost:4000/dashboard` 访问控制台。控制台支持多种查询语言,包括 [SQL 查询](/user-guide/query-data/sql.md)[Python 脚本](/user-guide/python-scripts/overview.md)[PromQL 查询](/user-guide/query-data/promql.md)
自 GreptimeDB v0.2.0 版本以来,控制台已经默认嵌入到 GreptimeDB 的 binary 文件中。在启动 [GreptimeDB 单机版](greptimedb-standalone.md)[分布式集群](greptimedb-cluster.md)后,可以通过 URL `http://localhost:4000/dashboard` 访问控制台。控制台支持多种查询语言,包括 [SQL 查询](/user-guide/query-data/sql.md)[PromQL 查询](/user-guide/query-data/promql.md)

我们提供不同种类的图表,可以根据不同的场景进行选择。当用户有足够的数据时,图表的内容将更加丰富。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,5 @@ ALIGN '5s' BY (host) FILL PREV
* [数据写入](./ingest-data/overview.md)
* [数据查询](./query-data/overview.md)
* [持续聚合](./continuous-aggregation/overview.md)
* [Python 脚本](./python-scripts/overview.md)
* [运维操作](./operations/overview.md)
* [集群](./cluster.md)
1 change: 0 additions & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ const sidebars: SidebarsConfig = {
'contributor-guide/datanode/query-engine',
'contributor-guide/datanode/data-persistence-indexing',
'contributor-guide/datanode/wal',
'contributor-guide/datanode/python-scripts',
'contributor-guide/datanode/metric-engine',
],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ will make more use of this feature, and develop our separated index to handle mo

## Extensibility

Extending operations in GreptimeDB is extremely simple. There are two ways to do it: 1. via the [Python Coprocessor][4] interface; 2. implement your operator like
[this][5].
<!-- Extending operations in GreptimeDB is extremely simple. There are two ways to do it: 1. via the [Python Coprocessor][4] interface; 2. implement your operator like
[this][5]. -->

Extending operations in GreptimeDB is extremely simple. You can implement your operator like [this][5].

## Distributed Execution

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Visualization plays a crucial role in effectively utilizing time series data. To help users leverage the various features of GreptimeDB, Greptime offers a simple [dashboard](https://github.com/GreptimeTeam/dashboard).

The Dashboard is embedded into GreptimeDB's binary since GreptimeDB v0.2.0. After starting [GreptimeDB Standalone](greptimedb-standalone.md) or [GreptimeDB Cluster](greptimedb-cluster.md), the dashboard can be accessed via the HTTP endpoint `http://localhost:4000/dashboard`. The dashboard supports multiple query languages, including [SQL queries](/user-guide/query-data/sql.md), [Python Scripts](/user-guide/python-scripts/overview.md), and [PromQL queries](/user-guide/query-data/promql.md).
The Dashboard is embedded into GreptimeDB's binary since GreptimeDB v0.2.0. After starting [GreptimeDB Standalone](greptimedb-standalone.md) or [GreptimeDB Cluster](greptimedb-cluster.md), the dashboard can be accessed via the HTTP endpoint `http://localhost:4000/dashboard`. The dashboard supports multiple query languages, including [SQL queries](/user-guide/query-data/sql.md), and [PromQL queries](/user-guide/query-data/promql.md).

We offer various chart types to choose from based on different scenarios. The charts become more informative when you have sufficient data.

Expand Down
1 change: 0 additions & 1 deletion versioned_docs/version-0.6/user-guide/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
* [Table Management](./table-management.md)
* [Write data](./write-data/overview.md)
* [Query data](./query-data/overview.md)
* [Python Scripts](./python-scripts/overview.md)
* [Operations](./operations/overview.md)
* [Cluster](./cluster.md)
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ will make more use of this feature, and develop our separated index to handle mo

## Extensibility

Extending operations in GreptimeDB is extremely simple. There are two ways to do it: 1. via the [Python Coprocessor][4] interface; 2. implement your operator like
[this][5].
<!-- Extending operations in GreptimeDB is extremely simple. There are two ways to do it: 1. via the [Python Coprocessor][4] interface; 2. implement your operator like
[this][5]. -->

Extending operations in GreptimeDB is extremely simple. You can implement your operator like [this][5].

## Distributed Execution

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Visualization plays a crucial role in effectively utilizing time series data. To help users leverage the various features of GreptimeDB, Greptime offers a simple [dashboard](https://github.com/GreptimeTeam/dashboard).

The Dashboard is embedded into GreptimeDB's binary since GreptimeDB v0.2.0. After starting [GreptimeDB Standalone](greptimedb-standalone.md) or [GreptimeDB Cluster](greptimedb-cluster.md), the dashboard can be accessed via the HTTP endpoint `http://localhost:4000/dashboard`. The dashboard supports multiple query languages, including [SQL queries](/user-guide/query-data/sql.md), [Python Scripts](/user-guide/python-scripts/overview.md), and [PromQL queries](/user-guide/query-data/promql.md).
The Dashboard is embedded into GreptimeDB's binary since GreptimeDB v0.2.0. After starting [GreptimeDB Standalone](greptimedb-standalone.md) or [GreptimeDB Cluster](greptimedb-cluster.md), the dashboard can be accessed via the HTTP endpoint `http://localhost:4000/dashboard`. The dashboard supports multiple query languages, including [SQL queries](/user-guide/query-data/sql.md), and [PromQL queries](/user-guide/query-data/promql.md).

We offer various chart types to choose from based on different scenarios. The charts become more informative when you have sufficient data.

Expand Down
1 change: 0 additions & 1 deletion versioned_docs/version-0.7/user-guide/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
* [Table Management](./table-management.md)
* [Write data](./write-data/overview.md)
* [Query data](./query-data/overview.md)
* [Python Scripts](./python-scripts/overview.md)
* [Operations](./operations/overview.md)
* [Cluster](./cluster.md)
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ will make more use of this feature, and develop our separated index to handle mo

## Extensibility

Extending operations in GreptimeDB is extremely simple. There are two ways to do it: 1. via the [Python Coprocessor][4] interface; 2. implement your operator like
[this][5].
<!-- Extending operations in GreptimeDB is extremely simple. There are two ways to do it: 1. via the [Python Coprocessor][4] interface; 2. implement your operator like
[this][5]. -->

Extending operations in GreptimeDB is extremely simple. You can implement your operator like [this][5].

## Distributed Execution

Expand Down
Loading

0 comments on commit a4a34e3

Please sign in to comment.