TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

MySQL Conference: Scripting MySQL with Lua inside Nginx

22 pointsby salimaneabout 13 years ago

3 comments

dewellerabout 13 years ago
To be clear, this demonstrates Lua scripts running in Nginx and making calls to MySQL (or Drizzle).<p>This is not running Lua scripts like stored procedures in a MySQL process.
CaveTechabout 13 years ago
Looks amazing, although quite complex. Hopefully I'll get the chance to install everything and test it out. Looks like it could have some great performance gains for an api.
sparshguptaabout 13 years ago
Agentzh is doing some super impressive work with nginx+lua. Openresty is a very interesting project with tons of features over standard nginx and is highly recommended