philwilson.org

2 posts tagged with "couchdb"

See all tags and the latest posts

Storing feedparser objects in couchdb

31 March, 2009 - 85 words
sudo apt-get install python-feedparser easy_install jsonpickle sudo apt-get install couchdb easy_install couchdb sudo couchdb Open a new terminal python import feedparser, jsonpickle from couchdb import Server s = Server('http://127.0.0.1:5984/') len(s) db = s.create('feeds') len(s) doc = feedparser....

read more