carekit-apple / CareKit

CareKit is an open source software framework for creating apps that help people better understand and manage their health.
https://www.researchandcare.org
Other
2.4k stars 443 forks source link

Back-end for data #601

Open feraco opened 3 years ago

feraco commented 3 years ago

Hello

Is there a simple sdk for setting up a back end for data collection? I am having trouble figuring out how to access participant result data.

cbaker6 commented 3 years ago

You can try out ParseCareKit which synchronizes your data across devices and with a Parse Server. You can self host or use, heroku, back4app, AWS, etc. For databases you can MongoDB or Postgres. Note that ParseCareKit continues to stay up-to-date with the latest updates made to CareKit’s main branch.

You can see an example of ParseCareKit integration with latest OCKSample app along with some other bells and whistles here (runs on your local machine): https://github.com/netreconlab/CareKitSample-ParseCareKit

cbaker6 commented 3 years ago

Your question is also related to this comment: https://github.com/carekit-apple/CareKit/issues/599#issuecomment-859831869