Skip to content

Commit

Permalink
updated readme with supported sources (GoogleCloudPlatform#2087)
Browse files Browse the repository at this point in the history
* updated readme with supported sources

* updated readme with supported sources

* updated readme with supported sources

* updated readme with supported sources

---------

Co-authored-by: Aditya Bharadwaj <adibh@google.com>
  • Loading branch information
bharadwaj-aditya and Aditya Bharadwaj authored Dec 30, 2024
1 parent 569a68c commit 587fc05
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions v2/sourcedb-to-spanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
The [SourceDBToSpanner](src/main/java/com/google/cloud/teleport/v2/templates/SourceDbToSpanner.java) pipeline
ingests data by reading from a database via JDBC and writes the data to Cloud Spanner database.

Currently, this template works for a basic set of use cases. A not comprehensive
list of scenarios which are not yet supported.
to be implemented going forward
* Tables with non integer keys
* Support for additional sources
* Support for tables with foreign keys and interleaving
* Migrating sharded databases
Currently, this template works for tables of any size on the follow sources
* MySQL 8.0+ - String (upto 3 byte characters), Integer like (up to BigInteger
including unsigned) and Binary/VarBinary primary keys.
* MySQL 5.7+ - Integer like (up to BigInteger including unsigned) and
Binary/VarBinary primary keys.
* PostgreSQL 13+ - String (upto 3 byte characters) and Integer like (up to
BigInteger including unsigned) primary keys.

Tables without primary keys or primary keys not mentioned above are not supported.

## Getting Started

Expand Down

0 comments on commit 587fc05

Please sign in to comment.