Merge pull request #131 from HubSpot/master
Adding section for Cluster Management (Frameworks)
This commit is contained in:
@ -5,6 +5,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
|
||||
- [Awesome Java](#awesome-java)
|
||||
- [Build Tool](#build-tool)
|
||||
- [Bytecode Manipulation](#bytecode-manipulation)
|
||||
- [Cluster Management](#cluster-management)
|
||||
- [Code Analysis](#code-analysis)
|
||||
- [Compiler-compiler](#compiler-compiler)
|
||||
- [Continuous Integration](#continuous-integration)
|
||||
@ -68,6 +69,13 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
|
||||
* [Byte Buddy](http://bytebuddy.net/) - Further simplifies bytecode generation with a fluent API.
|
||||
* [Javassist](http://www.csg.ci.i.u-tokyo.ac.jp/~chiba/javassist/) - Tries to simplify the editing of bytecode.
|
||||
|
||||
## Cluster Management
|
||||
|
||||
*Frameworks which can dynamically manage applications inside of a cluster.*
|
||||
|
||||
* [Apache Aurora](http://aurora.apache.org/) - Apache Aurora is a Mesos framework for long-running services and cron jobs.
|
||||
* [Singularity](http://getsingularity.com/) - Singularity is a Mesos framework that makes deployment and operations easy. It supports web services, background workers, scheduled jobs, and one-off tasks.
|
||||
|
||||
## Code Analysis
|
||||
|
||||
*Tools that provide metrics and quality measurements.*
|
||||
|
Reference in New Issue
Block a user