提交 255cea12 编写于 作者: S Shlomi Noach

switch to Apache 2.0 license

上级 03ff6442
orchestrator [[Manual]](https://github.com/outbrain/orchestrator/wiki/Orchestrator-Manual)
============
_Orchestrator_ is a MySQL replication topology management and visualization tool, allowing for:
`orchestrator` is a MySQL replication topology management and visualization tool, allowing for:
#### Discovery
_orchestrator_ actively crawls through your topologies and maps them. It reads basic MySQL info such as replication status and configuration.
`orchestrator` actively crawls through your topologies and maps them. It reads basic MySQL info such as replication status and configuration.
It provides with slick visualization of your topologies, including replication problems, even in the face of failures.
#### Refactoring
_orchestrator_ understands replication rules. It knows about binlog file:position, GTID, Pseudo GTID, Binlog Servers.
`orchestrator` understands replication rules. It knows about binlog file:position, GTID, Pseudo GTID, Binlog Servers.
Refactoring replication topologies can be a matter of drag & drop a replica under another master. Moving slaves around becomes
safe: _orchestrator_ will reject an illegal refactoring attempt.
safe: `orchestrator` will reject an illegal refactoring attempt.
Find grained control is achieved by various command line options.
#### Recovery
_Orchestrator_ uses a holistic approach to detect master and intermediate master failures. Based on information gained from
`orchestrator` uses a holistic approach to detect master and intermediate master failures. Based on information gained from
the topology itself, it recognizes a variety of failure scenarios.
Configurable, it may choose to perform automated recovery (or allow the user to choose type of manual recovery). Intermediate master
recovery achieved internally to _orchestrator_. Master failover supported by pre/post failure hooks.
recovery achieved internally to `orchestrator`. Master failover supported by pre/post failure hooks.
Recovery process utilizes _orchestrator's_ understanding of the topology and of its ability to perform refactoring. It is based on _state_ as opposed to _configuration_: _orchestrator_ picks the best recovery method by investigating/evaluating the topology at the time of
Recovery process utilizes _orchestrator's_ understanding of the topology and of its ability to perform refactoring. It is based on _state_ as opposed to _configuration_: `orchestrator` picks the best recovery method by investigating/evaluating the topology at the time of
recovery itself.
#### The interface
_Orchestrator_ supports:
`orchestrator` supports:
- Command line interface (love your debug messages, take control of automated scripting)
- Web API (HTTP GET access)
......@@ -55,3 +55,7 @@ _Orchestrator_ supports:
Read the [Orchestrator Manual](https://github.com/outbrain/orchestrator/wiki/Orchestrator-Manual) for comprehensive documentation.
Authored by [Shlomi Noach](https://github.com/shlomi-noach) at [GitHub](http://github.com). Previously at [Booking.com](http://booking.com) and [Outbrain](http://outbrain.com)
#### License
`orchestrator` is free and open sourced under the [Apache 2.0 license](LICENSE).
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册