Skip to content

dmunch/docker-clouseau

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

docker-clouseau

Runs clouseau inside a Docker container.

Build

If you want to build your own image instead of using the provided pre-built images at dmunch/clousea follow these instructions.

  • Clone and build clouseau: mvn package
  • Clone this repository, copy the file clouseau/target/clouseau-2.10.0-SNAPSHOT.tar.gz and the directory clouseau/target/test-classes to this directory.
  • Run docker build -t yourimagename .

Run

It's best used in combination with couch-dreyfus which contains a recent build of CouchDB 2.0 with the necessary dreyfus patches applied. An example can be found in docker-compose.yml.

In order to spin up a single-node CouchDB 2.0 with full-text search enabled and configured, just run:

docker-compose up

References

Search 2.0

Search Faceting from Scratch [Tutorial]

Enable Full Text Search in Apache CouchDB™

Understanding Mango View-Based Indexes vs. Search-Based Indexes

Open-Sourcing IBM Cloudant’s CouchDB Search Integration with Lucene

About

Runs clouseau inside a Docker container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages