Module streaming

Module streaming 

Source
Expand description

Streaming DDEX XML builder for large catalogs

This module provides a memory-efficient streaming approach to building DDEX XML that can handle catalogs with thousands of releases without loading everything into memory at once.

Modules§

buffer_manager
Buffer management for streaming DDEX XML output
reference_manager
Reference management for streaming DDEX XML generation

Structs§

StreamingBuilder
Streaming DDEX XML builder
StreamingConfig
Configuration for streaming builder
StreamingProgress
Progress information for streaming operations
StreamingStats
Statistics from a completed streaming operation

Enums§

StreamingError
Custom error type for streaming operations

Type Aliases§

ProgressCallback
Callback type for progress updates