From: Sangwan Kwon Date: Thu, 27 Feb 2020 04:14:29 +0000 (+0900) Subject: Add the purpose of ViST to README X-Git-Tag: submit/tizen/20200810.073515~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98d22381895f5a64b856b4e704691fc293eaf20d;p=platform%2Fcore%2Fsecurity%2Fvist.git Add the purpose of ViST to README Signed-off-by: Sangwan Kwon --- diff --git a/README.md b/README.md index cbedb81..77f29fd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,24 @@ -Project ViST is inspired by [osquery](https://osquery.io/). +

+ ViST, Virtual Security Table 🎨
+Query-based Universial Security API +

+--- + +> Project ViST is inspired by [osquery](https://osquery.io/). + +The purpose of ViST project is +**"Provide unified interface +to security software designer +and developer +via type-safe query".** +For this we must achieve two things: +1. Provide **unified interface via query** +2. Generate **type-safe query via query-builder** + +We believe that ViST makes security software usable and universial. + +# Difference with osquery Osquery views operating system as table from the perspective of the system administrator. It provides osqueryd(daemon), osqueryi(interactive shell).