Add readme for datacoord (#8141)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
congqixia 2021-09-17 23:57:55 +08:00 committed by GitHub
parent 8b21a4b596
commit 266db4c883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,10 @@
# Data Coordinator
Data cooridnator(datacoord for short) is the component to organize DataNodes and segments allocations.
## Dependency
- KV store: a kv store has all the meta info datacoord needs to operate. (ETCD)
- Message stream: a message stream to communicate statistics information with data nodes. (Pulsar)
- Root Coordinator: timestamp, id and meta source.
- Data Node(s): could be an instance or a cluster, actual worker group handles data modification operations.