Redis – How to count the number of rows in the input file of the Google Dataflow file processing?
I am trying to count the number of rows in an input file and I am using Cloud dataflow Runner for creating the template. In the below code, I am reading the file from a GCS bucket, processing it and…