Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们可以在 Map-Reduce 中使用 python 代码而不是使用 Javascript 吗?
在 MongoDB 中,他们将 Jaavascript 引擎更改为 V8,这将使操作并行化,但是因为有 javascript,所以担心 NoSql 注入?
在 MongoDB 中,map 和 reduce 函数必须用 JavaScript 编写。
除非您使用来自最终用户的输入,否则我不确定您如何担心 NoSQL 代码被注入到您的 mapReduce 函数中。