Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/eventing/samples/sequence/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Sequence Example"
linkTitle: "Sequences"
weight: 10
type: "docs"
---

Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
---
title: "Sequence Wired to event-display"
weight: 20
type: "docs"
---

# Using Sequences in series

## Overview

We are going to create the following logical configuration. We create a
CronJobSource, feeding events to a (`Sequence`)[../../../sequence.md], then
CronJobSource, feeding events to a [`Sequence`](../../../sequence.md), then
taking the output of that `Sequence` and displaying the resulting output.

![Logical Configuration](./sequence-reply-to-event-display.png)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Sequence wired to event-display"
linkTitle: "Displaying sequence output"
weight: 20
type: "docs"
---

{{% readfile file="README.md" relative="true" markdown="true" %}}
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
---
title: "Sequence Wired to another Sequence"
weight: 20
type: "docs"
---

# Using Sequences in series

## Overview

We are going to create the following logical configuration. We create a
CronJobSource, feeding events to a (`Sequence`)[../../../sequence.md], then
CronJobSource, feeding events to a [`Sequence`](../../../sequence.md), then
taking the output of that `Sequence` and sending it to a second `Sequence` and
finally displaying the resulting output.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Sequence wired to another Sequence"
linkTitle: "Using Sequences in series"
weight: 20
type: "docs"
---

{{% readfile file="README.md" relative="true" markdown="true" %}}
7 changes: 1 addition & 6 deletions docs/eventing/samples/sequence/sequence-terminal/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
title: "Sequence terminal" weight: 20 type: "docs"

---

# Using Sequences in series

## Overview

We are going to create the following logical configuration. We create a
CronJobSource, feeding events to a (`Sequence`)[../../../sequence.md]. Sequence
CronJobSource, feeding events to a [`Sequence`](../../../sequence.md). Sequence
can then do either external work, or out of band create additional events.

![Logical Configuration](./sequence-terminal.png)
Expand Down
8 changes: 8 additions & 0 deletions docs/eventing/samples/sequence/sequence-terminal/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Sequence terminal"
linkTitle: "Create additional events"
weight: 20
type: "docs"
---

{{% readfile file="README.md" relative="true" markdown="true" %}}
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
---
title: "Sequence with Broker and Trigger"
weight: 20
type: "docs"
---

# Using Sequence with Broker and Trigger

## Overview

We are going to create the following logical configuration. We create a
CronJobSource, feeding events into the Broker, then we create a `Filter` that
wires those events into a (`Sequence`)[../../../sequence.md] consisting of 3
wires those events into a [`Sequence`](../../../sequence.md) consisting of 3
steps. Then we take the end of the Sequence and feed newly minted events back
into the Broker and create another Trigger which will then display those events.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Using Sequence with Broker and Trigger"
linkTitle: "Using with Broker and Trigger"
weight: 20
type: "docs"
---

{{% readfile file="README.md" relative="true" markdown="true" %}}