# HG changeset patch # User dirk # Date 1333421646 -7200 # Node ID 173fd7b9198f4a98733fb5ad4bef96813ecd50ad # Parent 95445513cc34d85a0662f277fb260e2f671d1adf remove obsolete couchdb snippets - this feature is implemented diff -r 95445513cc34 -r 173fd7b9198f COUCHDB.txt --- a/COUCHDB.txt Sun Feb 26 10:37:41 2012 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -Idea for a couchdb backend - -- one database "feedworm" -- type attribute for the different document types: 'feed', 'feedEntry', 'preference' -- a view for unread feedEntries, keyed by feed id -- get unread feedEntries from that view, use feed id as query parameter - -doc = { "type" : "feedEntry", "feed" : "48c74f2b70c85862f217c05c5f0d5c91", "link" : entry.link, "title" : entry.title, "summary" : entry.summary, "read" : False, "updated" : entry.updated} - -curl -X GET 'http://localhost:5984/todo/_design/todo/_view/unfinished?key="iObjects"' -