Thanks your share with us. <br><br>george<br><br><div class="gmail_quote">On Sun, Sep 4, 2011 at 1:22 PM, agentzh <span dir="ltr"><<a href="mailto:agentzh@gmail.com">agentzh@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello!<br>
<br>
Recently I wrote a Lua C library named lua-rds-parser for the<br>
ngx_openresty [1] world that we can now efficiently parse Resty DBD<br>
Stream (RDS) formatted data generated by ngx_drizzle [2] and<br>
ngx_postgres [3] into Lua data structures without using JSON as the<br>
intermediate data format. This can save both CPU time and memory for<br>
web applications running atop ngx_lua [4].<br>
<br>
Here is the project homepage for this Lua library:<br>
<br>
   <a href="https://github.com/agentzh/lua-rds-parser" target="_blank">https://github.com/agentzh/lua-rds-parser</a><br>
<br>
Also, there's a new Nginx filter module named ngx_rds_csv that can<br>
convert RDS output into the Comma-Separated Values (CSV) format in a<br>
streaming fashion:<br>
<br>
    <a href="https://github.com/agentzh/rds-csv-nginx-module" target="_blank">https://github.com/agentzh/rds-csv-nginx-module</a><br>
<br>
Both of these two components have already been included and enabled by<br>
default in the latest ngx_openresty stable release [5] :)<br>
<br>
Enjoy!<br>
-agentzh<br>
<br>
[1] <a href="http://openresty.org" target="_blank">http://openresty.org</a><br>
[2] <a href="http://wiki.nginx.org/HttpDrizzleModule" target="_blank">http://wiki.nginx.org/HttpDrizzleModule</a><br>
[3] <a href="http://github.com/FRiCKLE/ngx_postgres/" target="_blank">http://github.com/FRiCKLE/ngx_postgres/</a><br>
[4] <a href="http://wiki.nginx.org/HttpLuaModule" target="_blank">http://wiki.nginx.org/HttpLuaModule</a><br>
[5] <a href="http://openresty.org/#Download" target="_blank">http://openresty.org/#Download</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br>