Skip to content

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 s…

Notifications You must be signed in to change notification settings

hesamrahimi/NodejsMongoTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodejsMongoTest

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.

About

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 s…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published