summaryrefslogtreecommitdiff
path: root/slides.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-03-15 15:32:56 +0200
committerLars Wirzenius <liw@liw.fi>2019-03-15 15:32:56 +0200
commitc525aaa1239d89c3bbd30f61b53dc98f7c58460b (patch)
tree7fa182602339b26324594564006930eeb7ecb146 /slides.md
parente8ae9e3a9763e40d2b7c555c5ab6053908737fd4 (diff)
downloadick2-pres-c525aaa1239d89c3bbd30f61b53dc98f7c58460b.tar.gz
Add: slide on the data model
Diffstat (limited to 'slides.md')
-rw-r--r--slides.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/slides.md b/slides.md
index ea7af07..0229d75 100644
--- a/slides.md
+++ b/slides.md
@@ -105,7 +105,7 @@ Tech stack
---
-Project
+The Ick Project
-----------------------------------------------------------------------------
* source: [git.liw.fi](http://git.liw.fi/ick2/)
@@ -157,6 +157,18 @@ vvv
---
+Data model
+-----------------------------------------------------------------------------
+
+* User defines **projects**
+* A project invokes **pipelines** and defines **parameters**
+* A pipeline consists of a sequence of **actions**
+* Each action is executed by the worker-manger
+* Action are affected by parameters
+ * Which git repo to clone, where to publish artifacts, ...
+
+---
+
Near future plans
-----------------------------------------------------------------------------