An Eviction Channel that uses a Couch DB server to load persistent data and to backup all transaction to. The couch db server is supposed to run on http://localhost:5984 or as per JVM System Parameter -Dcouchdb.url or individually configured per eviction channel instance
An Eviction Channel that uses a Couch DB server to load persistent data and to backup all transaction to. The couch db server is supposed to run on http://localhost:5984 or as per JVM System Parameter -Dcouchdb.url or individually configured per eviction channel instance
(create & args)
provide custom url by calling this function with varargs :url "https://username:password@account.cloudant.com"
provide custom url by calling this function with varargs :url "https://username:password@account.cloudant.com"
(get-database-url url db-name)
(get-database-url-by-channel channel coll-name)
(schedule-compaction eviction-channel ctx)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close