You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by ch...@apache.org on 2021/10/03 05:25:21 UTC

[incubator-eventmesh] branch develop updated: update readme

This is an automated email from the ASF dual-hosted git repository.

chenguangsheng pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/develop by this push:
     new 87d6d8b  update readme
87d6d8b is described below

commit 87d6d8b1d7867a0c4251ee366d27c236d7cd1369
Author: qqeasonchen <qq...@gmail.com>
AuthorDate: Sun Oct 3 13:25:08 2021 +0800

    update readme
    
    Signed-off-by: qqeasonchen <qq...@gmail.com>
---
 README.md | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index dfc0fa8..fc63f2d 100644
--- a/README.md
+++ b/README.md
@@ -26,17 +26,26 @@ EventMesh(incubating) is a dynamic cloud-native eventing infrastruture used to d
 
 ![architecture2](docs/images/eventmesh-panels.png)
 
-
 **Support connecting event store:**
 
-* [RocketMQ](https://github.com/apache/rocketmq):RocketMQ is a distributed messaging and streaming platform with low latency, high performance and reliability, trillion-level capacity and flexible scalability.
+* [InMemory] : Standalone mode.
+* [RocketMQ](https://github.com/apache/rocketmq) : RocketMQ is a distributed messaging and streaming platform with low latency, high performance and reliability, trillion-level capacity and flexible scalability.
+* [Kafka(WIP)](https://github.com/apache/kafka/) : Kafka is a Distributed Streaming Platform.
+* [Redis(WIP)](https://github.com/redis/redis/) : Redis is an in-memory database that persists on disk.
 
 **Components:**
 
 * **eventmesh-runtime** : an middleware to transmit events between event producers and consumers, support cloud native apps and microservices.
 * **eventmesh-sdk-java** : currently supports HTTP and TCP protocols.
 * **eventmesh-connector-api** : an api layer based on OpenMessaging api and SPI pluggin, which can be implemented by popular EventStores such as IMDG, Messaging Engine and OSS etc.
+* **eventmesh-connector-plugin** : plugins for connector.
+* **eventmesh-connector-standalone** : an implementation of eventmesh-connector-api, pub event to or sub event from InMemory as EventStore.
 * **eventmesh-connector-rocketmq** : an implementation of eventmesh-connector-api, pub event to or sub event from RocketMQ as EventStore.
+* **eventmesh-connector-kafka(WIP)** : an implementation of eventmesh-connector-api, pub event to or sub event from Kafka as EventStore.
+* **eventmesh-connector-redis(WIP)** : an implementation of eventmesh-connector-api, pub event to or sub event from Redis as EventStore.
+* **eventmesh-admin** : clients,topics,subscriptions and other management.
+* **eventmesh-registry-plugin** : plugins for registry.
+* **eventmesh-security-plugin** : plugins for security.
 
 **Protocol:**
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org