[erlang-questions] [ANN] myproto 0.2.0

Max Lapshin max.lapshin@REDACTED
Sun Sep 22 23:20:53 CEST 2013


This is a very good project.

I've made a fork:  https://github.com/flussonic/myproto  and added 
following patches:

1) renamed mysql.peg to mysql_proto.peg because name of module mysql.erl 
will clash with existing client drivers
2) refactored packet decoder so that it will work not only on localhost, 
but also in the internet. {tcp,Socket,Bin} doesn't always contain whole 
packet =)
3) added some client-server tests and embedded nanomysql.erl for it. 
4) added optional ranch worker. I don't want to use my_acceptor, so socket 
acceptor should be an optional thing
5) added packing of integers
6) embedded it into erlyvideo and now it can send live stats data from 
system to plain mysql client!

Thank you again for this project. I think that mysql server implementation 
is a very good to export data from erlang to web applications like PHP or 
Rails.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130922/f4630c7b/attachment.htm>


More information about the erlang-questions mailing list