Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adinapoli/haskell-exchange-2015

Slides & Code of my upcoming talk at the Haskell Exchange 2015
https://github.com/adinapoli/haskell-exchange-2015

Last synced: 23 days ago
JSON representation

Slides & Code of my upcoming talk at the Haskell Exchange 2015

Awesome Lists containing this project

README

        

## Scalable and Reliable Video Transcoding in Haskell

At Iris Connect we are developing a video sharing platform that is
being deployed in over a thousand schools worldwide. As part of this process,
the hundreds of gigabytes of videos uploaded from customers every day are
a central part of our business.

In this talk I will present our approach to video transcoding, and how we are
using Haskell to meet our business needs. I will explain how our distributed
architecture - inspired to FP desirable properties - allows
us to reliably process hundreds of videos every day, dealing with high volume traffic
and scaling at need, whilst keeping costs at bay.