Get Started
Architecture Overview
Hyrex has 3 simple components
- Publisher
- Worker
- Broker (PostgresDB or HyrexHub)
Publisher
The publisher is your application. It can be a web server, a local jupyter notebook, or even
another Hyrex worker. It’s just the environment that is calling task.send(...)
.