Skip to content

To transform for reading and writing gzip files in apache beam using Golang.

License

Notifications You must be signed in to change notification settings

gjbae1212/go-apachebeam-gzipio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-apachebeam-gzipio

Go Report Card license

Overview

This project is to transform for reading and writing gzip files in apache beam.
And it is using to official Go SDK on apache beam.

Getting Started

import (
   gzipio "github.com/gjbae1212/go-apachebeam-gzipio"
)

p, s := beam.NewPipelineWithRoot()
// Read files
gzipio.Read(s, "read-path")

// Write file
gzipio.Write(s, "write-path", pcollection)

License

This project is licensed under the MIT License

About

To transform for reading and writing gzip files in apache beam using Golang.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published