Skip to content

Commit

Permalink
📝 update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
perillaroc committed Mar 31, 2020
1 parent 2b82a9f commit 6d8e0c4
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
# 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.

- `blob`: Base class for all MongoDB documents.
- `NodeTreeBlob`: blob for node tree.
- `NodeStatusBlob`: blob for node status.

## relational database
### Relational database

- `owner`: Owner table
- `repo`: Repo table
Expand Down

0 comments on commit 6d8e0c4

Please sign in to comment.