Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adinapoli/haskell-exchange-2015
- Owner: adinapoli
- Created: 2015-07-29T13:57:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T07:20:29.000Z (about 9 years ago)
- Last Synced: 2023-03-11T21:07:36.959Z (over 1 year ago)
- Language: TeX
- Homepage: https://skillsmatter.com/skillscasts/6534-scalable-and-reliable-video-transcoding-in-haskell
- Size: 13.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.