简体   繁体   中英

Download attachments from outlook and store them in Google Cloud Storage using Google Cloud Dataflow

我已经使用Java Mail API编写了Java代码,该API可从指定的邮箱下载附件。我想将这些附件存储到Google Cloud Storage中的某个存储桶中。如何使用Google Cloud Dataflow做到这一点?

In principle, a task like this can be accomplished in Dataflow by having a batch pipeline that interacts with Custom Sources and Sinks . Keep in mind that your source should support splitting into multiple parts, in order to benefit from parallel execution in the cloud.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM