https://github.com/dmidk/spo-deploy
Repository for deployment of SPO data processing pipeline
https://github.com/dmidk/spo-deploy
Last synced: 2 months ago
JSON representation
Repository for deployment of SPO data processing pipeline
- Host: GitHub
- URL: https://github.com/dmidk/spo-deploy
- Owner: dmidk
- Created: 2025-05-06T08:31:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-16T10:54:15.000Z (3 months ago)
- Last Synced: 2026-03-16T23:34:02.492Z (3 months ago)
- Size: 25.4 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deployment of SPO data processing to VM
The project uses ansible to deploy a data processing pipeline for Smartphone Pressure Obsersvations (SPO) to a virtual machine (VM). The pipeline is designed to process and analyze data from the SPO project, which involves collecting pressure data from smartphones.
To manually deploy the pipeline, run the following command:
```bash
uv run ansible-playbook ansible/ewc.yml --inventory ansible/inventory --user --private-key
```
This command will execute the Ansible playbook defined in `playbook.yml` using the inventory file located in `inventory/hosts`. The playbook will set up the necessary environment and dependencies for the SPO data processing pipeline on the VM.