Skip to content

Releases: MemedDev/mysql-to-google-bigquery

Unbuffered queries, tinyint and fixes

21 Aug 18:26
Compare
Choose a tag to compare

Added:

  • Unbuffered queries
  • Tinyint support
  • Custom port to mysql connection param

Fixed:

  • Only add new types when they don't exist yet
  • Date column type while creating table

Ignore columns, batch waiting and MySQL auto reconnection

27 Oct 16:59
Compare
Choose a tag to compare

Added:

  • Ignore columns option
  • When sending a batch, request the next MySQL row
  • If MySQL connection drops, auto reconnect

Sync, create and delete!

25 Oct 20:49
Compare
Choose a tag to compare

This is the first release, able to:

  • send new rows from MySQL to BigQuery
  • create table if doesn't exists
  • delete table (and create) before syncing for a full dump