traqq 0.2.0

High-performance event metrics with pluggable storage backends
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! # 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.

pub mod utils;
pub mod constants;

// Re-export commonly used types
pub use crate::constants::*;