1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- ===================
- Interesting Links
- ===================
- celery
- ------
- * IRC logs from ``#celery`` (Freenode):
- http://botland.oebfare.com/logger/celery/
- AMQP
- ----
- * `Shovel`_: An AMQP Relay
- .. _`Shovel`: http://botland.oebfare.com/logger/celery/
- RabbitMQ
- --------
- * `Trixx`_: Administration and Monitoring tool for `RabbitMQ`_ (in
- development).
- .. _`Trixx`_: http://github.com/aaronfeng/trixx/tree/master
- .. _`RabbitMQ`: http://rabbitmq.com/
- Non-relational databases
- ------------------------
- * `CouchDB`_: Document database.
- * `Disco`_: `Map/Reduce`_ framework.
- * `Tokyo Cabinet`_/`Tokyo Tyrant`_: Modern and fast (networked) DBM-
- implementation.
- .. _`CouchDB`: http://couchdb.org
- .. _`Disco`: http://discoproject.org
- .. _`Map/Reduce`: http://en.wikipedia.org/wiki/MapReduce
- .. _`Tokyo Cabinet`: http://tokyocabinet.sourceforge.net/
- .. _`Tokyo Tyrant`: http://tokyocabinet.sourceforge.net/tyrantdoc/
|