Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lightsing/hivemind
https://github.com/lightsing/hivemind
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lightsing/hivemind
- Owner: lightsing
- Created: 2023-09-19T03:44:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-19T05:24:22.000Z (over 1 year ago)
- Last Synced: 2023-09-19T08:58:02.957Z (over 1 year ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- 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.