Expand description
§traqq
High-performance event processing system for Redis analytics.
§Overview
traqq
transforms JSON events into optimized Redis commands for real-time analytics.
It provides a flexible configuration system for mapping event properties into different
types of Redis commands, enabling complex queries without post-processing.
Re-exports§
pub use crate::constants::*;
Modules§
Structs§
- AddValue
Config - Configuration for value-based additive metrics
- Incoming
Event - Represents an incoming event before processing
- Limits
Config - Configuration for processing limits and constraints
- Mapping
Config - Configuration for metric pattern mapping
- Processed
Event - Represents a fully processed event with generated metrics
- Redis
Command - Represents a command to be executed against Redis
- Redis
Metadata - Additional metadata for Redis commands
- Time
Config - Configuration for time-based operations and aggregations
- Traqq
Config - Primary configuration for the Traqq system
Enums§
- Bucket
Type - Represents the time bucket granularity for metric aggregation
- Redis
Command Type - Enumerates the types of Redis operations supported