Contribute Media
A thank you to everyone who makes this possible: Read More

Apache beam and google cloud dataflow

Description

Apache beam is an open source framework that try to create uniform API for all data processing frameworks like spark, flume and storm. so you can write your code and run it on different platform without changing it. Google cloud data flow is a service that allows you to process your data with apache beam without deploying any server. Recently google has contribute python support for apache beam.​In this lecture we will explore apache beam model and run en example on Google cloud dataflow with python API

Details

Improve this page