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.
我的目标是从MongoDB mapreduce 算法的reduce 函数中调用外部应用程序,即执行Windows 命令行。
这可能使用 MongoDB 2.4+ 使用的 V8 JS 引擎吗?
或者,换句话说,MongoDB 中是否还有其他支持 mapreduce 的语言?
非常感谢您的回答。
不,不可能从 Map Reduce 运行另一个程序。
不,没有任何其他支持的语言,这里有一个 JIRA:https ://jira.mongodb.org/browse/SERVER-699