Skip to content

Commit

Permalink
Sync some intro from apache/eventmesh#4015
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Mar 25, 2024
1 parent 4b16a83 commit ef0c679
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/design-document/03-connect/00-connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Connector

EventMesh Connector allows you to skip the complex integration with external services by offering out-of-the-box connectors. Each connector enabling you to have faster integrations with no codes. All data produced or processed by our connectors conforms to the CloudEvents specification.

A connector is an image or instance that interacts with a specific external service or underlying data source (e.g., Databases) on behalf of user applications. A connector is either a Source or a Sink.

Connector runs as a standalone service by `main()`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 连接器类型

EventMesh 连接器允许您通过提供开箱即用的连接器来跳过与外部服务的复杂集成。每个连接器都可以让您无需代码即可实现更快的集成。我们的连接器生成或处理的所有数据都符合 CloudEvents 规范。

连接器是代表用户应用程序与特定外部服务或底层数据源(例如数据库)交互的镜像或实例。连接器的类型可以是源(Source)或汇(Sink)。

连接器通过 `main()` 作为一个独立服务运行。
Expand Down

0 comments on commit ef0c679

Please sign in to comment.