Microservices Meetup Munich - Event-Driven in a Functional Language - Nikhil Barthwal (2017-11-02)

preview_player
Показать описание
Nikhil Barthwal: Implementing an Event-Driven Microservices Architecture in a Functional Language

Web services are typically stateless entities, that need to operate at scale at large. Functional paradigm can be used to model these web services work and offer several benefits like scalability, productivity, and correctness.

This talk describes the challenges we faced in our implementation and how we solved them. It covers topics like their Microservices, Event-Sourcing, CQRS, Deployment patterns, etc. The objective of the talk is show how to create a scalable & highly distributed web service in functional language, and demonstrate how various characteristics of functional paradigm capture the behavior of such services architecture very naturally.