提交 ff5aa27e 编写于 作者: S Shlomi Noach

updated README

上级 a1bff284
orchestrator [[Manual]](https://github.com/outbrain/orchestrator/wiki/Orchestrator-Manual) orchestrator [[Documentation]](https://github.com/github/orchestrator/tree/master/docs)
============ ============
`orchestrator` is a MySQL replication topology management and visualization tool, allowing for: `orchestrator` is a MySQL replication topology management and visualization tool, allowing for:
...@@ -13,23 +13,19 @@ It provides with slick visualization of your topologies, including replication p ...@@ -13,23 +13,19 @@ It provides with slick visualization of your topologies, including replication p
`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 Refactoring replication topologies can be a matter of drag & drop a replica under another master. Moving replicas around is 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. Find grained control is achieved by various command line options.
#### Recovery #### 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.
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 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. recovery itself.
#### The interface #### The interface
`orchestrator` supports: `orchestrator` supports:
...@@ -38,7 +34,7 @@ recovery itself. ...@@ -38,7 +34,7 @@ recovery itself.
- Web API (HTTP GET access) - Web API (HTTP GET access)
- Web interface, a _slick_ one. - Web interface, a _slick_ one.
![Orcehstrator screenshot](https://raw.githubusercontent.com/wiki/outbrain/orchestrator/images/orchestrator-simple.png) ![Orcehstrator screenshot](https://github.com/github/orchestrator/tree/master/docs/images/orchestrator-simple-topology.png)
#### More #### More
...@@ -49,10 +45,10 @@ recovery itself. ...@@ -49,10 +45,10 @@ recovery itself.
- MySQL-Pool association - MySQL-Pool association
- Run as a service; orchestrator multi-service HA - Run as a service; orchestrator multi-service HA
- HTTP security/authentication methods - HTTP security/authentication methods
- When working with [orchestrator-agent](https://github.com/outbrain/orchestrator-agent), seed new/corrupt instances - Coupled with [orchestrator-agent](https://github.com/github/orchestrator-agent), seed new/corrupt instances
- More... - More...
Read the [Orchestrator Manual](https://github.com/outbrain/orchestrator/wiki/Orchestrator-Manual) for comprehensive documentation. Read the [Orchestrator documentation](https://github.com/github/orchestrator/tree/master/docs)
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) 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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册