/ntr-couch-docker

cloudant search with up to date couchdb

Primary LanguageJavaScriptOtherNOASSERTION

couchdb with cloudant search

This is a merge from apache/couchdb-docker and homerjam/cloudant-search

The goal is to make a production ready and up to date docker container with cloudant search, geo serach (future) and couchdb

Current version is CouchDB 2.1.1 with full text search capabilities that follows the steps from this blog post from Cloudant.

Prerequisites

You need to have a recent version of Docker installed

Executing the Stack

Build the CouchDB image from the Dockerfile and run using the following:

$ docker-compose up

There will be a Fauxton console available at http://localhost:5984/_utils

Full text searching is enabled and fully functional. See the Cloudant documentation for more info on how to test use the full text searching capabilities.