Hi dev team, I would like to be able to read the entire results of a PCollection serially after running beam. In other frameworks this is fairly straightforward, but I don't understand how one might do this with the Beam Go SDK.
I guess I can read in a file that I write, but I want to be able to read the elements in struct format. I looked through a bunch of examples but don't see any that do this. Thanks, 8
