This repository contains the files needed to host a Sirikata CDN server. The website is written in Django but instead of using Django's models, we use Cassandra as the database backend, interfaced with using pycassa. Celery is used for farming off tasks in the background, some of which use the pycollada library. Instead of maintaining user accounts, python-openid is used to get authentication from OpenID providers. openid-selector is used to choose an OpenID provider.
See the INSTALL.md file in this directory.