From 98d22381895f5a64b856b4e704691fc293eaf20d Mon Sep 17 00:00:00 2001 From: Sangwan Kwon Date: Thu, 27 Feb 2020 13:14:29 +0900 Subject: [PATCH] Add the purpose of ViST to README Signed-off-by: Sangwan Kwon --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) 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). -- 2.34.1