links.rst 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. ===================
  2. Interesting Links
  3. ===================
  4. celery
  5. ------
  6. * IRC logs from ``#celery`` (Freenode):
  7. http://botland.oebfare.com/logger/celery/
  8. AMQP
  9. ----
  10. * `Shovel`_: An AMQP Relay
  11. .. _`Shovel`: http://botland.oebfare.com/logger/celery/
  12. RabbitMQ
  13. --------
  14. * `Trixx`_: Administration and Monitoring tool for `RabbitMQ`_ (in
  15. development).
  16. * `Cony`_: HTTP based service for providing insight into running
  17. `RabbitMQ`_ processes.
  18. * `RabbitMQ Munin Plug-ins`_: Use `Munin`_ to monitor `RabbitMQ`_, and alert
  19. on critical events.
  20. .. _`Trixx`: http://github.com/aaronfeng/trixx/tree/master
  21. .. _`Cony`: http://github.com/gmr/Cony/tree/master
  22. .. _`RabbitMQ`: http://rabbitmq.com/
  23. .. _`RabbitMQ Munin Plug-ins`: http://github.com/ask/rabbitmq-munin/
  24. .. _`Munin`: http://munin.projects.linpro.no/
  25. Non-relational databases
  26. ------------------------
  27. * `CouchDB`_: Document database.
  28. * `Cassandra`_: Distributed and structured key-value store.
  29. * `Disco`_: `Map/Reduce`_ framework.
  30. * `Tokyo Cabinet`_/`Tokyo Tyrant`_: Modern and fast (networked) DBM-
  31. implementation.
  32. .. _`CouchDB`: http://couchdb.org
  33. .. _`Cassandra`: http://incubator.apache.org/cassandra/
  34. .. _`Disco`: http://discoproject.org
  35. .. _`Map/Reduce`: http://en.wikipedia.org/wiki/MapReduce
  36. .. _`Tokyo Cabinet`: http://tokyocabinet.sourceforge.net/
  37. .. _`Tokyo Tyrant`: http://tokyocabinet.sourceforge.net/tyrantdoc/