Atlanta Go User Group Presentation
In August I gave a talk at the Atlanta Go User Group related to Apache Beam processing using Go. Go is fast, but what happens when your data is larger than what a single process can handle within your available time window? Especially if you need to calculate metrics related to the data across those machines. That’s where Golang, Apache Beam and Dataflow come in. Apache Beam is an open source, unified model for defining both batch and streaming data-parallel processing pipelines....