An open API service indexing awesome lists of open source software.

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

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.