advancedTop 15 System Design Questions

Design a social media analytics dashboard showing real-time metrics.

Event ingestion: Kafka for all social events (likes, shares, comments, views) Real-time counters: Redis INCR/INCRBY for live counts per post Time-series: Redis Sorted Set for events per minute; ZRANGEBYSCORE for window Aggregations: Kafka Streams or Flink for real-time aggregate computation Dashboard storage: Redis for current metrics; Cassandra for historical time-series Trending: sliding window

This is a Pro chapter

Sign in, then upgrade to Pro or Power to unlock this and the full Databases Mastery library.

Design a social media analytics dashboard showing real-time metrics.

Next Step

Continue to Design a healthcare patient records system with HIPAA compliance.← Back to all NoSQL questions