Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/mesos
Apache Mesos
https://github.com/apache/mesos
cloud cplusplus mesos
Last synced: 5 days ago
JSON representation
Apache Mesos
- Host: GitHub
- URL: https://github.com/apache/mesos
- Owner: apache
- License: apache-2.0
- Created: 2013-07-17T07:00:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T18:59:16.000Z (2 months ago)
- Last Synced: 2024-10-14T12:59:43.014Z (20 days ago)
- Topics: cloud, cplusplus, mesos
- Language: C++
- Homepage:
- Size: 402 MB
- Stars: 5,248
- Watchers: 366
- Forks: 1,668
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Support: support/.eslintrc.js
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
- awesome-docker - Mesos - Resource/Job scheduler for containers, VM's and physical hosts [@apache](https://mesos.apache.org/) (Container Operations / Orchestration)
- awesome-docker - Mesos - Resource/Job scheduler for containers, VM's and physical hosts [@apache](https://mesos.apache.org/) (Container Operations / Orchestration)
README
# Apache Mesos
Apache Mesos is a cluster manager that provides efficient resource isolation
and sharing across distributed applications, or frameworks. It can run Hadoop,
Jenkins, Spark, Aurora, and other frameworks on a dynamically shared pool of
nodes.Visit us at [mesos.apache.org](http://mesos.apache.org).
# Mailing Lists
* [User Mailing List](mailto:[email protected]) ([Archive](https://mail-archives.apache.org/mod_mbox/mesos-user/))
* [Development Mailing List](mailto:[email protected]) ([Archive](https://mail-archives.apache.org/mod_mbox/mesos-dev/))# Documentation
Documentation is available in the docs/ directory. Additionally, a rendered HTML
version can be found on the Mesos website's [Documentation](http://mesos.apache.org/documentation/) page.# Installation
Instructions are included on the [Getting Started](http://mesos.apache.org/getting-started/) page.
# License
Apache Mesos is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
For additional information, see the LICENSE and NOTICE files.