Articles

  • Docker + RabbitMQ
    RabbitMQ is a Message Queue system (hence: MQ). Consider it a message bus, where things can pop messages onto the bus and other things can consume those same messages. The uptick is that as long as something is able to connect toโ€ฆ Read more: Docker + RabbitMQ
  • Docker + Graylog
    Graylog is a handy, free log aggregator. This is a simple way to start using their open source offering in a hurry. We’ll start with the assumption that you have a system with docker installed, and that you have access to useโ€ฆ Read more: Docker + Graylog