The Oura Ring is a powerful sleep and activity tracker. This project uses the Oura Ring API to load all of the previous day's sleep, readiness, and activity data, and stores it in a custom data warehouse.
Note that this project requires Python 3.
virtualenv env
source env/bin/activate
pip install -r requirements.txt
The included file setup_tables.sql
contains SQL commands for creating database tables that can store Oura data. Note that it uses some features specific to PostgreSQL.
Fill in the information in run_etl.sh
, which involves your Oura and database credentials.
./run_etl.sh