| author | Tomas Zeman <tzeman@volny.cz> |
| Thu, 05 May 2016 16:26:07 +0200 | |
| changeset 5 | 141e76d946e3 |
| parent 1 | 1e78bb2c0c84 |
| permissions | -rw-r--r-- |
# CouchDB _changes API client # This example demonstrates how to receive [continuous changes](http://docs.couchdb.org/en/latest/api/database/changes.html) from CouchDB using [spray.io http client](http://spray.io/documentation/1.2.3/spray-can/http-client/) library. ### How to run the example ### * Install [sbt](http://www.scala-sbt.org) tool. * Create `example` database in your couchdb (running on localhost:5984). * In the repository, run `sbt run`.