承接 firevel/mysql-to-spanner 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

firevel/mysql-to-spanner

Composer 安装命令:

composer require firevel/mysql-to-spanner

包简介

Laravel tool to convert MySQL schemas to Cloud Spanner Data Definition Language (DDL)

README 文档

README

Latest Version on Packagist

Migrating from MySQL to Cloud Spanner

Start here: Migrating from MySQL to Cloud Spanner.

Make sure that:

  • All tables got primary keys.
  • AUTO_INCREMENT can be ignored (not supported by Cloud Spanner).

Installation

You can install the package via composer:

composer require firevel/mysql-to-spanner

Usage

MySQL dump

You can dump your MySQL database using command:

php artisan db:spanner-dump

Parameters supported:

  • Use --connection to specify source (MySQL) connection name.
  • Use --file to specify output ex.: php artisan db:spanner-dump --file=storage/spanner-ddl.txt.
  • Use --disk together with --file to save output in storage defined in /config/filesystems.php, ex.: php artisan db:spanner-dump --disk=gcs --file=exports/spanner-ddl.txt.
  • Use --ignore-table to specify tables to ignore during dump, ex: php artisan db:spanner-dump --ignore-table=password_resets, php artisan db:spanner-dump --ignore-table=tmp_*, php artisan db:spanner-dump --ignore-table=table1,table2.
  • Use --default-primary-key to specify default primary key ex.: php artisan db:spanner-dump --default-primary-key=id.
  • Use --only to specify tables to export ex.: php artisan db:spanner-dump --only=table1,table2.

MySQL to Spanner migration

You can migrate your MySQL data to Spanner using command:

php artisan db:spanner-migrate

By default only schema will be migrated, if you would like to migrate schema and data run:

php artisan db:spanner-migrate --data

Parameters supported:

  • Use --connection to specify source (MySQL) connection name.
  • Use --spanner-connection to specify connection name (spanner by default).
  • Use --fresh to delete database before creating schemas.
  • Use --data to migrate rows.
  • Use --chunk-size to specify chunk size used in data migration.
  • Use --schema=false to skip schema migration.
  • Use --ignore-table to specify tables to ignore during dump, ex: php artisan db:spanner-dump --ignore-table=password_resets, php artisan db:spanner-dump --ignore-table=tmp_*, php artisan db:spanner-dump --ignore-table=table1,table2.
  • Use --default-primary-key to specify default primary key ex.: php artisan db:spanner-dump --default-primary-key=id.
  • Use --only to specify tables to export ex.: php artisan db:spanner-dump --only=table1,table2.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 154
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-08-18

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固