adding documentation
This commit is contained in:
parent
059a59939e
commit
b4d5115187
20
README.md
20
README.md
@ -1,8 +1,18 @@
|
|||||||
# gh-ost
|
# gh-ost
|
||||||
|
|
||||||
#### GitHub's online schema migration for MySQL
|
#### GitHub's online schema migration for MySQL
|
||||||
|
|
||||||
`gh-ost` allows for online schema migrations in MySQL
|
`gh-ost` allows for online schema migrations in MySQL which are:
|
||||||
|
- Triggerless
|
||||||
|
- Testable
|
||||||
|
- Pausable
|
||||||
|
- Operations-friendly
|
||||||
|
|
||||||
|
## How?
|
||||||
|
|
||||||
|
WORK IN PROGRESS
|
||||||
|
|
||||||
|
Please meanwhile refer to the [docs](doc) for more information.
|
||||||
|
|
||||||
## What's in a name?
|
## What's in a name?
|
||||||
|
|
||||||
@ -14,7 +24,7 @@ But then a rare genetic mutation happened, and the `s` transformed into `t`. And
|
|||||||
## Authors
|
## Authors
|
||||||
|
|
||||||
`gh-ost` was designed, authored, reviewed and tested by the database infrastructure team at GitHub:
|
`gh-ost` was designed, authored, reviewed and tested by the database infrastructure team at GitHub:
|
||||||
- @jonahberquist
|
- [@jonahberquist](https://github.com/jonahberquist)
|
||||||
- @ggunson
|
- [@ggunson](https://github.com/ggunson)
|
||||||
- @tomkrouper
|
- [@tomkrouper](https://github.com/tomkrouper)
|
||||||
- @shlomi-noach
|
- [@shlomi-noach](https://github.com/shlomi-noach)
|
||||||
|
Loading…
Reference in New Issue
Block a user