Skip to content

chrisparnin/anacrowd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Getting Started.

1) Get a copy of the stackoverflow database (part of stackexchange data dump):
http://www.clearbits.net/torrents/1881-dec-2011

2) Install mysql.

3) Import into Eclipse and build.

4) Import Data.

java -cp ".:../lib/*" importdb.DBImport ~/data/stackoverflow/122011\ Stack\ Overflow/posts.xml ~/data/stackoverflow/122011\ Stack\ Overflow/users.xml
java -cp ".:../lib/*" importdb.ImportVotes ~/data/stackoverflow/122011\ Stack\ Overflow/votes.xml

In Windows, use -cp ".;../lib/*".

Running Analysis

1a) Build index query cache - Right now a really slow process!
Run BaseAnalysis.EnsureCacheIsBuilt()

1b) Alternatively, use the serialized version of api traceability.
http://se.ninlabs.com/exp/crowd/classdoc.tar.gz

About

crowd documentation analytic and mining framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published