Open Source

55 articles
  • November 17, 2015

    Monitoring at Spotify: Introducing Heroic

    This is the second part in a series about Monitoring at Spotify. In the previous post I discussed our history of operational [...]

    Published by John-John Tedro
  • September 1, 2015

    Dealing with Java linking problems

    Dependency Hell Most Java developers have probably run into problems where their code throws a NoSuchMethodError or a NoClassDefFoundError at [...]

    Published by Petter Måhlén
  • March 19, 2015

    Introducing git-test

    Git is an incredible tool, but it isn’t magical and it doesn’t think for you. When actually doing distributed version [...]

    Published by aesspotify
  • October 10, 2013

    Packaging in your packaging: dh-virtualenv

    tl;dr Code: https://github.com/spotify/dh-virtualenvDocs: http://dh-virtualenv.readthedocs.org/en/latest/ At Spotify, we have deployed Python software in Debian packages for a fairly long time. To build them, [...]

    Published by Jyrki Pulliainen
  • September 3, 2013

    New open source key-value store: sparkey

    We recently published yet another of our internal projects as open source, following in the footsteps of our https://github.com/spotify/luigi and https://github.com/spotify/snakebite. The project [...]

    Published by Kristofer Karlsson