Here we will be using CouchDB (developer-preview 2.0). You can build couchDB with preview guide line in here. https://couchdb.apache.org/developer-preview/2.0/

After built is success, you can start couchDB from 'dev/run'

1

Above command starts a three node cluster on the ports 15984, 25984 and 35984. Front ports are 15986, 25986 and 35986.

2

Using front port to check the nodes by http://localhost:15986/nodes

6

Then run the haproxy

HAProxy is providing load balancing and proxying for TCP and HTTP-based applications by spreading requests across multiple servers/nodes

haproxy -f rel/haproxy.cfg

3

Now look at Fauxton

If your in windows you can follow this post for to build it.

cd src/fauxton

run two below lines

npm install

grunt dev

4

Go to http://localhost:8000

7

Adding Document

9

Now time to enjoy fauxton UI for couchDB, it is the times explore the couch features in more interactive manner.

2

View comments

I am
I am
Archives
Total Pageviews
Total Pageviews
2 0 5 7 7 0 6
Categories
Categories
Loading