Ingest European Data Format data from ResMed Airsense for visualization purposes.
At the moment, this project supports two features:
- Storage of usage data on a Docker volume
- Visualize data using OSCAR
This project relies on Docker to avoid installing dependencies on the host. If your system can run Docker, you are good to go.
To get started, copy .env.example
to .env
. Then edit .env
to update your preferences.
Next run OSCAR using docker compose up
.
View OSCAR in your browser at http://127.0.0.1/. You may need to click to connect using VNC.
Your SD card will be available at /airsense
.
When you have finished browsing your data, run docker compose down
to stop all services.
- rogerrum/docker-oscar for Dockerizing OSCAR
- The maintainers of OSCAR
- The folks at Apnea Board