Phan Văn Công
Phan Văn Công

Reputation: 1

Streaming send file from GCS to Windows Server

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

Answers (1)

John Hanley
John Hanley

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

Related Questions