All Projects → apache → aurora

apache / aurora

Licence: Apache-2.0 license
Apache Aurora - A Mesos framework for long-running services, cron jobs, and ad-hoc jobs

Programming Languages

java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
shell
77523 projects
Thrift
134 projects
Starlark
911 projects

Labels

Projects that are alternatives of or similar to aurora

aws-dbs-refarch-rdbms
Reference Architectures for Relational Databases on AWS
Stars: ✭ 23 (-96.31%)
Mutual labels:  aurora
dice-fairlink
JDBC Driver for read-only connections on AWS RDS Clusters
Stars: ✭ 33 (-94.71%)
Mutual labels:  aurora
terraform-aws-rds-cluster
Terraform module to provision an RDS Aurora cluster for MySQL or Postgres
Stars: ✭ 115 (-81.57%)
Mutual labels:  aurora
pipe-mysql.vim
MySQL client runner to query MySQL / Amazon Aurora / MariaDB database in Vim interactively (also remotely)
Stars: ✭ 51 (-91.83%)
Mutual labels:  aurora
aws-serverless-nextcloud
moved - https://github.com/f7o/aws-serverless-nextcloud
Stars: ✭ 78 (-87.5%)
Mutual labels:  aurora
ABB Aurora Solar Inverter Library
Arduino, esp32 and esp8266 library for ABB (ex PowerOne) Aurora Inverter, implement a full methods to retrieve data from the Inverter via RS-485
Stars: ✭ 22 (-96.47%)
Mutual labels:  aurora
data-api-suite
Monorepo that includes libraries, Serverless Framework plugins and development tools to simplify and enhance the development, deployment and use of the Data API for Aurora Serverless.
Stars: ✭ 23 (-96.31%)
Mutual labels:  aurora
Pomelo.entityframeworkcore.mysql
Entity Framework Core provider for MySQL and MariaDB built on top of MySqlConnector
Stars: ✭ 2,099 (+236.38%)
Mutual labels:  aurora
Aurora
Unified lighting effects across multiple brands and various games.
Stars: ✭ 1,673 (+168.11%)
Mutual labels:  aurora
gemini3d
Ionospheric fluid electrodynamic model
Stars: ✭ 36 (-94.23%)
Mutual labels:  aurora
nanoleaves
CLI and api client for the Nanoleaf Aurora light panels.
Stars: ✭ 28 (-95.51%)
Mutual labels:  aurora
local-data-api
Data API for local, you can write unittest for AWS Aurora Serverless's Data API
Stars: ✭ 99 (-84.13%)
Mutual labels:  aurora
aurora-packaging
Mirror of Apache Aurora
Stars: ✭ 23 (-96.31%)
Mutual labels:  aurora
aurora-future-vscode-theme
💜 A futuristic vscode theme.
Stars: ✭ 27 (-95.67%)
Mutual labels:  aurora
nanoleaf-aurora
A java wrapper for the Nanoleaf Aurora API
Stars: ✭ 19 (-96.96%)
Mutual labels:  aurora
Aurora
Modern toolbox for impurity transport, neutrals and radiation modeling in magnetically-confined plasmas
Stars: ✭ 18 (-97.12%)
Mutual labels:  aurora
py-data-api
A user-friendly client for AWS Aurora Serverless's Data API
Stars: ✭ 37 (-94.07%)
Mutual labels:  aurora
dbal-rds-data
A driver to use the aws aurora serverless rds data api in the doctrine database abstraction layer
Stars: ✭ 24 (-96.15%)
Mutual labels:  aurora
hexo-theme-aurora
🏳️‍🌈 Futuristic auroral Hexo theme.
Stars: ✭ 681 (+9.13%)
Mutual labels:  aurora

Aurora Logo

NOTE: The Apache Aurora project has been moved into the Apache Attic. A fork led by members of the former Project Management Committee (PMC) can be found at https://github.com/aurora-scheduler

Apache Aurora lets you use an Apache Mesos cluster as a private cloud. It supports running long-running services, cron jobs, and ad-hoc jobs. Aurora aims to make it extremely quick and easy to take a built application and run it on machines in a cluster, with an emphasis on reliability. It provides basic operations to manage services running in a cluster, such as rolling upgrades.

To very concisely describe Aurora, it is like a distributed monit or distributed supervisord that you can instruct to do things like run 100 of these, somewhere, forever.

Features

Aurora is built for users and operators.

  • User-facing Features:

  • Under the hood, to help you rest easy:

    • Preemption: important services can 'steal' resources when they need it
    • High-availability: resists machine failures and disk failures
    • Scalable: proven to work in data center-sized clusters, with hundreds of users and thousands of jobs
    • Instrumented: a wealth of information makes it easy to monitor and debug

When and when not to use Aurora

Aurora can take over for most uses of software like monit and chef. Aurora can manage applications, while these tools are still useful to manage Aurora and Mesos themselves.

However, if you have very specific scheduling requirements, or are building a system that looks like a scheduler itself, you may want to explore developing your own framework.

Companies using Aurora

Are you using Aurora too? Let us know, or submit a patch to join the list!

Getting Help

If you have questions that aren't answered in our documentation, you can reach out to one of our mailing lists. We're also often available in Slack: #aurora on mesos.slack.com. Invites to our slack channel may be requested via mesos-slackin.herokuapp.com

You can also file bugs/issues in our Github repo.

License

Except as otherwise noted this software is licensed under the Apache License, Version 2.0

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].