From 423549f2af1b3b684efce7e17800156a7e2475da Mon Sep 17 00:00:00 2001 From: Sangwan Kwon Date: Fri, 28 Feb 2020 16:43:48 +0900 Subject: [PATCH] Add description to architecture section Signed-off-by: Sangwan Kwon --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c2030f2..672c23a 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,11 @@ ViST takes below features. - Runtime policy plugin # Architecture +ViST adopts 3-tier layerd architecture to separate of concern. +- Interface layer: Provide API to client to generate query +- Service layer: Parse the query and bind query to virtual table +- Logic layer: Include callback routine about virtual table executed via query + layered architecture # Design -- 2.34.1