README.md 3.1 KB
Newer Older
S
Shlomi Noach 已提交
1
orchestrator [[Documentation]](https://github.com/github/orchestrator/tree/master/docs) [![build status](https://travis-ci.org/github/orchestrator.svg)](https://travis-ci.org/github/orchestrator) [![downloads](https://img.shields.io/github/downloads/github/orchestrator/total.svg)](https://github.com/github/orchestrator/releases) [![release](https://img.shields.io/github/release/github/orchestrator.svg)](https://github.com/github/orchestrator/releases)
S
Shlomi Noach 已提交
2 3
============

S
Shlomi Noach 已提交
4
![Orcehstrator logo](https://github.com/github/orchestrator/raw/master/docs/images/orchestrator-logo-wide.png)
S
Shlomi Noach 已提交
5

S
Shlomi Noach 已提交
6 7
`orchestrator` is a MySQL replication topology management and visualization tool, allowing for:

S
shlomi-noach 已提交
8
#### Discovery
S
snoach 已提交
9

S
Shlomi Noach 已提交
10
`orchestrator` actively crawls through your topologies and maps them. It reads basic MySQL info such as replication status and configuration.
S
shlomi-noach 已提交
11 12 13

It provides with slick visualization of your topologies, including replication problems, even in the face of failures.

S
shlomi-noach 已提交
14
#### Refactoring
S
shlomi-noach 已提交
15

S
Shlomi Noach 已提交
16
`orchestrator` understands replication rules. It knows about binlog file:position, GTID, Pseudo GTID, Binlog Servers.
S
shlomi-noach 已提交
17

S
Shlomi Noach 已提交
18
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.
S
shlomi-noach 已提交
19 20 21

Find grained control is achieved by various command line options.

S
shlomi-noach 已提交
22
#### Recovery
S
shlomi-noach 已提交
23

S
Shlomi Noach 已提交
24
`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.
S
shlomi-noach 已提交
25

S
Shlomi Noach 已提交
26
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.
S
shlomi-noach 已提交
27

S
Shlomi Noach 已提交
28
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
S
shlomi-noach 已提交
29 30
recovery itself.

S
shlomi-noach 已提交
31
#### The interface
S
shlomi-noach 已提交
32

S
Shlomi Noach 已提交
33
`orchestrator` supports:
S
shlomi-noach 已提交
34 35 36 37

- Command line interface (love your debug messages, take control of automated scripting)
- Web API (HTTP GET access)
- Web interface, a _slick_ one.
S
snoach 已提交
38

39
![Orcehstrator screenshot](https://github.com/github/orchestrator/raw/master/docs/images/orchestrator-simple-topology.png)
S
snoach 已提交
40

S
shlomi-noach 已提交
41
#### More
S
snoach 已提交
42

S
shlomi-noach 已提交
43 44 45 46 47 48 49
- Auditing
- Supports Pseudo-GTID
- Datacenter/physical location awareness
- Maintenenace/downtime server states
- MySQL-Pool association
- Run as a service; orchestrator multi-service HA
- HTTP security/authentication methods
S
Shlomi Noach 已提交
50
- Coupled with [orchestrator-agent](https://github.com/github/orchestrator-agent), seed new/corrupt instances
S
shlomi-noach 已提交
51 52
- More...

S
Shlomi Noach 已提交
53
Read the [Orchestrator documentation](https://github.com/github/orchestrator/tree/master/docs)
S
snoach 已提交
54

55
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)
S
Shlomi Noach 已提交
56 57 58 59

#### License

`orchestrator` is free and open sourced under the [Apache 2.0 license](LICENSE).