The FDA MyStudies Response datastore
provides APIs to store and manage pseudonymized study response and activity data. The Response datastore
receives de-identified study responses from the Android
and iOS
mobile applications, which are then written to a document-oriented database. Researchers and data scientists access this database to perform analysis of the study data, or for export to downstream systems. The Response datastore
also receives de-identified activity data, which is written to a relational database. The application is built as a Spring Boot application. The backend database is Cloud Firestore for the response data, and MySQL for the activity data. The Response datastore
uses basic authentication client_id
and client_secret
.
The Response datastore
client applications are:
NOTE: Holistic deployment of the FDA MyStudies platform with Terraform and infrastructure-as-code is the recommended approach to deploying this component. A step-by-step guide to semi-automated deployment can be found in the
deployment/
directory.
Copyright 2020 Google LLC