Tarantool 将如何嵌入到 OpenResty 中?

How would Tarantool be embedded inside OpenResty?

Openresty has an option for specifying the path to the LuaJIT. The NGXIN/Lua module uses co-routines for each request. However, Tarantool uses

这是否意味着您必须创建一个使用 Tarantool 的纤维的自定义 lua-nginx-module

或者是否有其他原因为什么 Tarantool 不应该嵌入 Openresty/NGINX 用于微型应用程序(即没有多机设置)?

将 Tarantool 与 nginx 结合使用的选项很少。

第一个是使用Tarantool nginx模块:https://github.com/tarantool/nginx_upstream_module

第二种是使用resty库:https://github.com/perusio/lua-resty-tarantool

目前无法在nginx中直接使用Tarantool。