Use PowerShell to interact with the Couchbase Server REST API. You can use Invoke-WebRequest like curl to make HTTP requests.
See how to create a modular Couchbase image that doesn’t require any Web UI interaction to have a ready-to-go database for you.
Check out the new features in Couchbase server beta to strengthen our core characteristics of agility, performance, and manageability.
Authentication and authorization are important to Couchbase. I'd like to go into more detail now that the April Couchbase 5.0 Developer Build is available.
The April 2017 Developer Build has a ton of bug fixes and feature enhancements, and we are one step closer to the stable release of Couchbase 5.0.
In our latest interview for Get to Know Our Couchbase Community Champions, we meet Shivansh Srivastava from Delhi, India. Tell us about yourself and what you do in your daily role? I consider myself to be a polyglot developer and a...
In March's developer build, you can start to see some major changes to authentication and authorization within RBAC coming to Couchbase Server.
It is that time again, another month, another developer build for Couchbase. This time we have a ton of bug fixes and feature enhancements as we get one step closer to the stable release of Couchbase 5.0. The March 2017...
Full-text based search is a feature that allows users to search based on texts and keywords, and is very popular among users and the developer community. So it’s a no-brainer that there are lots of APIs and frameworks that offer...
Couchbase Server 4.6 provides the availability, scalability, performance, and security that enterprises require for their mission-critical applications.
Introduction In this post I will describe how Couchbase QA team goes to great lengths to test Couchbase products, using DCP Rollbacks as an example, and first giving background on what DCP is and what a DCP rollback is....
What is cURL? Ever heard of cURL? It’s a famous command line tool for sending/receiving data using URL syntax, says wikipedia here. Let’s start with an example related to Couchbase. The N1QL query service is available through a REST API....