4

Disclaimer: I am reviewing CouchDB for a new project, so I am not too familiar with its inner workings yet.

How can I introduce a Javascript Library into CouchDB so that I can use it in my MapReduce views?

kirakun
  • 2,770
  • 1
  • 25
  • 41
  • possible duplicate of [How do I DRY up my CouchDB views?](http://stackoverflow.com/questions/1197449/how-do-i-dry-up-my-couchdb-views) – kirakun Sep 18 '12 at 07:24

1 Answers1

1

take a look at the answers (all of them) of this question they describe a range of possible solutions:

How do I DRY up my CouchDB views?

Community
  • 1
  • 1
Davorin Ruševljan
  • 4,353
  • 21
  • 27