https://github.com/lightsing/hivemind
https://github.com/lightsing/hivemind
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lightsing/hivemind
- Owner: lightsing
- Created: 2023-09-19T03:44:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-19T05:24:22.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T15:29:56.176Z (over 1 year ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HIVE
Hive is a framework to dispatch and manage tasks across a cluster of machines.
## Components
### Queen
Queen is the job server.
It accepts jobs from clients and dispatches them to workers.
### Bee
Bee is the worker.
It's created by Queen and acquires jobs from Queen.
### Hivectl
Hivectl is the client.
Use hivectl to submit/monitor/cancel jobs.