Documentation ¶
Index ¶
Constants ¶
View Source
const ( MaxLineSize = 10 << 20 // 10MB max line size DefaultMapSize = 16 // Default size for JSON object maps FlushInterval = time.Second LogInterval = 5 * time.Second OutputBatchSize = 10000 // Number of lines to buffer before writing )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessedFile ¶
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
Processor handles the processing of Reddit data files
type State ¶
type State struct { ProcessedFiles map[string]ProcessedFile `json:"processed_files"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.