https://github.com/openmole/miniclust
https://github.com/openmole/miniclust
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openmole/miniclust
- Owner: openmole
- Created: 2025-04-07T11:32:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-02T19:45:58.000Z (about 1 year ago)
- Last Synced: 2025-06-03T05:34:50.006Z (about 1 year ago)
- Language: Scala
- Size: 168 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MiniClust
MiniClust is a lightweight batch computing system, composed of worker coordinated via a central vanilla minio server.
One or several workers pull jobs described in JSON files from the Minio server, and coordinate by writing file on the server.
The functionalities of MiniClust:
- A vanilla minio server as a coordination point
- Stateless workers
- Optional caching of files on workers
- Optional caching of archive extraction on workers
- Workers just need outbound http access to participate
- Workers can come and leave at any time
- Workers are dead simple to deploy
- Fair scheduling based on history at the worker level
- Resources request for each job
## Documentation
You can check the following docs:
- [Demo Cluster](demo/README.md)
- [Submitting jobs](Submit.md)
- [Deploy a cluster](Deploy.md)
- [Run a worker with Docker](https://github.com/openmole/miniclust-worker)
## Licences
The libraries that are uses to submit jobs on MiniClust are under LGPLv3 and the MiniClust compute node code in under regular GPLv3.