diff --git a/internal/datanode/README.md b/internal/datanode/README.md new file mode 100644 index 0000000000..ddf087fb46 --- /dev/null +++ b/internal/datanode/README.md @@ -0,0 +1,10 @@ +# Data Node + +DataNode is the component to write insert and delete messages into persistent blob storage, for example minIO or S3. + +## Dependency + +- KV store: a kv store that persists messages into blob storage. +- Message stream: receive messages and publish imformation +- Root Coordinator: get the latest unique IDs. +- Data Coordinator: get the flush information and which message stream to subscribe.