README.md 2.6 KB
Newer Older
S
Shlomi Noach 已提交
1
orchestrator [[Documentation]](https://github.com/github/orchestrator/tree/master/docs)
S
Shlomi Noach 已提交
2 3
============

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

S
shlomi-noach 已提交
6
#### Discovery
S
snoach 已提交
7

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

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

S
shlomi-noach 已提交
12
#### Refactoring
S
shlomi-noach 已提交
13

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

S
Shlomi Noach 已提交
16
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 已提交
17 18 19

Find grained control is achieved by various command line options.

S
shlomi-noach 已提交
20
#### Recovery
S
shlomi-noach 已提交
21

S
Shlomi Noach 已提交
22
`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 已提交
23

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

S
Shlomi Noach 已提交
26
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 已提交
27 28
recovery itself.

S
shlomi-noach 已提交
29
#### The interface
S
shlomi-noach 已提交
30

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

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

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

S
shlomi-noach 已提交
39
#### More
S
snoach 已提交
40

S
shlomi-noach 已提交
41 42 43 44 45 46 47
- 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 已提交
48
- Coupled with [orchestrator-agent](https://github.com/github/orchestrator-agent), seed new/corrupt instances
S
shlomi-noach 已提交
49 50
- More...

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

53
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 已提交
54 55 56 57

#### License

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