Buddhika, welcome to the CouchDB project :) I would like to invite you to our weekly status meeting tomorrow (see [1] for the time in your timezone and details how to take part), feel free to join, meet other project members and learn what the project is currently doing next to the Summer of Code.
[1] http://mail-archives.apache.org/mod_mbox/couchdb-dev/201503.mbox/%3CCAJ1bcfEKOh4nvoxUqvcAcUFgg96w-JqHEefpi%2BWzazKFUPXNCg%40mail.gmail.com%3E Best, Robert On Tue, Mar 17, 2015 at 2:03 PM, Johannes Jörg Schmidt <schm...@netzmerk.com> wrote: > On 16.03.2015 22:28, Jan Lehnardt wrote: >> - map/reduce functions for CouchDB views need to be “pure”, e.g. we need to >> guarantee >> they stay the same unless CouchDB can see any changes (and then invalidate >> the view >> index). This means we need some extra isolation of the JS execution. And >> some >> limitation or observation of the require() system. >> >> There is a project that demonstrated we can do this. Jason Smith has run >> this, >> but I can’t seem to find it on his GitHub. Jason, do you have any pointers? > > Klaus Trainer did https://github.com/KlausTrainer/sandbox.js, which > might be interesting in this context. >