From 66d1a8d4866c76be9a7f745ece8d02bc138394fe Mon Sep 17 00:00:00 2001 From: Jordan Frazier Date: Wed, 8 Nov 2023 13:05:45 -0800 Subject: [PATCH] remove mention of 4th post --- .../blog/posts/2023-05-09-introducing-timestreams-part-1.qmd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/python/docs/blog/posts/2023-05-09-introducing-timestreams-part-1.qmd b/python/docs/blog/posts/2023-05-09-introducing-timestreams-part-1.qmd index 56690514..bf773e76 100644 --- a/python/docs/blog/posts/2023-05-09-introducing-timestreams-part-1.qmd +++ b/python/docs/blog/posts/2023-05-09-introducing-timestreams-part-1.qmd @@ -23,9 +23,8 @@ utilizing timestreams. This post is the first in a series introducing Kaskada, an open-source event processing engine designed around the timestream abstraction. The full series will include (1) this introduction to the timestream abstraction, (2) [how Kaskada -builds an expressive temporal query language on the timestream abstraction][timestreams_part2], (3) how the timestream data -model enables Kaskada to efficiently execute temporal queries, and (4) how timestreams allow Kaskada to execute -incrementally over event streams. +builds an expressive temporal query language on the timestream abstraction][timestreams_part2], and (3) how the timestream data +model enables Kaskada to efficiently execute temporal queries. ## Rising Abstractions in Stream Processing