diff --git a/docs/docs/getting_started/overview.md b/docs/docs/getting_started/overview.md index a154c2d1..50279c40 100644 --- a/docs/docs/getting_started/overview.md +++ b/docs/docs/getting_started/overview.md @@ -9,6 +9,8 @@ CocoIndex is an ultra-performant real-time data transformation framework for AI, 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. +![Incremental Processing](/img/incremental-etl.gif) + ## Programming Model 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. diff --git a/docs/static/img/incremental-etl.gif b/docs/static/img/incremental-etl.gif new file mode 100644 index 00000000..807b5d0f Binary files /dev/null and b/docs/static/img/incremental-etl.gif differ