Re: Project Fauxton Feedback

2015-09-16 Thread Eli Stevens (Gmail)
Where is the appropriate place to file bugs against Fuaxton? Most recent I see in JIRA is Feb. 15th of this year. As of a couple of hours ago when I updated my install, the view query options UI wasn't respecting start and end keys (though the link to the raw JSON is correct). On Wed, Aug 19, 201

Re: Couchdb Attachments architecture

2015-09-16 Thread Stefan Klein
Hi, Am 16.09.2015 17:56 schrieb "Michael Power" : > > I was wondering if future versions of couchdb are going to address the limitations of attachments. Are there any plans to enable storing attachments outside the primary db file? Does the answer remain, don’t store blobs in DBs. I have no ide

Re: Couchdb Attachments architecture

2015-09-16 Thread Harald Kisch
Hi Michael, No, the answer does not remain for CouchDB. It remains only for relatinal databases as far as I know. The couchdb architecture is exactly to store binary files of any kind as attachments to documents inside of the database files of couchdb itself. It makes no sense to store files outsi

Couchdb Attachments architecture

2015-09-16 Thread Michael Power
I have found that initially using couchdb attachments allowed for a simplified architecture. This allowed us to avoid the research and development costs associated with integrating with a CDN or some other clustered file storage system. I have noticed the NPM, in effect, out grew the attachmen

os_process_error 127 with views

2015-09-16 Thread Varun Sikka
Hi, I am struggling with this os_process_error since long. I have tried on everything thats said. I am able to start up couchjs and see the information. I am also able to see the linked libmoz185.so to the path. I am able to get, put, delete the documents, but whenever I try to query the views, it

Re: CouchDB + HTTPS + CORS

2015-09-16 Thread Conor Mac Aoidh
Hi Foucauld, Thanks for the useful link. However, I'm not using a self-signed cert. Also, I already have a proxy that implements SSL + JWT authentication for couchdb. I'm currently trying to remove that proxy (due to the recent creation of a JWT authentication plugin for couch), and connect d

Re: CouchDB + HTTPS + CORS

2015-09-16 Thread Foucauld Degeorges
Hi Conor, I've had issues with CouchDB's HTTPS in general. Same type of symptoms : curl works OK, browsers don't. I thought it might be specific to self-signed SSL certificates, but I never tried with a regular certificate. Anyway, a previous email on this mailing list hinted that CouchDB's Erlang

Re: CouchDB + HTTPS + CORS

2015-09-16 Thread Conor Mac Aoidh
Hi yes, 'enable_cors' is set to true. I think it could be a server configuration problem as couchdb config looks ok. Thanks Conor On 15/09/15 17:25, Aurélien Bénel wrote: Hi Conor, ➜ curl -X GET https://example.com:6984/_config/cors Should we assume you also set `enable_cors`? [http