Skip to content

Commit 9dbbc3f

Browse files
authored
update doc - overview image (#589)
* Update main.py * add live updater to aws example * update overview doc gif
1 parent 162c51f commit 9dbbc3f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/docs/getting_started/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ CocoIndex is an ultra-performant real-time data transformation framework for AI,
99

1010
As a data framework, CocoIndex takes it to the next level on data freshness. **Incremental processing** is one of the core values provided by CocoIndex.
1111

12+
![Incremental Processing](/img/incremental-etl.gif)
13+
1214
## Programming Model
1315
CocoIndex follows the idea of [Dataflow programming](https://en.wikipedia.org/wiki/Dataflow_programming) model. Each transformation creates a new field solely based on input fields, without hidden states and value mutation. All data before/after each transformation is observable, with lineage out of the box.
1416

367 KB
Loading

0 commit comments

Comments
 (0)