Hi Everyone,
I just finished a blog post on converting relational data to JSON with Node.js: https://jsao.io/2015/07/relational-to-json-with-ords/
The post touches on several ways to optimize code that uses the Node.js driver, from using connection pools to executing code in parallel where appropriate.
This is the last in a 4 part series that covers various ways of doing such conversions.
Regards,
Dan