Skip to content
matteoredaelli edited this page Aug 28, 2010 · 8 revisions

The urls are saved to the NOSQL database. Supported db backends are

Apache CouchDB

You need to create manually a db ’ebot" before running ebot

The problems are:

  • couchdb is not a distribuited database, but a database that can be easily replicated
  • all db is in a single file: not possibile to distribute the db to several fle systems

rw-r-r— 1 couchdb couchdb 81099821870 2010-05-23 19:54 ./0.10.0/ebot.couch
rw-r-r— 1 couchdb couchdb 392589468 2010-05-23 12:05 ./0.10.0/.ebot_design/82cb9c8999533d8886eb14b8a719b2f2.view

I think I’ll switch to Riak in the near future…

Riak

You need to create manually a bucket ’ebot" before running ebot

Clone this wiki locally