Tag: RBAC

Scopes and Collections Support in Couchbase Mobile for Edge Applications

Scopes and Collections Support in Couchbase Mobile for Edge Applications

We’re pleased to announce the general availability of Couchbase Mobile 3.1, which includes Couchbase Lite and Sync Gateway for mobile and edge computing solutions. This is a significant release that introduces cloud-to-edge support for scopes and collections in Couchbase Mobile...

From N1QL to JavaScript and Back – Part 6: Advanced Topics

From N1QL to JavaScript and Back – Part 6: Advanced Topics

In previous blogs, we covered executing N1QL (SQL++) from JavaScript functions, processing documents through iterators, manipulating data, handling errors, and using prepared statements. We have a few more advanced topics to cover before we move onto manipulating JavaScript libraries, such as calling other...

New RBAC Roles in Couchbase 7.0

New RBAC Roles in Couchbase 7.0

Couchbase Server version 7.0 introduces some important changes as part of the role-based access control (RBAC) authorization system.  Couchbase Server has allowed fine-grained access controls to the platform with RBAC for administrators since version 4.5 and all users since version...

Announcing Couchbase Autonomous Operator 2.3 Beta

Announcing Couchbase Autonomous Operator 2.3 Beta

Today, I’m delighted to announce the latest preview of the Couchbase Autonomous Operator 2.3.0-Beta. This beta release is focused on adding some key features introduced in Couchbase Server 7.0 to Autonomous Operator such as scopes and collections, role-based access control...

Get Started with Couchbase + Java [Developer Walkthrough]

Get Started with Couchbase + Java [Developer Walkthrough]

If you’re a developer who’s new to Couchbase, this article helps you get started. This weekly walkthrough series helps you understand the basics of connecting to Couchbase, shows you how to retrieve and modify data in Couchbase Server, how to...

October 7, 2021
How to Migrate to Scopes & Collections in Couchbase 7.0

How to Migrate to Scopes & Collections in Couchbase 7.0

Whether you’re new to Couchbase or a seasoned vet, you’ve likely heard about Scopes and Collections. If you’re ready to try them out for yourself, this article helps you make it happen. Scopes and Collections are a new feature introduced...

September 3, 2021
How to Use Full-Text Search across Couchbase Scopes & Collections

How to Use Full-Text Search across Couchbase Scopes & Collections

The Full-Text Search Service now offers better search performance and resource utilization across your cluster with the introduction of Scopes and Collections in Couchbase 7.0. Let’s take a quick step back: The 7.0 release of Couchbase Server introduces the concept...

August 19, 2021
Introducing Role-Based Access Control (RBAC) Security for Collections in Couchbase 7.0

Introducing Role-Based Access Control (RBAC) Security for Collections in Couchbase 7.0

Your data in Couchbase just got more secure. Couchbase Server 7.0 introduced Scopes and Collections to better map between relational and NoSQL data models. But the 7.0 release also includes some additional enhancements to strengthen the security of the data...

How Scopes & Collections Simplify Multi-Tenant App Deployments on Couchbase

How Scopes & Collections Simplify Multi-Tenant App Deployments on Couchbase

Now it’s easier than ever to build and deploy microservices and multi-tenant applications on Couchbase. The 7.0 release introduces a new data organization feature called Scopes and Collections. Scopes and Collections allow logical isolation of different types of data, independent...

August 3, 2021
Couchbase Autonomous Operator vs MongoDB Enterprise Kubernetes Operator

Couchbase Autonomous Operator vs MongoDB Enterprise Kubernetes Operator

A Kubernetes Operator is a software extension to Kubernetes that supports built-in capabilities to manage your Kubernetes applications in an automated fashion and that follows Kubernetes principles – especially the Control Loop pattern. Why do we need a Kubernetes Operator?...

Intro to Collections – Dev Preview in Couchbase Server 6.5

Intro to Collections – Dev Preview in Couchbase Server 6.5

Couchbase, a document database, allows great flexibility in storing different types of documents in a single bucket (bucket being the equivalent of a database). There is a frequent need to refer to documents of a similar type together e.g. an...

August 9, 2019
Secure Your NoSQL Data with Couchbase Role-Based Access Control

Secure Your NoSQL Data with Couchbase Role-Based Access Control

In a world where data leaks are becoming increasingly common, the need to harden the database and web applications becomes ever so important. I, like many other developers, came from working with relational databases such as MySQL and Oracle, where...