The platform's Streaming Web API enables working with data in the platform as streams. For more information, see Working with Data Streams ("Streaming").
To create and configure a new stream, use
To get the description of a stream's configuration, use
To update a stream's configuration (change its shard count), use
To add records to a stream, use
You can optionally control the assignment of records to specific shards. For more information, see Stream Sharding and Partitioning.
To retrieve a specific location within a shard, to be used in a subsequent
To retrieve records from a specific stream shard, use
The Streaming Web API is part of the data-service web APIs and conforms to the related structure and syntax rules — see Data-Service Web-API General Structure.