Month: January 2017

Docker Installation Scripts – CLI, Machine, Compose, Version Manager

Docker Installation Scripts – CLI, Machine, Compose, Version Manager

Docker Toolbox is cool! It is a single point download that gives you everything to get started with Docker. But it comes with other tools like VirtualBox and Kitematic which you may not want. So what do you do? You install the...

NetBeans Plugin for Couchbase Part 3 – Coffee on Couchbase

NetBeans Plugin for Couchbase Part 3 – Coffee on Couchbase

This is part 3 (part 2, part 1) of Coffee on Couchbase series where we are building a NetBeans plugin for Couchbase. This multi-part webinar series is a discussion with Geertjan Wielenga (@GeertjanW) and Eben Haber (@ebenhaber). As part of this series, you’ll also...

Couchbase 4.5 Developer Preview Now Available!

Couchbase 4.5 Developer Preview Now Available!

Couchbase 4.5 Developer Preview is now available! As we head towards 4.5 GA, this is a significant milestone packed with many exciting features for more efficient querying, advanced data access, powerful indexing, and more comprehensive administration. For developers, this is going...

Couchbase Docker Container

Couchbase Docker Container

Couchbase Docker images are always at hub.docker.com/_/couchbase/. Complete instructions to run Couchbase Docker Container are available at docs.docker.com/engine/examples/couchbase/. Start Couchbase Docker Container How do you start a Couchbase Docker container? [crayon-663dc101ba8da249734277/] By default, this command starts Couchbase Server 4.1 Enterprise Edition. The latest GA images...

Couchbase on Kubernetes

Couchbase on Kubernetes

This blog is possible because of this tweet! Had a great #Couchbase #Kubernetes hacking session with @saturnism, learned a lot, look forward to some nice blogs. — Arun Gupta (@arungupta) February 27, 2016 Kubernetes is an open source orchestration system...

Couchbase Weekly Feb 1, 2016

Couchbase Weekly Feb 1, 2016

Learn what’s latest in the Couchbase Community. Let us know if we missed anything at @couchbasedev, @couchbase or #Couchbase. February 4: Couchbase Day Santa Monica Press Releases Couchbase Supports @WalmartLab’s Release of OneOps Cloud Management to Open Source Community Move to open...

Couchbase Weekly Feb 8, 2016

Couchbase Weekly Feb 8, 2016

Learn what’s latest in the Couchbase Community. Let us know if we missed anything at @couchbasedev, @couchbase or #Couchbase. Couchbase Mobile 1.2 released delivering enterprise grade administration, security, performance, and scalability. Read more in the Press Release. Today through February 10, Couchbase is sponsoring...

Couchbase Weekly Feb 15 2016

Couchbase Weekly Feb 15 2016

Learn what’s latest in the Couchbase Community. Let us know if we missed anything at @couchbasedev, @couchbase or #Couchbase. Today through February 17, Couchbase is sponsoring DevNexus 2016 in Atlanta Couchbase Meetup is happening tomorrow! Join the team at HQ for the Couchbase Silicon Valley Meetup. Couchbase...

Couchbase Weekly Feb 29, 2016

Couchbase Weekly Feb 29, 2016

Learn what’s latest in the Couchbase Community. Let us know if we missed anything at @couchbasedev, @couchbase or #Couchbase. March 3: Voxxed Days, Zurich Couchbase Meetup is happening today! Learn more about Mobile at the Couchbase Paris Meetup. Media Mentions Telegraph UK: Nine ways tech...

Couchbase Cloud Recipes – Pick your favorite!

Couchbase Cloud Recipes – Pick your favorite!

Couchbase 4.x Quick Installation provide instructions to install Couchbase on your local machine. Would you like to run Couchbase 4.x in cloud? There are plenty of recipes available! Looking for detailed instructions on Couchbase Cloud Recipes? Digital Ocean Jelastic OpenShift Docker BigStep Vagrant...

Couchbase Mobile Part 2: Couchbase Lite Views (Indexes!)

Couchbase Mobile Part 2: Couchbase Lite Views (Indexes!)

This blog was originally posted on Roi Katz’s personal blog site. Please click here to find the original post. In the part 1 we’ve built our tiny yet cool application, we’ve even replicated it to another Couchbase Lite. But what...

Query JSON using SQL with Couchbase Query Workbench – Coffee on Couchbase

Query JSON using SQL with Couchbase Query Workbench – Coffee on Couchbase

You’d like to query JSON document database using SQL-like syntax? Couchbase has N1QL for you. N1QL is a declarative query language that extends SQL for JSON. You can query data via native framework and language integration, a fluent API, or...