How to control persistency algorithm in Couchbase bucket?

2014-10-01 Thread Андрей Спиридонов
Hi! I'm trying to figure it out which of NoSQL document database I can use for real data processing. Ability to cache data in RAM and persist in background seems to fit my requirements. But keeping anything in RAM without have it already persisted on the disk is something what added risks.

Re: Build ERROR: Couchbase Lite - iOS

2014-10-01 Thread William Hoang
Posting this in Couchbase Mobile now - Wrong Group On Wednesday, October 1, 2014 2:03:02 PM UTC-7, William Hoang wrote: > > Hello, > > > Build Error found: (See Attachment) > > Command > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang > > failed wit

Re: CORS Support in Sync Gateway

2014-10-01 Thread Mike Kirkup
We continued working through on this one and have effectively worked around sync gateway and its lack of support for CORS. We have setup nginx as a proxy inbetween the sync gateway and our client application allowing us to handle the CORS requests at the proxy level and then pass the requests o

Re: Connect fails from nodejs command line

2014-10-01 Thread Guy Knights
Ah...that makes sense. I moved the code inside the callback and it does indeed work. That was sort of in the back of my mind, but I think I got thrown by the fact that the web process worked fine, so I assumed this script should also be fine. Thanks for the help Warren! On Tuesday, September 3