Skip to content
MySQL replication topology management and HA
Go JavaScript Shell CSS Ruby TSQL Other
Branch: master
Clone or download
nickvanw Merge pull request #986 from github/nickvanw/cleanup-docker
Dockerfile: upgrade to go 1.12.10 and reduce layer churn around packages
Latest commit 5c80b6a Oct 8, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github cosmetics Aug 11, 2019
conf Update documentation/config examples to show how to use port in Disco… Aug 2, 2019
docker Fix default config for docker image Feb 9, 2017
docs Recovery processes ending with "&" are executed asynchronously Aug 26, 2019
etc environment file is optional Jun 26, 2019
go support for routed-leader-check Sep 2, 2019
resources support for routed-leader-check Sep 2, 2019
script re-fixing having seen failed build Aug 19, 2019
tests/integration setting up with dbdeployer Aug 19, 2019
vagrant remove redeploy-internal-db Apr 8, 2018
vendor updated go-sql-driver/mysql Feb 19, 2019
.dockerignore Fix docker build after c419404 Jan 4, 2017
.gitignore ignoring /build Jul 1, 2019
.go-version added .go-version hint, requires 1.5 Jan 6, 2016
.project refactored to go gettable; Fixed ChangeMAsterTo bug in unresolve (hid… Jul 3, 2015
.travis.yml go1.12 Jun 20, 2019
Dockerfile Dockerfile: upgrade to go 1.12.10 and reduce layer churn around packages Sep 26, 2019
Dockerfile.packaging Dockerfile.packaging: use glibc Jul 7, 2019
Dockerfile.test setting up with dbdeployer Aug 19, 2019
LICENSE added copyright notes Nov 22, 2016
README.md fix typo in README.md Mar 3, 2019
RELEASE_VERSION release v3.1.2 Aug 25, 2019
Vagrantfile return rsync shared folder back Mar 29, 2018
build.sh adding Dockerfile.packaging, and build.sh enhancements Jul 1, 2019
bump_release_version_and_tag renamed variable Mar 6, 2017
docker-compose.yml use mysql:5.7 image Aug 18, 2019

README.md

orchestrator [Documentation]

build status downloads release

Orchestrator logo

orchestrator is a MySQL high availability and replication management tool, allowing for:

Discovery

orchestrator actively crawls through your topologies and maps them. It reads basic MySQL info such as replication status and configuration.

It provides you 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.

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.

Fine-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 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 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:

  • Command line interface (love your debug messages, take control of automated scripting)
  • Web API (HTTP GET access)
  • Web interface, a slick one.

Orcehstrator screenshot

Additional perks

  • Highly available
  • Controlled master takeovers
  • Manual failovers
  • Failover auditing
  • Audited operations
  • Pseudo-GTID
  • Datacenter/physical location awareness
  • MySQL-Pool association
  • HTTP security/authentication methods
  • Coupled with orchestrator-agent, seed new/corrupt instances
  • There is also an orchestrator-mysql Google groups forum to discuss topics related to orchestrator
  • More...

Read the Orchestrator documentation

Authored by Shlomi Noach at GitHub. Previously at Booking.com and Outbrain

Related projects

Developers

Get started developing Orchestrator by reading the developer docs. Thanks for your interest!

License

orchestrator is free and open sourced under the Apache 2.0 license.

You can’t perform that action at this time.