Skip to content

Commit 0dc3ecb

Browse files
authored
Merge pull request #27 from datastax/functions-update
transform-functions-qualified-org
2 parents 2215079 + 514b5f7 commit 0dc3ecb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

modules/functions/pages/index.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
= Transform Functions
1+
= Transform Functions
22

33
A Pulsar *transform function* is a low-code implementation of xref:astra-streaming:developing:astream-functions.adoc[Pulsar functions]. +
44
Functions receive data from one or more input topics, apply user-supplied processing, and publish the results to another topic. +
55
Custom functions are a powerful feature, but for common data transformations, we now include *Transform Functions*. +
66
<<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.
911

1012
[#transform-list]
1113
== Transforms
@@ -22,7 +24,7 @@ include::partial$/configuration.adoc[]
2224
include::partial$/deploy-cli.adoc[]
2325

2426
[#deploy-as]
25-
== Deploy with {product_name}
27+
== Deploy with {product_name}
2628

2729
include::partial$/deploy-as.adoc[]
2830

0 commit comments

Comments
 (0)