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§
- Streaming
Builder - Streaming DDEX XML builder
- Streaming
Config - Configuration for streaming builder
- Streaming
Progress - Progress information for streaming operations
- Streaming
Result - Result of streaming build operation
- Streaming
Stats - Statistics from a completed streaming operation
Enums§
- Streaming
Error - Errors that can occur during streaming operations
Type Aliases§
- Progress
Callback - Callback type for progress updates