Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/markzhai/pagerank-on-weibo-user-connection

PageRank parallel analysis and computing on sina weibo data
https://github.com/markzhai/pagerank-on-weibo-user-connection

Last synced: 8 days ago
JSON representation

PageRank parallel analysis and computing on sina weibo data

Awesome Lists containing this project

README

        

snsmc
=====
It is a project of parallel analysis and computing on sina weibo data.
Exactly, A SNS implementation of PageRank algorithm.

Redis is used as database. It is sharded into several instances to improve
its single-process bottleneck.

Folder src is the C computing source code.