Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/icecrime/while42_mmt
- Owner: icecrime
- Created: 2014-07-04T16:48:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-09T07:15:24.000Z (over 10 years ago)
- Last Synced: 2024-04-17T08:10:28.409Z (7 months ago)
- Language: Python
- Homepage:
- Size: 9.4 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`