couchbase

We’re lucky to have a smart and active team of developers at Couchbase and they often come up with new things for us try out! If you follow this blog you might have seen we published a developer preview for our free text search tool CBFT and for the query workbench. Or maybe you already seen the latest episode of Coffee on Couchbase with Eben Haber and Arun Gupta.

docker

The goal of these early developer previews is to gather your feedback and act on it during our development. And this is something really important as it helps us shape a better product. So what I want to do is make it easier for you to test these things.

Testing made Easy with Docker

To me the easiest way to test new software in 2016 is dockerunning it. Yes dockerun is a verb. I created a new Docker image that features a preconfigured Couchbase instance with the travel and beer sample imported as well as the data, index and query services activated. CBFT and the query workbench will also be running in the same image.

Everything in just one image so that all you have to do to test our new features is

Once your image is running, get the ip of the container and you’ll have access to Couchabse on port 8091, the query workbench on port 8094 and CBFT on port 8095. If you’re hosting the Docker image locally, those ports will be forwarded onto some other ports but Docker will tell you which ports to use.

If you are using Kinematic it’s even simpler. Search the hub for couchbase-dp and you should be able to create an image from it and start testing. I made a short video of it:

Tell us what you think!

In the video, the fulltext query I ran in CBFT were using Bleve as the indexer. You can find the detailed query string documentation here. Bleve is a full-text search and indexing library for Go. It’s one of Couchabse’s most active open source projects too!

If you test CBFT and the query workbench, please give us your feedback and tell us how we can make these better. Thanks!

Author

Posted by Laurent Doguin, Developer Advocate, Couchbase

Laurent is a Paris based Developer Advocate where he focuses on helping Java developers and the French community. He writes code in Java and blog posts in Markdown. Prior to joining Couchbase he was Nuxeo’s community liaison where he devoted his time and expertise to helping the entire Nuxeo Community become more active and efficient.

Leave a reply