Skip to content

Commit 6852206

Browse files
authored
chore: fix link and fix references to fluvio that should refer SDF (#376)
Co-authored-by: Luis Moreno <[email protected]>
1 parent 6cc15b0 commit 6852206

File tree

10 files changed

+30
-30
lines changed

10 files changed

+30
-30
lines changed

sdf/concepts/window-processing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Stateful Dataflows Window Processing
44
sidebar_position: 100
55
---
66

7-
Window processing addresses a well-defined stream processing problem described in depth by the ["The Dataflow Model"] whitepaper. A window operation turns data streaming records into a group of finite records, also known as bounded context, defined by the window size computed by a watermark operation. Fluvio performs a window processing operation by chaining multiple operators to assign timestamps, group them by key, and apply custom operations.
7+
Window processing addresses a well-defined stream processing problem described in depth by the ["The Dataflow Model"] whitepaper. A window operation turns data streaming records into a group of finite records, also known as bounded context, defined by the window size computed by a watermark operation. SDF performs a window processing operation by chaining multiple operators to assign timestamps, group them by key, and apply custom operations.
88

9-
While there are several types of windows, and Fluvio will eventually implement all of them, this preview will focus on two: `tumbling window` and `sliding window`.
9+
While there are several types of windows, and SDF will eventually implement all of them, this preview will focus on two: `tumbling window` and `sliding window`.
1010

1111
**Tumbling windows** are equal-sized, continuous and `non-overlapping` windows. Each record is present in exactly one window.
1212

@@ -23,4 +23,4 @@ While there are several types of windows, and Fluvio will eventually implement a
2323
:::
2424

2525

26-
["The Dataflow Model"]: https://storage.googleapis.com/pub-tools-public-publication-data/pdf/43864.pdf
26+
["The Dataflow Model"]: https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43864.pdf

sdf_versioned_docs/version-sdf-beta1.1/concepts/window-processing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Stateful Dataflows Window Processing
44
sidebar_position: 100
55
---
66

7-
Window processing addresses a well-defined stream processing problem described in depth by the ["The Dataflow Model"] whitepaper. A window operation turns data streaming records into a group of finite records, also known as bounded context, defined by the window size computed by a watermark operation. Fluvio performs a window processing operation by chaining multiple operators to assign timestamps, group them by key, and apply custom operations.
7+
Window processing addresses a well-defined stream processing problem described in depth by the ["The Dataflow Model"] whitepaper. A window operation turns data streaming records into a group of finite records, also known as bounded context, defined by the window size computed by a watermark operation. SDF performs a window processing operation by chaining multiple operators to assign timestamps, group them by key, and apply custom operations.
88

9-
While there are several types of windows, and Fluvio will eventually implement all of them, this preview will focus on two: `tumbling window` and `sliding window`.
9+
While there are several types of windows, and SDF will eventually implement all of them, this preview will focus on two: `tumbling window` and `sliding window`.
1010

1111
**Tumbling windows** are equal-sized, continuous and `non-overlapping` windows. Each record is present in exactly one window.
1212

@@ -22,4 +22,4 @@ While there are several types of windows, and Fluvio will eventually implement a
2222
**Sliding windows** is currently in development.
2323
:::
2424

25-
["The Dataflow Model"]: https://storage.googleapis.com/pub-tools-public-publication-data/pdf/43864.pdf
25+
["The Dataflow Model"]: https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43864.pdf

sdf_versioned_docs/version-sdf-beta1/concepts/window-processing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Stateful Dataflows Window Processing
44
sidebar_position: 100
55
---
66

7-
Window processing addresses a well-defined stream processing problem described in depth by the ["The Dataflow Model"] whitepaper. A window operation turns data streaming records into a group of finite records, also known as bounded context, defined by the window size computed by a watermark operation. Fluvio performs a window processing operation by chaining multiple operators to assign timestamps, group them by key, and apply custom operations.
7+
Window processing addresses a well-defined stream processing problem described in depth by the ["The Dataflow Model"] whitepaper. A window operation turns data streaming records into a group of finite records, also known as bounded context, defined by the window size computed by a watermark operation. SDF performs a window processing operation by chaining multiple operators to assign timestamps, group them by key, and apply custom operations.
88

9-
While there are several types of windows, and Fluvio will eventually implement all of them, this preview will focus on two: `tumbling window` and `sliding window`.
9+
While there are several types of windows, and SDF will eventually implement all of them, this preview will focus on two: `tumbling window` and `sliding window`.
1010

1111
**Tumbling windows** are equal-sized, continuous and `non-overlapping` windows. Each record is present in exactly one window.
1212

@@ -22,4 +22,4 @@ While there are several types of windows, and Fluvio will eventually implement a
2222
**Sliding windows** is currently in development.
2323
:::
2424

25-
["The Dataflow Model"]: https://storage.googleapis.com/pub-tools-public-publication-data/pdf/43864.pdf
25+
["The Dataflow Model"]: https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43864.pdf

sdf_versioned_docs/version-sdf-beta2/concepts/window-processing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Stateful Dataflows Window Processing
44
sidebar_position: 100
55
---
66

7-
Window processing addresses a well-defined stream processing problem described in depth by the ["The Dataflow Model"] whitepaper. A window operation turns data streaming records into a group of finite records, also known as bounded context, defined by the window size computed by a watermark operation. Fluvio performs a window processing operation by chaining multiple operators to assign timestamps, group them by key, and apply custom operations.
7+
Window processing addresses a well-defined stream processing problem described in depth by the ["The Dataflow Model"] whitepaper. A window operation turns data streaming records into a group of finite records, also known as bounded context, defined by the window size computed by a watermark operation. SDF performs a window processing operation by chaining multiple operators to assign timestamps, group them by key, and apply custom operations.
88

9-
While there are several types of windows, and Fluvio will eventually implement all of them, this preview will focus on two: `tumbling window` and `sliding window`.
9+
While there are several types of windows, and SDF will eventually implement all of them, this preview will focus on two: `tumbling window` and `sliding window`.
1010

1111
**Tumbling windows** are equal-sized, continuous and `non-overlapping` windows. Each record is present in exactly one window.
1212

@@ -22,4 +22,4 @@ While there are several types of windows, and Fluvio will eventually implement a
2222
**Sliding windows** is currently in development.
2323
:::
2424

25-
["The Dataflow Model"]: https://storage.googleapis.com/pub-tools-public-publication-data/pdf/43864.pdf
25+
["The Dataflow Model"]: https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43864.pdf

sdf_versioned_docs/version-sdf-beta3/concepts/window-processing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Stateful Dataflows Window Processing
44
sidebar_position: 100
55
---
66

7-
Window processing addresses a well-defined stream processing problem described in depth by the ["The Dataflow Model"] whitepaper. A window operation turns data streaming records into a group of finite records, also known as bounded context, defined by the window size computed by a watermark operation. Fluvio performs a window processing operation by chaining multiple operators to assign timestamps, group them by key, and apply custom operations.
7+
Window processing addresses a well-defined stream processing problem described in depth by the ["The Dataflow Model"] whitepaper. A window operation turns data streaming records into a group of finite records, also known as bounded context, defined by the window size computed by a watermark operation. SDF performs a window processing operation by chaining multiple operators to assign timestamps, group them by key, and apply custom operations.
88

9-
While there are several types of windows, and Fluvio will eventually implement all of them, this preview will focus on two: `tumbling window` and `sliding window`.
9+
While there are several types of windows, and SDF will eventually implement all of them, this preview will focus on two: `tumbling window` and `sliding window`.
1010

1111
**Tumbling windows** are equal-sized, continuous and `non-overlapping` windows. Each record is present in exactly one window.
1212

@@ -22,4 +22,4 @@ While there are several types of windows, and Fluvio will eventually implement a
2222
**Sliding windows** is currently in development.
2323
:::
2424

25-
["The Dataflow Model"]: https://storage.googleapis.com/pub-tools-public-publication-data/pdf/43864.pdf
25+
["The Dataflow Model"]: https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43864.pdf

sdf_versioned_docs/version-sdf-beta4/concepts/window-processing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Stateful Dataflows Window Processing
44
sidebar_position: 100
55
---
66

7-
Window processing addresses a well-defined stream processing problem described in depth by the ["The Dataflow Model"] whitepaper. A window operation turns data streaming records into a group of finite records, also known as bounded context, defined by the window size computed by a watermark operation. Fluvio performs a window processing operation by chaining multiple operators to assign timestamps, group them by key, and apply custom operations.
7+
Window processing addresses a well-defined stream processing problem described in depth by the ["The Dataflow Model"] whitepaper. A window operation turns data streaming records into a group of finite records, also known as bounded context, defined by the window size computed by a watermark operation. SDF performs a window processing operation by chaining multiple operators to assign timestamps, group them by key, and apply custom operations.
88

9-
While there are several types of windows, and Fluvio will eventually implement all of them, this preview will focus on two: `tumbling window` and `sliding window`.
9+
While there are several types of windows, and SDF will eventually implement all of them, this preview will focus on two: `tumbling window` and `sliding window`.
1010

1111
**Tumbling windows** are equal-sized, continuous and `non-overlapping` windows. Each record is present in exactly one window.
1212

@@ -22,4 +22,4 @@ While there are several types of windows, and Fluvio will eventually implement a
2222
**Sliding windows** is currently in development.
2323
:::
2424

25-
["The Dataflow Model"]: https://storage.googleapis.com/pub-tools-public-publication-data/pdf/43864.pdf
25+
["The Dataflow Model"]: https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43864.pdf

sdf_versioned_docs/version-sdf-beta5/concepts/window-processing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Stateful Dataflows Window Processing
44
sidebar_position: 100
55
---
66

7-
Window processing addresses a well-defined stream processing problem described in depth by the ["The Dataflow Model"] whitepaper. A window operation turns data streaming records into a group of finite records, also known as bounded context, defined by the window size computed by a watermark operation. Fluvio performs a window processing operation by chaining multiple operators to assign timestamps, group them by key, and apply custom operations.
7+
Window processing addresses a well-defined stream processing problem described in depth by the ["The Dataflow Model"] whitepaper. A window operation turns data streaming records into a group of finite records, also known as bounded context, defined by the window size computed by a watermark operation. SDF performs a window processing operation by chaining multiple operators to assign timestamps, group them by key, and apply custom operations.
88

9-
While there are several types of windows, and Fluvio will eventually implement all of them, this preview will focus on two: `tumbling window` and `sliding window`.
9+
While there are several types of windows, and SDF will eventually implement all of them, this preview will focus on two: `tumbling window` and `sliding window`.
1010

1111
**Tumbling windows** are equal-sized, continuous and `non-overlapping` windows. Each record is present in exactly one window.
1212

@@ -22,4 +22,4 @@ While there are several types of windows, and Fluvio will eventually implement a
2222
**Sliding windows** is currently in development.
2323
:::
2424

25-
["The Dataflow Model"]: https://storage.googleapis.com/pub-tools-public-publication-data/pdf/43864.pdf
25+
["The Dataflow Model"]: https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43864.pdf

sdf_versioned_docs/version-sdf-beta6/concepts/window-processing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Stateful Dataflows Window Processing
44
sidebar_position: 100
55
---
66

7-
Window processing addresses a well-defined stream processing problem described in depth by the ["The Dataflow Model"] whitepaper. A window operation turns data streaming records into a group of finite records, also known as bounded context, defined by the window size computed by a watermark operation. Fluvio performs a window processing operation by chaining multiple operators to assign timestamps, group them by key, and apply custom operations.
7+
Window processing addresses a well-defined stream processing problem described in depth by the ["The Dataflow Model"] whitepaper. A window operation turns data streaming records into a group of finite records, also known as bounded context, defined by the window size computed by a watermark operation. SDF performs a window processing operation by chaining multiple operators to assign timestamps, group them by key, and apply custom operations.
88

9-
While there are several types of windows, and Fluvio will eventually implement all of them, this preview will focus on two: `tumbling window` and `sliding window`.
9+
While there are several types of windows, and SDF will eventually implement all of them, this preview will focus on two: `tumbling window` and `sliding window`.
1010

1111
**Tumbling windows** are equal-sized, continuous and `non-overlapping` windows. Each record is present in exactly one window.
1212

@@ -22,4 +22,4 @@ While there are several types of windows, and Fluvio will eventually implement a
2222
**Sliding windows** is currently in development.
2323
:::
2424

25-
["The Dataflow Model"]: https://storage.googleapis.com/pub-tools-public-publication-data/pdf/43864.pdf
25+
["The Dataflow Model"]: https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43864.pdf

sdf_versioned_docs/version-sdf-beta7/concepts/window-processing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Stateful Dataflows Window Processing
44
sidebar_position: 100
55
---
66

7-
Window processing addresses a well-defined stream processing problem described in depth by the ["The Dataflow Model"] whitepaper. A window operation turns data streaming records into a group of finite records, also known as bounded context, defined by the window size computed by a watermark operation. Fluvio performs a window processing operation by chaining multiple operators to assign timestamps, group them by key, and apply custom operations.
7+
Window processing addresses a well-defined stream processing problem described in depth by the ["The Dataflow Model"] whitepaper. A window operation turns data streaming records into a group of finite records, also known as bounded context, defined by the window size computed by a watermark operation. SDF performs a window processing operation by chaining multiple operators to assign timestamps, group them by key, and apply custom operations.
88

9-
While there are several types of windows, and Fluvio will eventually implement all of them, this preview will focus on two: `tumbling window` and `sliding window`.
9+
While there are several types of windows, and SDF will eventually implement all of them, this preview will focus on two: `tumbling window` and `sliding window`.
1010

1111
**Tumbling windows** are equal-sized, continuous and `non-overlapping` windows. Each record is present in exactly one window.
1212

@@ -22,4 +22,4 @@ While there are several types of windows, and Fluvio will eventually implement a
2222
**Sliding windows** is currently in development.
2323
:::
2424

25-
["The Dataflow Model"]: https://storage.googleapis.com/pub-tools-public-publication-data/pdf/43864.pdf
25+
["The Dataflow Model"]: https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43864.pdf

sdf_versioned_docs/version-sdf-beta8/concepts/window-processing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Stateful Dataflows Window Processing
44
sidebar_position: 100
55
---
66

7-
Window processing addresses a well-defined stream processing problem described in depth by the ["The Dataflow Model"] whitepaper. A window operation turns data streaming records into a group of finite records, also known as bounded context, defined by the window size computed by a watermark operation. Fluvio performs a window processing operation by chaining multiple operators to assign timestamps, group them by key, and apply custom operations.
7+
Window processing addresses a well-defined stream processing problem described in depth by the ["The Dataflow Model"] whitepaper. A window operation turns data streaming records into a group of finite records, also known as bounded context, defined by the window size computed by a watermark operation. SDF performs a window processing operation by chaining multiple operators to assign timestamps, group them by key, and apply custom operations.
88

9-
While there are several types of windows, and Fluvio will eventually implement all of them, this preview will focus on two: `tumbling window` and `sliding window`.
9+
While there are several types of windows, and SDF will eventually implement all of them, this preview will focus on two: `tumbling window` and `sliding window`.
1010

1111
**Tumbling windows** are equal-sized, continuous and `non-overlapping` windows. Each record is present in exactly one window.
1212

@@ -23,4 +23,4 @@ While there are several types of windows, and Fluvio will eventually implement a
2323
:::
2424

2525

26-
["The Dataflow Model"]: https://storage.googleapis.com/pub-tools-public-publication-data/pdf/43864.pdf
26+
["The Dataflow Model"]: https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43864.pdf

0 commit comments

Comments
 (0)