Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/icecrime/while42_mmt

Metrics Meta Talk
https://github.com/icecrime/while42_mmt

Last synced: 5 days ago
JSON representation

Metrics Meta Talk

Awesome Lists containing this project

README

        

Metrics Meta Talk
=================

Demo sources and presentation file for a talk given at [While 42](http://www.while42.org)
Paris on July 8th, 2014.

Concept
-------

This is an experiment about giving a talk on metrics by demoing live data of
the ongoing talk itself (how meta is that?).



It currently catches:

- Sound data: per second RMS / min / max from a microphone
- Twitter data: speaker follower count, conference hashtag
- Apple Keynote events: slide changes are pushed to be used as annotations in
the graphs.

Usage
-----

- Build the Docker image:
`docker build -t icecrime/while42_mmt docker`
- Run a Docker container:
`docker run --rm -p 8080:80 -p 8125:8125/udp icecrime/while42_mmt`
- Start the feeding process:
`python feeder/main.py`