python - How can I store my atom data so my IRC bot can access it? Should I use SQL at all? -


i want add feeds such ajaxian, smashingmagazine , store feeds starting today on server, in order can push new items irc bot can echo them in channel.

i atom data service: http://superfeedr.com/subscriber .. i'm wondering of nosql storage mechanisms ideal storing atom data?

the atom data xml, documents, perhaps couchdb suitable? or mongodb/cassandra/redis?

i'm aware there different kinds of no sql databases such document oriented vs key/store, don't have experience i'd appreciate insight way more experienced. thanks.

additional things consider

  1. these won't displayed on website, or publically viewable url.
  2. the way view them either a) wait bot post new ones every hour or b) manually query bot , give time range or 0,20 , 20,40 through pm on irc.
  3. i won't need scale, have 15-20 people in irc chat room , 1-3 people on average query bot @ given hour.
  4. the bot spit out new links every hour. bot never spit out old links.

i have use database comfortable with.

also @ cap theorem clarify better need.

couple of minutes ago replied similar question. can have look.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -