unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* an other ready-to-use store option for notmuch : CouchDB
@ 2010-03-02 15:26 Paul R
  2010-03-02 15:43 ` martin f krafft
  2010-03-02 15:44 ` Jed Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Paul R @ 2010-03-02 15:26 UTC (permalink / raw)
  To: notmuch

Hi,

couchDB is a document-oriented database. It stores documents, IOW
key-value pairs, under a unique ID. These documents are retrieved
through views and queries. A mail with some tags and some mime parts is
a perfect exemple of what couchdb call a "document".

CouchDB databases can be replicated and synced in both directions.
Conflicts are lazily handled.

People here often call for facilities to read mail with notmuch from
different places. An unidirectional imap-to-couchDB, plus a couchDB
backend for notmuch, should give enough flexibility to achieve this
goal. Put a couchDB replica somewhere accessible, push new IMAP mails on
it, then sync as many machines as you want with this central couchDB
store.


-- 
  Paul

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-03-02 15:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 15:26 an other ready-to-use store option for notmuch : CouchDB Paul R
2010-03-02 15:43 ` martin f krafft
2010-03-02 15:49   ` James Westby
2010-03-02 15:44 ` Jed Brown

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).