Tag Archives: Erlang

Ebot: an erlang web crawler

Ebot is a opensource and scalable web crawler written on top of Erlang, a NOSQL database (Apache CouchDB or Riak), RabbitMQ, Mochiweb, Webmachine, .. See my Erlang info page for more details.

Posted in Me | Tagged , , , , , , , , , , | Leave a comment

RabbitMQ acquired by SpringSource/VMWare

“Erlang-based RabbitMQ was acquired today by SpringSource, which is owned by VMWare” “RabbitMQ is a complete and highly reliable enterprise messaging system based on the emerging AMQP standard. It is licensed under the open source Mozilla Public License and has … Continue reading

Posted in Me | Tagged , , | Leave a comment

Learning Erlang

Posted in Me | Tagged , | Leave a comment

Apache CouchDB ~ Ubuntu

“Ubuntu 9.10 Karmic Koala has just been released. This is big news as this version includes Apache CouchDB, used as a replicable database by desktop apps. This means CouchDB will be on over 10 million desktops” [from Damien Katz] Erlang … Continue reading

Posted in Me | Tagged , , | Leave a comment

Ewg: Erlang Wordlist Generator

Ewg is a Wordlist generator written in Erlang. Thanks to this simple project I have been improving my knowledge in Erlang/OTP and Git. I love functional programming and learning more and more…

Posted in Me | Tagged , | Leave a comment

Erlang at Facebook, SAP, …

Erlang At? Please add a comment if you use it in your company! Erlang at BBC http://www.erlang-factory.com/upload/presentations/147/EndaFarrell-ErlangFactoryLondon2009-ErlangattheBBC.pdf Erlang at Facebook Functional Programming at Facebook by Chris Piro and Eugene Letuchy. http://www.erlang-factory.com/upload/presentations/31/EugeneLetuchy-ErlangatFacebook.pdf http://www.process-one.net/en/blogs/article/facebook_chat_supports_xmpp_with_ejabberd/ Erlang at Github http://github.com/blog/112-supercharged-git-daemon Erlang at SAP http://www.erlang-factory.com/upload/presentations/57/SumeetBajaj_ErlangatSAP.pdf … Continue reading

Posted in Me | Tagged , , | 2 Comments

N queens solution with erlang

“The eight queens puzzle is the problem of putting eight chess queens on an 8×8 chessboard such that none of them is able to capture any other using the standard chess queen’s moves. The queens must be placed in such … Continue reading

Posted in Me | Tagged , , | Leave a comment