Re: Extending CouchCB

2014-04-17 Thread Dave Cottlehuber
On 17. April 2014 at 12:35:57, Diogo Júnior (diogo.jun...@fraunhofer.pt) wrote: > Hi, I want to be able to "log/ signal" when a client request a GET > db/_changes request and > when it performs requests on _local /_revs_diff /_bulk_docs etc. I want to > simply apply > a specific logic on the

Re: windows install

2014-04-17 Thread Nick North
Thanks for the reply. I will try to replicate the problem on a Windows 7 machine tomorrow and get back to you, unless someone else gets in with a solution beforehand. Nick On 17 April 2014 16:40, Me Self wrote: > I havent installed couchdb on the PC before (or anywhere for that matter). > > I

Re: windows install

2014-04-17 Thread Me Self
I havent installed couchdb on the PC before (or anywhere for that matter). I tried installing it as administrator instead (and to a different location) and also running couchdb.bat from a cmd.exe that had been opened as administrator but I get the same errors. On Thu, Apr 17, 2014 at 12:52 PM, N

Re: Installing CouchDB from Source: Problem Installing SpiderMonkey1.8.5

2014-04-17 Thread Nick North
Sorry - I meant *building* on Windows rather than *installing* in the last email. Nick On 17 April 2014 16:11, Nick North wrote: > If you're installing on Windows, then I recommend > https://github.com/dch/glazier. This documents the process we use to > create the Windows CouchDb distribution,

Re: Installing CouchDB from Source: Problem Installing SpiderMonkey1.8.5

2014-04-17 Thread Nick North
If you're installing on Windows, then I recommend https://github.com/dch/glazier. This documents the process we use to create the Windows CouchDb distribution, so is reasonably up to date as several of us follow it every time there is a release. Nick On 17 April 2014 15:37, Mike Marino wrote:

Re: Installing CouchDB from Source: Problem Installing SpiderMonkey1.8.5

2014-04-17 Thread Mike Marino
Hi Omar, This is really a question for the SpiderMonkey list, though chances are that fixing this problem will also mean your environment will be (better) set up to build couchdb. As a caveat, I have limited experience with cygwin, but I can still tell you what that error message means. configur

Installing CouchDB from Source: Problem Installing SpiderMonkey1.8.5

2014-04-17 Thread Omer Yousaf
Hi, In installing CouchDB from source I am stuck at the installing SpiderMonkey1.8.5 step. In order to run the ./configure command for couchdb I must specify paths "--with-js-lib" and "--with-js-include" but failing to install SpiderMonkey prevents me from doing so. I have tried to install spidermo

Re: [BLOG] CouchDB Weekly News, April 17

2014-04-17 Thread Andy Wenk
Lena - thank you very much! Awesome ! I am more than happy about your awesome work! And +1 for including jobs :) Noah thanks for putting it in the wilderness :) Cheers Andy On 17 April 2014 12:05, Noah Slater wrote: > Hi folks, > > The CouchDB Weekly News is out: > > https://blogs.apache.org/

Re: windows install

2014-04-17 Thread Nick North
I'm not in front of my PC to check it out at the moment, but didn't see this when installing myself. Did you have an earlier version of CouchDb installed in this location before? That can cause problems, and the best procedure is to back up your databases and ini file first, uninstall the old versi

Re: Extending CouchCB

2014-04-17 Thread Mark Hahn
This is not what you are asking for, but I did something similar by writing a custom node-based proxy that all traffic went through. I was not only able to log things but also filter and implement my own security. All client requests went to one place. It wasn't terribly hard. I think that a DB

Extending CouchCB

2014-04-17 Thread Diogo Júnior
Hi, I want to be able to "log/ signal" when a client request a GET db/_changes request and when it performs requests on _local /_revs_diff /_bulk_docs etc. I want to simply apply a specific logic on the requests that clients might be doing and log only the ones that I want to a specific file. So

[BLOG] CouchDB Weekly News, April 17

2014-04-17 Thread Noah Slater
Hi folks, The CouchDB Weekly News is out: https://blogs.apache.org/couchdb/entry/couchdb_weekly_news_april_17 Highlights: status of the two big merges, help us with the 1.6.0 release, and catch up on important discussions and happenings in the wider CouchDB community. Please help us promote the

Re: Optimizing Couchdb Performance

2014-04-17 Thread Jean-Yves Moulin
Hi, On 16 Apr 2014, at 19:33 , Matt Quinn wrote: > On Wed, Apr 16, 2014 at 03:10:56PM +, Diogo Júnior wrote: >> btw, there is any tool that you use to monitor couchdb performance >> (on-the-fly tool with statistics being updated automatically) ? > > I haven't used it, but one option I've

windows install

2014-04-17 Thread Me Self
Hi All Having trouble installing couchdb 1.5.1_R16B02 binary on Window 7. I selected not to install as a window service. Chose the default location C:\Program Files (x86)\Apache Software Foundation\CouchDB\. Ran bin\couchdb.bat. Resulted in an endless scroll of error messages. The readme says th