Features Overview¶
CloudEvent Player provides a rich set of features for generating, monitoring, and analyzing CloudEvents in real-time.
Available Features¶
Core Features¶
- Multiple Views - Events List and Timeline Chart views for different analysis needs
- Filtering System - Comprehensive filtering across all event properties
- Client-Side Storage - Two-tier storage architecture with IndexedDB and in-memory cache
Real-Time Features¶
- Server-Sent Events (SSE) - Real-time event streaming with automatic reconnection
- Background Tasks - Non-blocking event generation with progress tracking
Security & Access¶
- Role-Based Access Control - Fine-grained permissions for admin, operator, and user roles
User Experience¶
- Keyboard Shortcuts - Power user features for efficient navigation
- State Management - Reactive state system keeping all views synchronized
Performance¶
- Performance Optimization - Techniques for handling thousands of events
Quick Navigation¶
Choose a feature category to learn more:
| Category | Features | Best For |
|---|---|---|
| Views | Events List, Timeline Chart | Different analysis approaches |
| Filtering | Search, type, source, subject, time range | Finding specific events |
| Storage | IndexedDB, in-memory cache | Offline access, performance |
| Real-Time | SSE streaming, background tasks | Live monitoring |
| Security | RBAC, role-based UI | Multi-user environments |
| User Experience | Keyboard shortcuts, state synchronization | Efficient workflow |
| Performance | Debouncing, indexed storage, lazy loading | High-volume scenarios |
Getting Started¶
- New Users: Start with Multiple Views to understand the interface
- Power Users: Check out Keyboard Shortcuts for efficient navigation
- Administrators: Review RBAC and Background Tasks for admin features
- Developers: Explore State Management and Performance
Related Documentation¶
- Usage Guide - Basic usage instructions
- Configuration - Configuration options
- Authentication & Authorization - Security setup