MongoDB应用实例---算法和MongoDB的结合

The joy of algorithms and NoSQL: a MongoDB example (part 1)

http://datablend.be/?p=962

该文章主要介绍了分子相似算法的理论知识和如何将算法的实现与MongoDB结合起来

The joy of algorithms and NoSQL: a MongoDB example (part 2)

http://datablend.be/?p=968

该文章主要介绍了如何基于MongoDB来优化上篇文章的算法,主要采用Map-Reduce的方法来实现,将数据采用share模式,来提供算法的效率

The joy of algorithms and NoSQL revisited: the MongoDB Aggregation Framework

http://datablend.be/?p=1400

该文章介绍基于上两篇文章来继续优化算法实现,在第二篇文章中采用的是Map-Reduce的函数实现。在该文章中采用了MongoDB新的架构(MongoDB Aggregation Framework),该架构使用pipe(管道)和重定向等技术,提升了聚合效率。

转自:http://datablend.be/?cat=14

猜你喜欢

转载自yiranwuqing.iteye.com/blog/1534574