Skip to content

Commit

Permalink
migration tips
Browse files Browse the repository at this point in the history
  • Loading branch information
sl0wik committed Aug 18, 2021
1 parent afdcdbf commit ad89cef
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

[![Latest Version on Packagist](https://img.shields.io/packagist/v/firevel/mysql-to-spanner.svg?style=flat-square)](https://packagist.org/packages/firevel/mysql-to-spanner)

## Migrating from MySQL to Cloud Spanner

Start here: [Migrating from MySQL to Cloud Spanner](https://cloud.google.com/architecture/migrating-mysql-to-spanner).

Make sure:
- Columns got primary keys.
- `AUTO_INCREMENT` can be ignored (not supported by Cloud Spanner).

## Installation

You can install the package via composer:
Expand All @@ -25,8 +33,8 @@ php artisan db:spanner-dump

## Credits

- [Mike Slowik][https://github.com/sl0wik]
- [Miguel Costa][https://github.com/mgcostaParedes]
- [Michael Slowik](https://github.com/sl0wik)
- [Miguel Costa](https://github.com/mgcostaParedes)

## License

Expand Down

0 comments on commit ad89cef

Please sign in to comment.