REST API data source for production deployments with HTTP endpoint-based data ingestion
RestSource
class provides a production-ready data source implementation that receives data through HTTP REST endpoints. It’s designed for scalable applications where data is ingested via API calls rather than programmatic methods.
RestSource
extends several classes for online data processing:
Inheritance Chain:
RestSource
OnlineSource
TransformerPublisher
Source
Generic
Source
OnlineSource
TransformerPublisher
RestSource
automatically creates HTTP endpoints for data ingestion: