Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lightsing/hivemind


https://github.com/lightsing/hivemind

Last synced: about 1 month ago
JSON representation

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.