Hello Clojure fans.

I'am new to clojure, I've learned clojure for sometime, wow~ it's an 
interesting language.So I want to find some open source projects written in 
Clojure that I could get involved in and help out.

However I couldn't find any projects that I'm interested in it.And now I 
want to start a new open source project which is focus on web security.

I am planning to write a distributed web scanner which can do a huge number 
of scanning task in parallel.

I don't want to start from scratch with bare sockets, because I think there 
should be so many good parts of the battle-tested array of Java web 
infrastructure was waiting to be leveraged.

I found clj-http can be used in the worker module. 
I found Ring can be used in the web server module. 
I want to use a NoSQL DB to store the scan results and response, but there 
are many candidates: Cassandra, Redis, MangoDB, CouchDB, HBase.Is there any 
advice for choosing a NoSQL DB?
I want to find a framework the manage the master and workers, is 
storm(https://github.com/nathanmarz/storm) suitable for my project?

Any help would be appreciated:)

<https://lh5.googleusercontent.com/-rgo5HNqsWFo/T90QRW060PI/AAAAAAAAAIM/uaiH_77s9hM/s1600/IMG_1645.JPG>

-- 
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

Reply via email to