For a change, this month’s post is from our IT team! We wanted to give you a little sneak peek of the technology that Streema runs on as well as pay due respects to some really well known open source initiatives that make our service possible.
So, we use a ton of open source software*, and while each one has its special role in the Streema universe, there’s a couple we wanted to mention in today’s post. Many of our readers might not be aware of it, but most of our software is built with the Python Programming Language and our web application with the Django Framework. In our experience, they both have proven to be great choices for many reasons, among which we can include a great community, a large amount of available open source libraries and modules, and an elegant and pragmatic design.
Going into more detail, we recently upgraded to Django 1.3 and Python 2.7 as part of an ongoing effort of modernizing our stack and automatizing our processes. When you have a site that’s visited by an interesting amount of users each day (thank you everyone, do keep coming back!), such a change can’t be taken lightly. Thorough testing must be done to correct errors that might spring from the migration. All in all, the migration went pretty smoothly – in big part thanks to how well thought out Python and Django are, but also thanks to a good suite of automated tests we’ve built over time. Though our users might not see any noticeable changes, this upgrade will help us continue making our service better, faster, and stronger than ever.
Thanks again to the vibrant Python and Django communities (and the communities of the rest of the many open source softwares we use).
Stay tuned for more news and insight on the technical details of Streema. We might have an interesting thing or two to share!
————————
* The list is definitely not exhaustive: Apache, Nginx, Munin, MySQL, Redis, Eventlet, Fabric, MongoDB, SQLite, MooTools, Mplayer and of course, WordPress.org for this blog. =)