tree: d21b6bbec55c4b7bc4b0f9b1c58451b7f94934aa [path history] [tgz]
  1. eventmesh-connector-dingtalk/
  2. eventmesh-connector-file/
  3. eventmesh-connector-http/
  4. eventmesh-connector-jdbc/
  5. eventmesh-connector-kafka/
  6. eventmesh-connector-knative/
  7. eventmesh-connector-lark/
  8. eventmesh-connector-mongodb/
  9. eventmesh-connector-openfunction/
  10. eventmesh-connector-pravega/
  11. eventmesh-connector-prometheus/
  12. eventmesh-connector-pulsar/
  13. eventmesh-connector-rabbitmq/
  14. eventmesh-connector-redis/
  15. eventmesh-connector-rocketmq/
  16. eventmesh-connector-s3/
  17. eventmesh-connector-slack/
  18. eventmesh-connector-spring/
  19. eventmesh-connector-wechat/
  20. eventmesh-connector-wecom/
  21. build.gradle
  22. gradle.properties
  23. README.md
  24. README_CN.md
eventmesh-connectors/README.md

Connectors

Connector

A connector is a bridge 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.

Source

A source connector obtains data from an underlying data producer, and delivers it to targets after original data has been transformed into CloudEvents. It doesn't limit the way how a source retrieves data. (e.g., A source may pull data from a message queue or act as an HTTP server waiting for data sent to it).

CloudEvents is a specification for describing event data in common formats to provide interoperability across services, platforms and systems.

Sink

A sink connector receives CloudEvents and does some specific business logics. (e.g., A MySQL Sink extracts useful data from CloudEvents and writes them to a MySQL database).

Implements

Add a new connector by implementing the source/sink interface using eventmesh-openconnect-java.

Connector Status

Connector NameSourceSink
RocketMQ
ChatGPT
ClickHouse
DingTalk
Email
Feishu/Lark
File
GitHub
HTTP
Jdbc
Kafka
Knative
MongoDB
OpenFunction
Pravega
Prometheus
Pulsar
RabbitMQ
Redis
S3 File
Slack
Spring
WeCom
WeChat
More connectors will be added...N/AN/A