Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1.41 KB

README.md

File metadata and controls

14 lines (8 loc) · 1.41 KB

Build Status Test Coverage Maintainability

The Google Location History upload project for Open Humans

Deploy

The deployed version can be found at https://ohgooglelocationhistory.herokuapp.com/

This is a Django project that is based on the Open Humans Data Uploader and FamilyTreeDNA Uploader. It uses the same general logic for setting up the project. But in addition to this it adds a simple Celery task that is enqueued as soon as a new file is uploaded.

This task grabs the newly uploaded file from Open Humans and performs the file format verifications to test that it's a proper Google Location History file. If the uploaded file is completely broken the file will be deleted and the user is getting a message notifying them about the problem.