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

https://github.com/pacjo/pasir-health

End-to-end Health monitoring platform for PASIR (Protokoły i architektury systemów internetu rzeczy).
https://github.com/pacjo/pasir-health

Last synced: 5 days ago
JSON representation

End-to-end Health monitoring platform for PASIR (Protokoły i architektury systemów internetu rzeczy).

Awesome Lists containing this project

README

          

# PASIR health

## Getting started

> [!IMPORTANT]
> This was tested on a fresh VM running Ubuntu Server 26.04

### Prerequisites

- Docker Engine with Compose support
- [just](https://github.com/casey/just) command runner
- `protoc` (protobuf compiler)

### Running

1. Generate protobuf Python stubs:
```bash
just generate_protobuf
```
2. Start the project:
```bash
docker compose up
```

## TODO:

- [ ] actually implement stuff
- [ ] maybe figure out permissions instead of running all containers as root