From 6d8e0c4a8ebec8970e0032354ec9533046fa235e Mon Sep 17 00:00:00 2001 From: perillaroc Date: Tue, 31 Mar 2020 19:49:37 +0800 Subject: [PATCH] :pencil: update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1dd9513..f169f12 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,20 @@ # nwpc-workflow-log-model -A database model for workflow log in NWPC. +A data model for workflow log in NWPC. ## Introduction Model classes for MongoDB and relational database. -## MongoDB +### Log Record + +Record object and parser for ecFlow and SMS. + +### Analytics + +Record object and algorithm for analytics. + +### MongoDB Use MongoDB to store analytics results including node tree and node status. @@ -14,7 +22,7 @@ Use MongoDB to store analytics results including node tree and node status. - `NodeTreeBlob`: blob for node tree. - `NodeStatusBlob`: blob for node status. -## relational database +### Relational database - `owner`: Owner table - `repo`: Repo table