Lua 有 MapReduce 库吗?

发布于 2024-11-08 16:57:56 字数 135 浏览 0 评论 0原文

是否有LuaMapReduce库?

(我显然找不到)

Is there a MapReduce library for Lua?

(I obviously can't find one)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

晚风撩人 2024-11-15 16:57:56

Penlight 可能会有用。

Penlight might be useful.

卸妝后依然美 2024-11-15 16:57:56

lua-mapreduce是lua中的map-reduce实现。

这是一个 wiki 页面: https://github.com/rohitjoshi/lua-mapreduce/wiki

lua-mapreduce is a map-reduce implementation in lua.

Here is a wiki page: https://github.com/rohitjoshi/lua-mapreduce/wiki

笑脸一如从前 2024-11-15 16:57:56

笔灯看起来不错。

Underscore.lua 是 underscore.js 的 Lua 版本,它有映射/减少。

Penlight looks good.

Underscore.lua is a Lua version of underscore.js, which has map/reduce.

葵雨 2024-11-15 16:57:56

https://github.com/pakozm/lua-mapreduce

它不同于 https://github.com/rohitjoshi/lua-mapreduce 中进程间通信的基础。为了实现容错并降低通信协议的复杂性,此实现依赖于 mongoDB。因此,所有数据都存储在辅助 mongoDB 集合中。

https://github.com/pakozm/lua-mapreduce

It differs from https://github.com/rohitjoshi/lua-mapreduce in the basis of the communication between the processes. In order to allow fault tolerancy, and to reduce the communication protocol complexity, this implementation relies on mongoDB. So, all the data is stored at auxiliary mongoDB collections.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文