[Pycon] [new paper] "Denis Makogon" - Applying serverless architecture pattern to distributed data processing

info a pycon.it info a pycon.it
Mer 8 Nov 2017 14:56:27 CET


Title: Applying serverless architecture pattern to distributed data processing
Duration: 60 (includes Q&A)
Q&A Session: 15
Language: en
Type: Talk

Abstract: Serverless architectures refer to applications that significantly depend on “cloud” services (knows as Backend as a Service) or on custom code that's run in ephemeral runtime (Function as a Service or "FaaS").
To application developers, “serverless” mean app where some certain logic of it is still written by the developer but unlike traditional architectures or microservices is run in stateless compute runtime that is event-triggered, may only last for one invocation, and fully managed by a cloud.
Serverless helps developers to transfer responsibility for keeping their apps up and running as well as scaling out their workload capacity without involving DevOps/ops as we got used to.
In this talk we will go through whole “serverless” thing: from decomposing app and its logic to microservices and further to smaller bits, i.e. functions to defining data flow through functions and building their fault-tolerant pipeline. 
Moreover, we will go through a demo that highlights key takeaways:
- what are functions, what it could and could not be
- how to design scalable architecture without getting into troubles by hitting concrete bottlenecks
- how serverless can help scaling in/out compute capacity for data processing

The demo itself will include examples of applying serverless architecture pattern to emotion recognition app based on TensorFlow and OpenCV 3.3


Tags: [u'serverless', u'image-processing', u'opencv', u'tensorflow', u'python3', u'Deep-Learning', u'emotion-recognition', u'data-exploration']


Maggiori informazioni sulla lista Pycon