Skip to content

iamthiago/stream-file-processing-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Service in Go

This was created as part of a lab days project at one of the companies I work/worked for. The general idea was to consume files from the origin bucket in GCS, do some processing and put it back in the destination bucket. It uses the official Google library to access GCS, streaming the files all the way from the bucket and to the bucket as we apply transformations. Files are gziped, so we also have to ungzip them while reading them.

Useful links:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages