This is a small program (Node.js and Mongo) to find total users and total unique users who viewed a product on daily/weekly/monthly/Custom date from the following collection.
String : UserId; Date : ViewDate; String : ProductId;
It has millions of documents in a collection name - userView and it gets populated whenever a user view a product on some site.