Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanprietob/clusterpost
Post jobs to a computing grid and store the results in a couch database local or remote
https://github.com/juanprietob/clusterpost
cluster computing distributed-computing remote-execution task-management web-application
Last synced: 5 days ago
JSON representation
Post jobs to a computing grid and store the results in a couch database local or remote
- Host: GitHub
- URL: https://github.com/juanprietob/clusterpost
- Owner: juanprietob
- License: apache-2.0
- Created: 2016-02-13T00:07:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T20:38:07.000Z (over 1 year ago)
- Last Synced: 2024-10-27T15:29:26.375Z (12 days ago)
- Topics: cluster, computing, distributed-computing, remote-execution, task-management, web-application
- Language: JavaScript
- Size: 8.51 MB
- Stars: 12
- Watchers: 2
- Forks: 8
- Open Issues: 65
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - juanprietob/clusterpost - Post jobs to a computing grid and store the results in a couch database local or remote (others)
README
= Clusterpost
Execute jobs in remote computing grids using a REST api.
Data transfer, job execution and monitoring are all handled by clusterpost.Clusterpost uses https://nodejs.org/en/[node] with http://hapijs.com/[Hapijs] in the server side application plus https://couchdb.apache.org/[couchdb] for storage.
Cluster post is easy to deploy and will integrate well with existing applications.
Follow the guide described in doc/ to deploy the application at your site and the computing grid you would like to use.
== Supported computing grids
Load Sharing Facility (LSF) job scheduler.