原文:http://blog.csdn.net/thomescai/article/details/7589779
1.Web:
nitrogen:基于事件的Web开发框架。http://nitrogenproject.com/。
http://github.com/mochi/mochiweb
http://sourceforge.net/projects/erdialog/ (erlang实现的ajax框架)
rabbitmq:http://www.rabbitmq.com/
ejabberd(采用ErLang编写的Jabber/XMPP服务器):https://github.com/processone/ejabberd
2.Database:
http://basho.com/products/riakcs/
couchdb(基于文档的数据库,拥有RestfulAPI,MVCC,View,诸多特性):http://couchdb.apache.org/
http://hibari.github.com/hibari-doc/
http://code.google.com/p/scalaris/
Bitcask:一个日志型的基于hash表结构和key-value存储模型。
介绍:http://blog.nosqlfan.com/html/955.html。
主页:https://github.com/basho/bitcask
3.MapReduce:
disco:Map-Reduce框架,Erlang + Python。http://discoproject.org/
4.Test:
http://tsung.erlang-projects.org/
common_test : http://www.erlang.org/doc/man/common_test.html
5.Tool:
介绍:A set of Protocol Buffers tools and modules for Erlang applications.
主页:https://github.com/dizzyd/protobuffs
6.source:
Erlang Course:http://www.erlang.org/course/course.html
Best practices for Erlang development: http://www.erlang.se/doc/programming_rules.shtml
thinking_in_erlang_pdf:http://www.reddit.com/r/programming/comments/12grg/thinking_in_erlang_pdf
http://kth.diva-portal.org/smash/get/diva2:392243/FULLTEXT01《Characterizing the Scalability of Erlang VM on Many-core Processors》
5.Blog:
http://blog.yufeng.info/ 《Erlang非业余研究》
http://mryufeng.iteye.com/category/17139
http://www.cnblogs.com/me-sa/《坚强2002》
http://blog.csdn.net/zhangxinrun/article/category/798654/1
http://erlangdisplay.iteye.com/category/127758
6.推荐阅读:
Erlang Programming Rules (http://www.erlang.se/doc/programming_rules.shtml)
ps:
http://erlangqa.com/ erlang问答。