README.md
author Tomas Zeman <tzeman@volny.cz>
Thu, 19 Nov 2015 18:36:56 +0100
changeset 3 e8daf3ff497d
parent 1 1e78bb2c0c84
permissions -rw-r--r--
Added settings.conf to repo (sbt has to be run twice on clean repo to run successfully)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
1e78bb2c0c84 README.md edited online with Bitbucket
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     1
# CouchDB _changes API client #
1e78bb2c0c84 README.md edited online with Bitbucket
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     2
1e78bb2c0c84 README.md edited online with Bitbucket
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     3
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.
1e78bb2c0c84 README.md edited online with Bitbucket
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     4
1e78bb2c0c84 README.md edited online with Bitbucket
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     5
### How to run the example ###
1e78bb2c0c84 README.md edited online with Bitbucket
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     6
1e78bb2c0c84 README.md edited online with Bitbucket
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     7
 * Install [sbt](http://www.scala-sbt.org) tool.
1e78bb2c0c84 README.md edited online with Bitbucket
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     8
 * Create `example` database in your couchdb (running on localhost:5984).
1e78bb2c0c84 README.md edited online with Bitbucket
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     9
 * In the repository, run `sbt run`.