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).
- Host: GitHub
- URL: https://github.com/pacjo/pasir-health
- Owner: pacjo
- Created: 2026-05-24T18:59:27.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2026-06-05T12:18:35.000Z (12 days ago)
- Last Synced: 2026-06-05T13:02:39.417Z (12 days ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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