This is an automated email from the ASF dual-hosted git repository.
nkruber pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git.
from 734f4a1 Rebuild website
new 707dd32 Add Blogbost: Advanced Flink Application Patterns: Custom
Window Processing
new 008e907 Rebuild website
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
_posts/2020-07-30-demo-fraud-detection-3.md | 660 ++++++++++++
content/blog/feed.xml | 1115 ++++++++++++++++----
content/blog/index.html | 38 +-
content/blog/page10/index.html | 38 +-
content/blog/page11/index.html | 44 +-
content/blog/page12/index.html | 45 +-
content/blog/page13/index.html | 25 +
content/blog/page2/index.html | 40 +-
content/blog/page3/index.html | 38 +-
content/blog/page4/index.html | 36 +-
content/blog/page5/index.html | 38 +-
content/blog/page6/index.html | 40 +-
content/blog/page7/index.html | 38 +-
content/blog/page8/index.html | 36 +-
content/blog/page9/index.html | 37 +-
.../img/blog/patterns-blog-3/evaluation-delays.png | Bin 0 -> 29120 bytes
.../blog/patterns-blog-3/keyed-state-scoping.png | Bin 0 -> 199113 bytes
content/img/blog/patterns-blog-3/late-events.png | Bin 0 -> 20483 bytes
.../img/blog/patterns-blog-3/pre-aggregation.png | Bin 0 -> 33817 bytes
.../patterns-blog-3/sample-rule-definition.png | Bin 0 -> 98413 bytes
content/img/blog/patterns-blog-3/time-windows.png | Bin 0 -> 37632 bytes
content/img/blog/patterns-blog-3/type-kryo.png | Bin 0 -> 28294 bytes
content/img/blog/patterns-blog-3/type-pojo.png | Bin 0 -> 34853 bytes
content/img/blog/patterns-blog-3/widest-window.png | Bin 0 -> 90233 bytes
.../img/blog/patterns-blog-3/window-clean-up.png | Bin 0 -> 15498 bytes
content/index.html | 13 +-
.../news/2020/07/30/demo-fraud-detection-3.html | 908 ++++++++++++++++
content/zh/index.html | 13 +-
img/blog/patterns-blog-3/evaluation-delays.png | Bin 0 -> 29120 bytes
img/blog/patterns-blog-3/keyed-state-scoping.png | Bin 0 -> 199113 bytes
img/blog/patterns-blog-3/late-events.png | Bin 0 -> 20483 bytes
img/blog/patterns-blog-3/pre-aggregation.png | Bin 0 -> 33817 bytes
.../patterns-blog-3/sample-rule-definition.png | Bin 0 -> 98413 bytes
img/blog/patterns-blog-3/time-windows.png | Bin 0 -> 37632 bytes
img/blog/patterns-blog-3/type-kryo.png | Bin 0 -> 28294 bytes
img/blog/patterns-blog-3/type-pojo.png | Bin 0 -> 34853 bytes
img/blog/patterns-blog-3/widest-window.png | Bin 0 -> 90233 bytes
img/blog/patterns-blog-3/window-clean-up.png | Bin 0 -> 15498 bytes
38 files changed, 2791 insertions(+), 411 deletions(-)
create mode 100644 _posts/2020-07-30-demo-fraud-detection-3.md
create mode 100644 content/img/blog/patterns-blog-3/evaluation-delays.png
create mode 100644 content/img/blog/patterns-blog-3/keyed-state-scoping.png
create mode 100644 content/img/blog/patterns-blog-3/late-events.png
create mode 100644 content/img/blog/patterns-blog-3/pre-aggregation.png
create mode 100644 content/img/blog/patterns-blog-3/sample-rule-definition.png
create mode 100644 content/img/blog/patterns-blog-3/time-windows.png
create mode 100644 content/img/blog/patterns-blog-3/type-kryo.png
create mode 100644 content/img/blog/patterns-blog-3/type-pojo.png
create mode 100644 content/img/blog/patterns-blog-3/widest-window.png
create mode 100644 content/img/blog/patterns-blog-3/window-clean-up.png
create mode 100644 content/news/2020/07/30/demo-fraud-detection-3.html
create mode 100644 img/blog/patterns-blog-3/evaluation-delays.png
create mode 100644 img/blog/patterns-blog-3/keyed-state-scoping.png
create mode 100644 img/blog/patterns-blog-3/late-events.png
create mode 100644 img/blog/patterns-blog-3/pre-aggregation.png
create mode 100644 img/blog/patterns-blog-3/sample-rule-definition.png
create mode 100644 img/blog/patterns-blog-3/time-windows.png
create mode 100644 img/blog/patterns-blog-3/type-kryo.png
create mode 100644 img/blog/patterns-blog-3/type-pojo.png
create mode 100644 img/blog/patterns-blog-3/widest-window.png
create mode 100644 img/blog/patterns-blog-3/window-clean-up.png