File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- = Transform Functions
1
+ = Transform Functions
2
2
3
3
A Pulsar *transform function* is a low-code implementation of xref:astra-streaming:developing:astream-functions.adoc[Pulsar functions]. +
4
4
Functions receive data from one or more input topics, apply user-supplied processing, and publish the results to another topic. +
5
5
Custom functions are a powerful feature, but for common data transformations, we now include *Transform Functions* . +
6
6
<<Drop-fields>>, <<Flatten>>, <<Compute>>, and more without coding or deep schema knowledge. +
7
- DataStax has created the following transform functions for common data transforms, but we're always experimenting with new ones.
8
- Check back as the list grows, or let us know some functions you'd find helpful in your deployment.
7
+ DataStax has created the following transform functions for common data transforms, but we're always experimenting with new ones.
8
+ Check back as the list grows, or let us know some functions you'd find helpful in your deployment.
9
+
10
+ Unqualified orgs can use transform functions without upgrading to a Pay as You Go plan.
9
11
10
12
[#transform-list]
11
13
== Transforms
@@ -22,7 +24,7 @@ include::partial$/configuration.adoc[]
22
24
include::partial$/deploy-cli.adoc[]
23
25
24
26
[#deploy-as]
25
- == Deploy with {product_name}
27
+ == Deploy with {product_name}
26
28
27
29
include::partial$/deploy-as.adoc[]
28
30
You can’t perform that action at this time.
0 commit comments