Skip to content

Commit 85249a2

Browse files
committed
update docs
1 parent 26e700e commit 85249a2

10 files changed

+1
-21
lines changed

docs/function-configuration-zh.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Function 任务配置规范 (Task Definition)
2-
31
Function Stream 的任务定义采用插件化架构。虽然当前版本重点支持 Kafka 协议,但其配置模型在设计上支持通过 input-type 与 output-type 扩展至任意流媒体系统。
42

53
---

docs/function-configuration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Function Task Configuration Specification (Task Definition)
2-
31
Function Stream's task definition adopts a plugin-based architecture. Although the current version focuses on supporting the Kafka protocol, its configuration model is designed to support extension to any streaming media system via input-type and output-type.
42

53
---

docs/function-development-zh.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Function 管理与开发指南
2-
31
Function 是 Function Stream 的核心计算单元。本指南以 Go (WASM) 模式为例,详细说明 Function 的全生命周期管理,并对比 Python 模式的操作差异。
42

53
---
@@ -107,4 +105,4 @@ with FsClient(host="localhost", port=8080) as client:
107105
| 列表 (List) | SHOW FUNCTIONS | show_functions() | 查看所有任务及其运行状态。 |
108106
| 启动 (Start) | START FUNCTION <name> | start_function(name) | 分配执行器并开始消费数据。 |
109107
| 停止 (Stop) | STOP FUNCTION <name> | stop_function(name) | 暂停任务执行。 |
110-
| 删除 (Drop) | DROP FUNCTION <name> | drop_function(name) | 物理删除任务元数据及代码。 |
108+
| 删除 (Drop) | DROP FUNCTION <name> | drop_function(name) | 物理删除任务元数据及代码。 |

docs/function-development.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Function Management and Development Guide
2-
31
Function is the core computational unit of Function Stream. This guide takes Go (WASM) mode as an example to detail the full lifecycle management of a Function and compares the operational differences with Python mode.
42

53
---

docs/python-sdk-guide-zh.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Python SDK 开发与交互指南
2-
31
Function Stream 为 Python 开发者提供了一套完整的工具链,涵盖了从流算子开发 (fs_api) 到管理 (fs_client) 的全流程。
42

53
---

docs/python-sdk-guide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Python SDK Development and Interaction Guide
2-
31
Function Stream provides a complete toolchain for Python developers, covering the entire process from stream operator development (fs_api) to management (fs_client).
42

53
---

docs/server-configuration-zh.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# 服务端配置与运维指南
2-
31
Function Stream 是一个云原生流处理平台,支持 WASM (Go/Rust) 与 Python 编写的轻量级计算任务。
42

53
---

docs/server-configuration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Server Configuration and Operations Guide
2-
31
Function Stream is a cloud-native stream processing platform that supports lightweight computational tasks written in WASM (Go/Rust) and Python.
42

53
---

docs/sql-cli-guide-zh.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# SQL CLI 交互式管理指南
2-
31
Function Stream 提供了一套类 SQL 的声明式交互终端(REPL),旨在为运维人员提供低门槛、高效率的集群任务管控能力。
42

53
---

docs/sql-cli-guide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# SQL CLI Interactive Management Guide
2-
31
Function Stream provides a SQL-like declarative interactive terminal (REPL), designed to provide operations personnel with low-threshold, high-efficiency cluster task control capabilities.
42

53
---

0 commit comments

Comments
 (0)