1

Is there a way for StreamSets Data Collector to automatically create tables in the destination database based on the origin database in the case of cdc?

I am reading data from a source: mssql and writing to a destination, postgresql. If I am interested in 50 tables in the source, I do not want to manually create those tables in the destination db.

metadaddy
  • 4,234
  • 1
  • 22
  • 46
bsd
  • 1,207
  • 4
  • 15
  • 28

1 Answers1

0

There is a (beta) Postgres Metadata processor for StreamSets Data Collector that will create and alter tables on the fly - more information at Drift Synchronization Solution for Postgres.

metadaddy
  • 4,234
  • 1
  • 22
  • 46