Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chirino/meshkeeper
MeshKeeper is a platform of services that allow Java applications to discover, launch, coordinate, and control remote processes across a grid of computers.
https://github.com/chirino/meshkeeper
Last synced: about 2 months ago
JSON representation
MeshKeeper is a platform of services that allow Java applications to discover, launch, coordinate, and control remote processes across a grid of computers.
- Host: GitHub
- URL: https://github.com/chirino/meshkeeper
- Owner: chirino
- License: apache-2.0
- Created: 2009-12-08T12:00:04.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2009-12-09T02:18:28.000Z (about 15 years ago)
- Last Synced: 2024-10-15T12:24:28.699Z (3 months ago)
- Language: Java
- Homepage: http://meshkeeper.fusesource.org/
- Size: 2.43 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license.txt
Awesome Lists containing this project
README
![MeshKeeper][1]
==========Description
-----------**MeshKeeper** is a platform of services that allow Java applications to discover,
launch, coordinate, and control remote processes across a grid of computers.
A [MeshKeeper deployment][3] consists a control server and multiple launch agents.
A deployment can scale up to any number of computers on a cloud or grid or it
can scale down to just running wholly embedded in your Java application.
To get started, see our user guides:
* [Getting Started with Embedded Development][4]
* [Getting Started with Starting Standalone Servers and Agents][5]Project Links
-------------* [Project Home][2]
* [Release Downloads](http://meshkeeper.fusesource.org/downloads/index.html)
* Source: `git://forge.fusesource.com/meshkeeper.git`[1]: http://meshkeeper.fusesource.org/images/meshkeeper-logo-small.png "MeshKeeper"
[2]: http://meshkeeper.fusesource.org "Project Home Page"
[3]: http://meshkeeper.fusesource.org/documentation/deployment-topology.html "Topology"
[4]: http://meshkeeper.fusesource.org/documentation/embedded-development.html "Embedded Development"
[5]: http://meshkeeper.fusesource.org/documentation/starting-servers-and-agents.html "Distributed Environment"