Skip to content

Dockerfile template that compiles Cloudant full text search funcionality into CouchDB 2.0 alpha

License

Notifications You must be signed in to change notification settings

ncheaz/cloudant-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudant-search

This is a CouchDB 2.0 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 build --tag="couchdb:search" ${PWD}
docker run -p 15984:15984 couchdb:search

There will be a Fauxton console available at http://localhost:15984/_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.

Running tests

It uses Serverspec to test the Dockerfile:

$ bundle
$ bundle exec rspec

About

Dockerfile template that compiles Cloudant full text search funcionality into CouchDB 2.0 alpha

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages