My need is to get data of say 10 lifelog
users (example my project teammates )
I want to analyse their data and do some scoring to create fitness competition within my team.
If I have all these life log ID and password Will I be able to read the data from a java application and save it all in one DB? I will analyze these data and provide score and targets.
Finally : I will have a separate mobile app that will be using the data from my java application.