You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -62,10 +63,17 @@ Your Fluvio cluster is ready for use.
62
63
63
64
## Install and Setup SDF
64
65
65
-
SDF is in preview and it requires the following image:
66
+
SDF is in beta and it requires the following image:
66
67
67
68
```bash
68
-
fvm install sdf-preview13
69
+
fvm install sdf-beta1
70
+
```
71
+
72
+
You can validate prerequisites with:
73
+
74
+
```bash
75
+
sdf setup
76
+
All pre-requisites are installed!
69
77
```
70
78
71
79
Your SDF environment is ready to go.
@@ -93,7 +101,7 @@ $ cd split-sentence/packages/sentence
93
101
Inside the `sentence` directory and create an file called `sdf-package.yaml` and add the following content:
94
102
95
103
```yaml title="sdf-package.yaml"
96
-
apiVersion: 0.4.0
104
+
apiVersion: 0.5.0
97
105
98
106
meta:
99
107
name: sentence-pkg
@@ -140,15 +148,15 @@ The generator created several directories and files that we'll edit next.
140
148
First let's update the first function `sentence-to-words`. Open `rust/sentence-to-words/src/lib.rs` and update the function body with the following code:
0 commit comments