Event Driven Systems: Building A Facebook Like Counter & Notification System

Written by elan-srinivasan | Published 2019/09/22
Tech Story Tags: event-driven-systems | building-facebook-like-counter | copy-facebook-notification-counter | latest-tech-stories | build-badge-functionality | badges | badging-redis-structure | redis

TLDR Most of the applications have some sort of badging functionality which is used to display certain counts to the users for CTA (Call To Action) Once the user clicks or acknowledges the counter, the value associated with the counter will need to be reset. Given a system with large number of users and a large data set, it's not always possible to compute the counter values in real time. Counts in the database world are aggregation operations and would need to perform a whole table scan. An alternative approach to doing count operation is to keep track of the counts in separate fields/columns.via the TL;DR App

no story

Written by elan-srinivasan | Large Scale Distributed Computing Architect
Published by HackerNoon on 2019/09/22