spotify / dbeam

DBeam exports SQL tables into Avro files using JDBC and Apache Beam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any support to write Avro back into MySQL or PostGres?

satishrao84 opened this issue · comments

Hello,

Would any of you know how we can load the avro files into a table in MySQL or Postgres? I see it's not probably supported here, but any chance that you'd know of another repo that would support that?

Thanks

Hi. No plans for now on adding such support on DBeam to import data from Avro into SQL databases.

As an alternative, have a look at JdbcIO.write() either from Beam SDK or Scio.