What can I do with the results?
I've been able to follow through on the examples @
http://www.ibm.com/developerworks/java/library/j-couchdb-clojure/index.html
and able to get answers from Couch. Question is, how do I take those
responses and reuse them in my code elsewhere? Is there any good
examples out there explaining this?
Thanks,
shree
ps. Suppose, I'm a user that logs into a web based "social network"
and I wanted to retrieve my messages from the social network. This
social network, incidentally has all user's messages stored as
documents in couchdb. so, the query is run against the db, and a
response is sent back. Question is, how do we convert that response
into a map or some sorta' sequencable data set that clojure can use?