Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
crajcan committed Feb 1, 2025
1 parent db751d4 commit ced25b0
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions sdf/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,18 @@ import InstallFvm from '!!raw-loader!./_embeds/install-sdf.bash';

# SDF Quickstart

Provisioning and operating a Stateful Dataflow requires the following system components:
Provisioning and operating a Stateful Dataflow requires the following prerequisitess:

1. [Fluvio Cluster] to enable dataflows to consume and produce streaming data.

2. [Dataflow File][dataflow-yaml] to define the schema, composition, services, and operations.


The Stateful Dataflows can be built, tested, and run locally during preview releases. As we approach general availability, they can also be deployed in your InfinyOn Cloud cluster. In addition, the dataflows may be published to [Hub] and shared with others with one click and installation.
1. A [Fluvio Cluster] to enable dataflows to consume and produce streaming data.
2. A [Dataflow File][dataflow-yaml] to define the schema, composition, services, and operations.

You can build, test and run Stateful Dataflows locally, then deploy them to your InfinyOn Cloud cluster. Soon, you will be also be able to publish dataflows to the [Infinyon Hub], share, and install with one click.

# Inline Definitions

Inline dataflows are [dataflow.yaml][dataflow-yaml] files that include everything necessary to run a data pipeline. Inline dataflows are useful for trying out various features of the product. Deploying an inline dataflow is simple:
Dataflows can be defined in [dataflow.yaml][dataflow-yaml] files. When prototyping, a dataflow.yaml can be composed of inline code, making it the single asset required to define a dataflow.

Deploying an inline dataflow is simple:

1. [Download (or create) a dataflow file](#2-create-the-dataflow-file)
2. [Run the dataflow](#3-run-the-dataflow)
Expand Down Expand Up @@ -167,7 +166,7 @@ sdf clean --force

**Note** The `--force` keyword should only be used if you want to remove everything, including the topics created by this dataflow.

[Hub]: /docs/hub/overview
[Infinyon Hub]: /docs/hub/overview
[fvm]: /docs/fluvio/fvm/introduction
[Composable Dataflows]: composition/overview.mdx
[dataflow-yaml]: concepts/dataflow-yaml.mdx
Expand Down

0 comments on commit ced25b0

Please sign in to comment.