Overview
Publish to an S2.dev stream. S2 is a serverless HTTP API for durable streams with support for high read fanout and bottomless storage. Use it to share streams of data to front-end and back-ends, as an alternative to Kafka, AWS SQS, or Google Pub/Sub.Configuration
Parameters
Must be
s2_sinkThe transform or source to read data from
Basin name (must be a valid BasinName format).
Stream name to write data to.
Optional. Primary key field name for the records.
Features
- Highly Durable: Using object storage as a base, s2 is both fast and highly durable
- Auto Batching: Data is automatically batched according to S2’s batch size limits
- Serverless: No infrastructure to manage - simple HTTP API