Re: Encryption Library for data transfer between clients and CouchDB : a requirement in healthcare app.

2011-05-31 Thread Albin Stigo
Don't forget about ssh tunneling.. crypto + login + handling of keys. Don't duplicate functionality. Albin On Jun 1, 2011 6:10 AM, "Benoit Chesneau" wrote: > On Wed, Jun 1, 2011 at 5:57 AM, Mark Hahn wrote: >> Javascript in node allows you to use only one language on both the >> client and the

Re: CouchDB SMTP server integration

2011-05-16 Thread Albin Stigo
I have done this. A very easy and secure way of doing this is to use some kind of "stock" smtp server ie. Postfix and set the mailbox_command to a custom script then inserts the mail into couchdb. http://wiki.kartbuilding.net/index.php/Procmail_-_setup_with_postfix I used python since python has

Re: Full text search - is it coming? If yes, approx when.

2011-03-29 Thread Albin Stigo
Couchdb + Lucene (Elasticsearch etc.) is a really great combination and definitely enough on the server side... IMHO what is missing is a full text engine for Couchdb on mobile - that would be a killer... Currently the only full text search library on mobile devices is sqlite fts3 which is great bu

Couchdb on Android

2011-02-16 Thread Albin Stigo
Hi, I've been googling for quite a while without finding any "solid information" on couchdb on android etc. Is this the right mailinglist for keeping up to date on the mobile versions? What is the state of full text search on Couchdb (I know I can kind of make my own with mapreduce)? I've been us