Add the purpose of ViST to README
authorSangwan Kwon <sangwan.kwon@samsung.com>
Thu, 27 Feb 2020 04:14:29 +0000 (13:14 +0900)
committer권상완/Security 2Lab(SR)/Engineer/삼성전자 <sangwan.kwon@samsung.com>
Fri, 28 Feb 2020 04:02:44 +0000 (13:02 +0900)
Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
README.md

index cbedb817b0759a9851945e88d9e353993b49ccd4..77f29fda0c58117eb24205de6f2cf6756a4103a3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,24 @@
-Project ViST is inspired by [osquery](https://osquery.io/).   
+<p align="center">
+<b> ViST, Virtual Security Table &#127912 </b><br>
+Query-based Universial Security API
+</p>
 
+---
+
+> 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).