Evolution of django-websocket-redis (Gource Visualization)



Evolution of django-websocket-redis (Gource Visualization)

Evolution of django-websocket-redis (Gource Visualization)

Gource visualization of django-websocket-redis (https://github.com/jrief/django-websocket-redis). Websockets for Django applications using Redis as message queue

This visualization was generated with the following command:
gource
–path path/to/repo
–seconds-per-day 0.15
–title “django-websocket-redis”
-1280×720
–file-idle-time 0
–auto-skip-seconds 0.75
–multi-sampling
–stop-at-end
–highlight-users
–hide filenames,mouse,progress
–max-files 0
–background-colour 000000
–disable-bloom
–font-size 24
–output-ppm-stream –
–output-framerate 30
-o –
| ffmpeg
-y
-r 60
-f image2pipe
-vcodec ppm
-i –
-vcodec libx264
-preset ultrafast
-pix_fmt yuv420p
-crf 1
-threads 0
-bf 0
path/to/output.mp4

Installation (OS X):
brew install gource
brew install ffmpeg

More information:
http://gource.io/
https://github.com/acaudwell/Gource

Why make this visualization?
– I’m studying how popular projects evolve