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

See src/ebot_setup_couchdb.erl

Couchdb: get_domain_urls

http://localhost:5984/ebot/design/ebot_domain/view/getdomainurls?key=“http://github.com”

Couchdb: get_main_domains

http://localhost:5984/ebot/design/ebot_domain/view/get_maindomains?grouplevel=1

An example of output is

{"key":"http://redaelli.org","value":6},
{"key":"http://redballoon.net","value":1},
{"key":"http://redcloth.org","value":3},
{"key":"http://reddin.org","value":1},
{"key":"http://redlich.net","value":1},
{"key":"http://redmine.org","value":4},

Couchdb: get_domains

http://localhost:5984/ebot/design/ebot_domain/view/getdomains?grouplevel=1

Clone this wiki locally