Update to Cluster Management

This commit is contained in:
Whitney Sorenson
2015-04-23 14:41:34 -04:00
parent f3c373f3d9
commit 42a1fc2250

View File

@ -5,6 +5,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
- [Awesome Java](#awesome-java) - [Awesome Java](#awesome-java)
- [Build Tool](#build-tool) - [Build Tool](#build-tool)
- [Bytecode Manipulation](#bytecode-manipulation) - [Bytecode Manipulation](#bytecode-manipulation)
- [Cluster Management](#cluster-management)
- [Code Analysis](#code-analysis) - [Code Analysis](#code-analysis)
- [Compiler-compiler](#compiler-compiler) - [Compiler-compiler](#compiler-compiler)
- [Continuous Integration](#continuous-integration) - [Continuous Integration](#continuous-integration)
@ -14,7 +15,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
- [Development](#development) - [Development](#development)
- [Distributed Applications](#distributed-applications) - [Distributed Applications](#distributed-applications)
- [Distributed Databases](#distributed-databases) - [Distributed Databases](#distributed-databases)
- [Distributed Deployment](#distributed-deployment)
- [Distribution](#distribution) - [Distribution](#distribution)
- [Document Processing](#document-processing) - [Document Processing](#document-processing)
- [Game Development](#game-development) - [Game Development](#game-development)
@ -66,6 +66,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. * [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. * [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 ## Code Analysis
*Tools that provide metrics and quality measurements.* *Tools that provide metrics and quality measurements.*
@ -153,13 +160,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
* [Apache HBase](http://hbase.apache.org) - Apache HBase is the Hadoop database, a distributed, scalable, big data store. * [Apache HBase](http://hbase.apache.org) - Apache HBase is the Hadoop database, a distributed, scalable, big data store.
* [Infinispan](http://infinispan.org/) - Distributed and highly concurrent key/value datastore used for caching. * [Infinispan](http://infinispan.org/) - Distributed and highly concurrent key/value datastore used for caching.
## Distributed Deployment
*Frameworks which can dynamically deploy applications into a distributed environment.*
* [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 easy. It supports web services, background workers, scheduled jobs, and one-off tasks.
## Distribution ## Distribution
*Tools which handle the distribution of Java applications in native formats.* *Tools which handle the distribution of Java applications in native formats.*