Reputation: 1
I want to create a job running on DataFlow (streaming format). The function will be to receive files from Google Cloud Storage (Path: gs: // mybucket ....) and transfer this file to a server, running Windows Server.
Can anybody suggest me a solution?
Upvotes: 0
Views: 110
Reputation: 81386
Windows is not supported as a storage destination. Dataflow has a set of connectors that are used for data transfers/storage. Windows server is not one of them.
This link provides the current connectors that are avaiable.
Apache Beam Built-in I/O Transforms
Upvotes: 1