使用 Node.js 从 Redshift 将数据复制到 postgres
Posted
技术标签:
【中文标题】使用 Node.js 从 Redshift 将数据复制到 postgres【英文标题】:Copy data into postgres from Redshift using Node.js 【发布时间】:2020-04-06 05:47:26 【问题描述】:有没有一种使用nodejs将表从redshift复制到postgres的有效方法,找不到任何具体示例
【问题讨论】:
【参考方案1】:似乎没有预先编写任何实用程序。除了几行之外,您必须采用(设置)的过程是:
-
将数据推送到 S3
使用 AWS Copy 命令(使用 SDK)从 S3 复制到 Redshift
在 Redshift 中转换数据(可选)
【讨论】:
以上是关于使用 Node.js 从 Redshift 将数据复制到 postgres的主要内容,如果未能解决你的问题,请参考以下文章
从 Node JS 连接 Redshift 时无法返回任何值
当我们使用 Glue 将数据从 DocumentDb 转储到 Redshift 时,从 Redshift 获取字符串而不是数组