Skip to content

Commit b4d5115

Browse files
author
Shlomi Noach
committed
adding documentation
1 parent 059a599 commit b4d5115

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# gh-ost
2+
23
#### GitHub's online schema migration for MySQL
34

4-
`gh-ost` allows for online schema migrations in MySQL
5+
`gh-ost` allows for online schema migrations in MySQL which are:
6+
- Triggerless
7+
- Testable
8+
- Pausable
9+
- Operations-friendly
10+
11+
## How?
12+
13+
WORK IN PROGRESS
514

15+
Please meanwhile refer to the [docs](doc) for more information.
616

717
## What's in a name?
818

@@ -14,7 +24,7 @@ But then a rare genetic mutation happened, and the `s` transformed into `t`. And
1424
## Authors
1525

1626
`gh-ost` was designed, authored, reviewed and tested by the database infrastructure team at GitHub:
17-
- @jonahberquist
18-
- @ggunson
19-
- @tomkrouper
20-
- @shlomi-noach
27+
- [@jonahberquist](https://github.com/jonahberquist)
28+
- [@ggunson](https://github.com/ggunson)
29+
- [@tomkrouper](https://github.com/tomkrouper)
30+
- [@shlomi-noach](https://github.com/shlomi-noach)

0 commit comments

Comments
 (0)