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 e53acaf Update eventmesh-store-quickstart.md
e53acaf is described below
commit e53acaf10214ad727a823fcaff4a4617815a1b58
Author: Eason Chen <[email protected]>
AuthorDate: Sun Nov 21 10:39:24 2021 +0800
Update eventmesh-store-quickstart.md
---
docs/en/instructions/eventmesh-store-quickstart.md | 52 +++++-----------------
1 file changed, 11 insertions(+), 41 deletions(-)
diff --git a/docs/en/instructions/eventmesh-store-quickstart.md
b/docs/en/instructions/eventmesh-store-quickstart.md
index 74158e8..2c0df05 100644
--- a/docs/en/instructions/eventmesh-store-quickstart.md
+++ b/docs/en/instructions/eventmesh-store-quickstart.md
@@ -8,49 +8,19 @@
Gradle at least 5.6, eg 5.6.*
4g+ free disk for eventmesh-store server
```
+### Standalone-connector
+No need a third-party store.
-### download sources
+### RocketMQ-connector
+you can reference https://rocketmq.apache.org/docs/quick-start/
-download source code from
[https://github.com/WeBankFinTech/DeFiBus](https://github.com/WeBankFinTech/DeFiBus)
-You will get **DefiBus-master.zip**
+and "One-click" build script is on going.
-### build sources
+### Kafka-connector
+WIP
-The eventmesh-store takes DeFiBus for example at the following parts, because
eventmesh depends on defibus as store layer
-by default, other implements such as Rocketmq etc. is coming soon.
-
-```
-unzip DefiBus-master.zip
-cd /*YOUR DEPLOY PATH*/DefiBus-master
-gradle clean dist tar -x test
-```
-
-You will get **DeFiBus_1.0.0.tar.gz** in directory /* YOUR DEPLOY PATH
*/DefiBus-master/build
-
-### Deployment
-
-- deploy DeFiBusNamesrv
-
-```
-upload DeFiBus_1.0.0.tar.gz
-tar -zxvf DeFiBus_1.0.0.tar.gz
-cd bin
-sh runnamesrv.sh
-```
-
-If you see "Thre Name Server boot success" in ../logs/namesrv.log, you setup
DeFiBus Namesrv successfully.
-
-- deploy DeFiBusBroker
-
-```
-upload DeFiBus_1.0.0.tar.gz
-tar -zxvf DeFiBus_1.0.0.tar.gz
-cd conf
-config your broker.properties
-cd ../bin
-sh runbroker.sh
-```
-
-If you see "The broker \[YOUR-BROKER-NAME, IP:PORT\] boot success." in
../logs/broker.log, you setup eventmesh-store
-successfully.
+### Redis-connector
+WIP
+### DeFiBus-connector
+WIP
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]