##Release-18Sept2019 - User Metrics
- User Metrics to get number of users online realtime and stats on total time spend on app by users on daily basis
Installation / Useful scripts
Create or make changes to DB
$ sudo npx sequelize-cli db:migrate
Command to Fetch Current Online users
$ node scripts/currentUsers.js
Command to move all redis data to postgres table (Need to be set in cron)
$ node scripts/moveDataToPostgres.js