On Feb 21, 2013, at 08:00, Zack Maril wrote:
> Bumi loads a git repo into a Titan graph database[0]. You can then ask 
> questions
> about the history of the project with Faunus[1]. I've successfully loaded the
> Linux kernel onto an AWS instance. I'm working now to start asking good 
> questions
> and see if I can't find out anything neat. Any suggestions about paths of
> investigation to pursue would fall on open ears. ...

Rich Hickey's Codeq project

  http://blog.datomic.com/2012/10/codeq.html

extracts both metadata and "code quanta" (semantically meaningful code snippets)
from Git repos.  This allows it to answer questions about (say) code churn and 
hot
spots in terms of individual functions, etc.  It also (implicitly) opens the 
door
to other information sources (eg, dynamically harvested metadata).  

I would urge you to consider (a) what can be learned from Codeq and (b) whether
any sort of cooperation and/or interoperability might be possible.

-r

 -- 
http://www.cfcl.com/rdm            Rich Morin
http://www.cfcl.com/rdm/resume     r...@cfcl.com
http://www.cfcl.com/rdm/weblog     +1 650-873-7841

Software system design, development, and documentation


-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to