如何使用 Spring Cloud Dataflow 将 Twitter 流数据保存到 Postgres 数据库?
How to persist Twitter stream data to Postgres database using Spring Cloud Dataflow?
我是 Spring Spring Boot 和 Spring Cloud Dataflow 的新手。我目前正在研究 POC,目标是将流数据加载并保存到关系数据库中(与传统 ETL 中的批处理作业相反)。
我已经使用 the official docker-compose file. And I was able to follow the example on streaming and doing analytics on twitter streams 成功地为 Spring Cloud Dataflow 设置了堆栈。然而,由于我对此没有足够深入的理解,我无法弄清楚如何将这些数据流保存到关系数据库(例如 Postgres)中。谁能给我一些关于从哪里开始的提示?感谢任何帮助。
为了补充 Gary 在另一个答案中指出的内容,有几个将数据写入不同数据存储的示例,例如 MySQL、Cassandra 和 Gemfire。
参见:Spring Cloud Data Flow Samples
您可以将它们作为参考。
我是 Spring Spring Boot 和 Spring Cloud Dataflow 的新手。我目前正在研究 POC,目标是将流数据加载并保存到关系数据库中(与传统 ETL 中的批处理作业相反)。
我已经使用 the official docker-compose file. And I was able to follow the example on streaming and doing analytics on twitter streams 成功地为 Spring Cloud Dataflow 设置了堆栈。然而,由于我对此没有足够深入的理解,我无法弄清楚如何将这些数据流保存到关系数据库(例如 Postgres)中。谁能给我一些关于从哪里开始的提示?感谢任何帮助。
为了补充 Gary 在另一个答案中指出的内容,有几个将数据写入不同数据存储的示例,例如 MySQL、Cassandra 和 Gemfire。
参见:Spring Cloud Data Flow Samples
您可以将它们作为参考。