Stream Data from SQL Server into Redshift with Kinesis Firehose

两盒软妹~` 提交于 2019-12-04 06:35:52

问题


The tool below is a batch import method of copying data from SQL Server RDS into Redshift.

AWS Schema Conversion Tool Exports from SQL Server to Amazon Redshift

Is there a more streamlined method, conducting every second way of streaming data from MS SQL Server into Redshift with Kinesis Firehose. I know we can move AWS Aurora SQL directly into Redshift with Kinesis.


回答1:


If your goal is to move data from Microsoft SQL Server into Amazon Redshift, then you could consider using AWS Database Migration Service. It can copy data as a one-off job but can also migrate on a continuing basis.

See:

  • Using a Microsoft SQL Server Database as a Source for AWS DMS - AWS Database Migration Service
  • Using an Amazon Redshift Database as a Target for AWS Database Migration Service - AWS Database Migration Service


来源:https://stackoverflow.com/questions/51054085/stream-data-from-sql-server-into-redshift-with-kinesis-firehose

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!