You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thierry RAMANAMPANOHARANA edited this page Mar 20, 2020
·
6 revisions
On the cloud machine itself, it is possible to query the CMP database by logging into the database console at http://localhost:8082/. There is no password.
To query the list of User-Agent collected so far:
select distinct(user_agent) from case_attempts order by db_created_date desc;
2 To query the graphdata corresponding to a particula deviceId
select EQ_INITIAL_DATA from CASES c
join SAMPLE_UNITS su onc.SAMPLE_UNIT_ID=su.IDwherec.SURVEY_SPECIFIC_ID='myIphone6seM';